


body {
    font-family: "Barlow"
}

body .bg-image {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    Width: 100%;
}

body .box {
    width: 584px;
    height: 667px;
    top: 212px;
    left: 558px;
    border: 1px solid #000;
    border-radius: 15px
}

body .text-center {
    font-family: "Barlow";
    font-weight: 600;
    font-size: 40px;
    line-height: 42px;
    color: #055160;
    margin-bottom: 32px !important;
}

body .form-outline {
    font-family: "Barlow";
    font-weight: 400;
    font-size: 16px
}

body .card {
    border-radius: 20px
}

body .form-control {
    height: 44px;
    top: 441px;
    left: 600px;
    gap: 0px;
    border-radius: 10px 10px 10px 10px;
    border: 1px 0px 0px 0px;
    opacity: .7px
}

body p.text-muted {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    text-align: center;
    color: #000 !important
}

body .bg-section {
    width: 100% px;
    height: 384px;
    top: 984px;
    gap: 0px;
    opacity: 0px
}

body .box-card {
    width: 584px;
    gap: 0px;
    border: 1px 10px 10px 10px;
    box-shadow: 0px 4px 54px 0px rgba(0, 0, 0, .1019607843)
}

body .text-body {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
    color: #4c770f !important
}

body .bg-img-container {
    width: 100%;
    height: 395px;
    top: 100px;
    gap: 0px
}

body .bg-img-container img {
    width: 100%;
    height: 544px;
    top: 100px;
    gap: 0px;
    opacity: .7px;
    -o-object-fit: cover;
    object-fit: cover
}

body .form-group {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    text-align: center
}

body .btn {
    border-radius: 12px;
    
    
}

body .btn-lg {
    font-size: 18px;
    
}

body .btn-accent {
    color: #fff;
    background-color: #243d51;
    border: 0px;
}

body .btn-accent:hover,
body .btn-accent:focus {
    background-color: #fff
}

body .btn-secondary {
    border-color: #fff;
    background-color: #72b11a;
    padding: 8px 19px;
}

body .btn-secondary:hover,
body .btn-secondary:focus {
    background-color: #72b11a !important;
}

body .btn-outline-secondary {
    color: #182a37;
    border: 1px solid #72b11a;
    padding: 8px 26px;
}
.btn-check:focus+.btn-secondary, .btn-secondary:focus{
    
    background-color: #5c636a !important;
    border-color: #72b11a !important;
    box-shadow: none;
}
body .btn-outline-secondary:hover,
body .btn-outline-secondary:focus {
    color: #fff;
    border-color: #253e51;
    background-color: #253e51
}

body .stepper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 20px
}

body .stepper .step {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    cursor: pointer;
    transition: background-color .3s
}

body .stepper .step-title {
    font-size: 16px;
    color: #333
}

body .stepper .step:not(:last-child) {
    border-left: 2px solid #ccc
}

body .stepper .step.active {
    background-color: #e0f7df;
    border-left: 2px solid #72b11a
}

body .stepper .step.active .step-title {
    font-weight: bold
}

body .stepper .step.active .step-number {
    background-color: #72b11a
}

body .stepper .step-number {
    width: 24px;
    height: 24px;
    background-color: #ccc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    font-size: 14px;
    color: #fff
}

/* Default styling for images in the gallery */
body .gallery img {
    height: 200px !important; /* Fixed height for desktop and larger screens */
    width: 100%; /* Full width to fit the container */
    object-fit: contain; /* Ensure the image contains within its bounds */

    border-radius: 20px; /* Rounded corners */
}
/* Mobile (max-width: 768px) */
@media (max-width: 768px) {
    body .gallery img {
        height: auto; /* Allow the image height to adjust automatically on mobile */
        max-height: 200px; /* Set a max height for mobile */
        margin-bottom: 15px; /* Reduce the bottom margin */
        border-radius: 10px; /* Slightly reduce the border radius for smaller screens */
    }
}

/* For smaller screens (max-width: 576px) */
@media (max-width: 576px) {
    body .gallery img {
        max-height: 180px; /* Further reduce height on very small screens */
        margin-bottom: 10px; /* Smaller margin for compact spacing */
        border-radius: 8px; /* Further reduce corner rounding */
    }
}
body .stepper .next-button:hover {
    background-color: #253e51
}

body .gallery img {
    height: 280px;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: 20px;
    border-radius: 20px
}

body .gallery title {
    margin-top: 20px;
    font-family: "Barlow";
    font-weight: 700;
    font-size: 24px;
    line-height: 40px
}

body .top-bar .media-body {
    font-family: "Barlow";
    font-weight: 400px;
    font-size: 12px;
    line-height: 24px;
    border-radius: 20px
}

body .top-bar span.heart-icon {
    border: 1px solid;
    padding: 5px 9px;
    border-radius: 50%;
    background-color: #d24675
}

body .top-bar img {
    border-radius: 20px
}

body .top-bar .btn {
    padding: 6px 17px;
    background-color: #72b11a;
    color: #fff
}

body .top-bar .containt {
    font-family: "Barlow";
    font-weight: 400px;
    font-size: 16px
}

body .interior-desgin img {
    height: 280px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 20px;
    border-radius: 20px
}

body .interior-desgin title {
    margin-top: 0px;
    font-family: "Barlow";
    font-weight: 700;
    font-size: 24px;
    line-height: 40px
}

@media(min-width: 1400px) {
    body .container,
    body .container-lg,
    body .container-md,
    body .container-sm,
    body .container-xl,
    body .container-xxl {
        max-width: 1230px
    }
}

.header .navbar {
    background-color: #253e51;
    height: 100px;
    z-index: 3
}

.header .navbar .navbar-brand {
    background-color: #253e51;
    border-radius: 10px;
    padding: 30px 10px 10px
}

.header .navbar .navbar-brand img {
    width: 137px;
  
}

.header .navbar .navbar-nav .nav-item .nav-link {
    color: #fff;
    padding: 8px 18px;
    display: flex;
    align-items: center;
    font-size: 18px
}

.header .navbar .navbar-nav .nav-item .nav-link .icon {
    margin-right: 10px
}

.header .navbar .navbar-nav .nav-item .nav-link:hover,
.header .navbar .navbar-nav .nav-item .nav-link:focus {
    color: #ffe3c2
}

.header .navbar .navbar-nav .nav-item .nav-link.active {
    color: #ffe3c2
}

.header .navbar .navbar-nav .nav-item:last-child .nav-link {
    padding-right: 0
}

.header.header2 .navbar .navbar-brand {
    padding: 0
}

.header.header2 .navbar .navbar-brand img {
    width: 100px
}

.main .hero {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 600px;
    background: #fff url("./../img/buildings.png") no-repeat;
    background-repeat: repeat-x;
    background-position: bottom center;
    background-size: contain
}

.main .hero .caption {
    padding: 160px 0
}

.main .hero .caption .secondary-title {
    color: #72b11a;
    font-family: "Barlow"
}

.main .hero .caption .main-title {
    color: #253e51;
    font-family: "Barlow";
    font-weight: 700
}

.main .hero .map {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #e0e0e0
}

.main .card-slider {
    background-color: #ffe3c2;
    padding: 75px 0
}

.main .card-slider .slider {
    display: flex;
}

.main .card-slider .slider .slick-track {
    padding: 20px 0
}

.main .card-slider .slider .slick-arrow {
    background: #72b11a;
    width: 50px;
    height: 50px
}

.main .card-slider .slider .slick-arrow:before {
    display: none
}

.main .card-slider .slider .slick-arrow:after {
    content: "";
    background: url("./../img/arrow.png") no-repeat center/contain;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 20px
}

.main .card-slider .slider .slick-arrow.slick-prev {
    margin-left: -40px
}

.main .card-slider .slider .slick-arrow.slick-prev:after {
    transform: translate(-50%, -50%) scaleX(-1)
}

.main .card-slider .slider .slick-arrow.slick-next {
    margin-right: -40px
}

.main .card-slider .card {
    border: none;
    border-radius: 20px;
    overflow: hidden;
    margin: 0 10px
}

.main .card-slider .card .card-img {
    height: 210px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.main .card-slider .card .card-title {
    font-size: 18px;
    font-weight: 700;
    text-transform:uppercase;
}

.main .card-slider .card .btn {
    display: block;
    margin: 5px 0
}

.main .cta2 {
    padding: 80px 0;
    background: #253e51 url("./../img/footer-bg.jpg") no-repeat center/cover
}

.main .cta2 .main-title {
    color: #fff;
    font-family: "Barlow";
    text-align: center;
    margin-bottom: 50px
}

.main .cta2 .wrapper {
    text-align: center;
    margin-bottom: 30px
}

.main .cta2 .wrapper .icon {
    height: 60px;
    margin-bottom: 10px
}

.main .cta2 .wrapper p {
    color: #fff;
    font-size: 18px
}

.main .gallery {
    padding: 80px 0 200px;
    background: #fff url("./../img/buildings.png") no-repeat;
    background-repeat: repeat-x;
    background-position: bottom left;
    background-size: contain
}

.main .gallery .main-title {
    color: #253e51;
    font-family: "Barlow";
    text-align: center;
    margin-bottom: 50px;
    font-size: 52px
}

.main .gallery .thumb {
    margin-bottom: 20px;
    display: block;
    border-radius: 20px;
    overflow: hidden
}

.main .gallery .thumb img {
    height: 260px;
    width: 100%
}

.main .cta {
    position: relative;
    z-index: 2;
    margin-bottom: 40px;
}

.main .cta .wrapper {
    padding: 46px;
    border-radius: 30px;
    background-color: #72b11a
}

.main .cta .wrapper .title {
    color: #fff;
    font-family: "Barlow";
    margin: 0
}

.footer {
    padding: 65px 0 5px;
    background: #253e51 url("./../img/footer-bg.jpg") no-repeat center/cover;
    color: #fff;
    font-size: 14px
}

.footer .brand {
    display: block;
    margin-bottom: 10px
}

.footer .about {
    line-height: 26px
}

.footer .menu {
    margin-bottom: 30px
}

.footer .menu .title {
    
   font-size: 23px;
    font-weight: 700;
    margin-bottom: 20px;
}

.footer .menu .list {
    list-style: none;
    padding: 0;
    margin: 0
}

.footer .menu .list li a {
    color: #fff;
    text-decoration: none;
    line-height: 30px
}

.footer .menu .list li a:hover,
.footer .menu .list li a:focus {
    color: #72b11a
}

.footer .menu .social {
    list-style: none;
    padding: 0;
    margin: 0
}

.footer .menu .social li {
    display: inline-block;
    margin: 0 3px
}

.footer .menu .social li a {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffe3c2
}

.footer .copyright {
    border-top: 1px solid #3b6484;
    color: rgba(255, 255, 255, .6);
    padding-top: 20px;
    margin-top: 20px
}

.footer.footer2 {
    margin-top: 80px;
    padding: 80px 0 20px
}

@media(max-width: 1200px) {
    .header .navbar {
        height: 80px
    }
    .header .navbar .navbar-brand img {
        width: 100px
    }
    .header .navbar .navbar-nav .nav-item .nav-link {
        padding: 8px 10px;
        font-size: 15px
    }
}

@media(max-width: 992px) {
    .header .navbar {
        height: unset
    }
    .header .navbar .navbar-brand {
        padding: 0
    }
    .header .navbar .navbar-brand img {
        width: 80px
    }
    .header .navbar .navbar-toggler {
        width: 50px;
        height: 50px;
        padding: 0;
        border-radius: 50%;
        box-shadow: none;
        background-color: #72b11a;
        margin-left: 20px
    }
    .header .navbar .navbar-toggler .navbar-toggler-icon {
        font-size: 20px
    }
    .header .navbar .navbar-collapse .navbar-nav {
        margin-top: 30px
    }
    .header .navbar .navbar-nav .nav-item .nav-link {
        padding: 8px 10px;
        font-size: 15px
    }
    .header .navbar .navbar-nav.right-menu {
        display: inline-block;
        margin-left: auto
    }
    .header .navbar .navbar-nav.right-menu .nav-item {
        display: inline-block
    }
    .main .hero {
        display: block;
        height: unset;
        background-position: 50% center;
        background-size: 200%
    }
    .main .hero .caption {
        padding: 80px 0
    }
    .main .hero .caption .secondary-title {
        font-size: 24px
    }
    .main .hero .caption .main-title {
        font-size: 32px
    }
    .main .hero .map {
        position: static;
        width: 100%;
        height: 400px
    }
    .main .gallery {
        padding: 80px 0 150px
    }
    .main .gallery .main-title {
        font-size: 40px
    }
}



