/* Custom styles */
body {
    font-family: 'Gilroy-medium', sans-serif;

}

@font-face {
    font-family: 'Sarcolenta';
    src: url('../fonts/Sarcolenta.ttf') format('truetype');
}

@font-face {
    font-family: 'Gilroy-medium';
    src: url('../fonts/Gilroy-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Gilroy-regular';
    src: url('../fonts/Gilroy-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Gilroy-semibold';
    src: url('../fonts/Gilroy-SemiBold.ttf') format('truetype');
}


.btn-secondary-custom:focus, .btn-secondary-custom:active, .btn-secondary-custom:focus:active {
  color: white;
  background-color: #C39E3D;
}

.home-top{
    /* background: linear-gradient(to bottom, #E7EDF4 80%, #ffffff 100%); */
    padding-top: 120px;
    margin-top: -100px;
    margin-bottom: -100px
}

#about-sec{
    padding-top:100px;
}
#prop-sec{
    padding-top:100px;
    margin-bottom: -50px;
}
#feature-sec{
    padding-top:100px !important;
}
#about-sec .row.align-items-center{
    margin-bottom: -30px;
}
#price-sec{
    padding-top: 90px;
    margin-bottom: -60px !important;
}

#how-sec{
    padding-top: 90px !important;
    margin-bottom: -60px;
}
#blog-sec{
    padding-top:100px;
    margin-bottom: -80px !important;
}

#faq-sec{
    margin-bottom: -100px !important;
    padding-top: 100px;
}


#contact-sec{
    padding-top:50px;
}

.btn-primary-custom:focus, .btn-primary-custom:active, .btn-primary-custom:focus:active {
  color: white;
  background-color: #345c8c;
}

.accordion{
color:black !important;
}

#feature-sec {
    overflow-x: hidden;
}

#feature-sec .row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.section-subtitle-dev {
    color: #C39E3D;
    position: relative;
    display: inline-block;
    font-size: 16px;
    /* adjust as needed */
    font-weight: 500;
    cursor: pointer;
    padding-right: 20px;
    /* leave space for line */
    text-transform: none;
    /* ✅ remove all caps */
    text-decoration: none;
    /* ✅ remove underline/decoration */
    margin-bottom: 10px;
}

.section-subtitle-dev::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
    /* place line on right side */
    margin-left: 10px;
    /* gap between text and line */
    width: 45px;
    height: 1px;
    background: #C39E3D;
    /* change line color as needed */
    transition: width 0.4s ease;
}

.section-subtitle-dev:hover::after {
    width: 80px;
    /* final length of the line */
}

.gap-dev.col-md-4.promoter-card {
    margin-left: 0px;
    padding-left: 0px;
}


.cop-link {
    color: #000;
    /* black text */
    text-decoration: none;
    /* remove underline */
}

.gap-dev.col-md-4.promoter-card {
    position: relative;
    /* make container a positioning context */
}

.shadow-4edges {
    box-shadow: -8px -8px 10px rgba(0, 0, 0, 0.064);
    /* left & top only */
}

.svg-img {
    width: 50px !important;
    position: absolute;
    top: 20px;
    /* adjust as needed */
    right: 20px;
    /* adjust as needed */
}

.promoter-card {
    position: relative;
    /* make container the reference */
}

.svg {
    position: absolute;
    /* take out of normal flow for top-right positioning */
    top: 15px;
    /* distance from the top of container */
    right: 15px;
    /* distance from the right edge of container */
    width: 50px !important;
    margin-bottom: 0;
    /* remove negative margin interfering with positioning */
    cursor: pointer;
    /* indicate clickable */
    z-index: 10;
    /* appear above other elements */
    transition: transform 0.3s ease;
    /* smooth rotation */
}

.svg:hover {
    transform: rotate(15deg);
    /* rotate 45 degrees on hover */
}

.btn-grw {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.btn-grw:hover {
    transform: scale(1.1);
    /* Grows 10% */
}

.home-btn-arrow {
    position: relative;
    /* Set positioning context */
}

.home-btn-arrow .svg {
    position: absolute;
    /* Take out of normal flow */
    top: 25vh;
    /* Distance from container top */
    left: 90px;
    /* Place on the left side */
    width: 50px !important;
    margin-bottom: 0;
    /* Remove any negative margin */
    cursor: pointer;
    /* Show pointer on hover */
    z-index: 10;
    /* Above other content */
    transition: transform 0.3s ease;
    /* Smooth rotation transition */
}

.home-btn-arrow .svg:hover {
    transform: rotate(15deg);
    /* Rotate 45 degrees on hover */
}


.stats-number {
    font-family: 'Sarcolenta', sans-serif;
    color: #C39E3D;
}


.carousel-wrapper,
.carousel-wrapper>.slick-carousel,
.carousel-wrapper .slick-list,
.carousel-wrapper .slick-track {
    min-width: 0;
    /* allow flex items to shrink */
}

.carousel-wrapper {
    overflow: hidden;
    /* clip slides */
    display: block !important;
    /* avoid flex-container issues */
    margin-bottom: 40px;
    /* spacing between carousels */
}

.slick-carousel {
    font-family: 'Gilroy-medium', sans-serif;
    overflow: hidden !important;
    width: 100%;
}

.slick-track {
    display: flex !important;
}

.slick-slide {
    flex: 0 0 auto !important;
    height: inherit !important;
}



.bg-blue-dev {
    background-color: #f3f8ff;
    border: 1.5px solid #375d9e;
    color: #375d9e;
    border-radius: 12px;
    height: 400px;
}

.bg-yellow-dev {
    background-color: #fffbf3;
    border: 1.5px solid #c39e3d;
    color: #c39e3d;
    border-radius: 12px;
    height: 400px;
}

.icon-height img {
    height: 35px;
    margin-bottom: 10px;
}

h5 {
    font-size: 18px;
    /* margin-bottom: 15px;*/
}

ul.tick-list {
    list-style: none;
    padding-left: 0;
    height: 270px;
    /* overflow-y: auto; */
    color: #707070;
}

ul.tick-list li.icon-1 {
    position: relative;
    padding-left: 24px;
    margin-bottom: 10px;
}

ul.tick-list li.icon-1::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 18px;
    height: 18px;
    background-image: url('../assets/icons/grey-round-check.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    color: #707070;
}

/* Hide default slick arrows */
.slick-arrow {
    display: none !important;
}

/* Custom nav wrapper */
.nav-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.custom-btn {
    border-radius: 50px;
    padding: 8px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: transparent;
    cursor: pointer;
}

.counter {
    font-weight: bold;
    font-size: 18px;
    margin: 0 15px;
}

.counter span {
    color: #aaa;
    font-weight: normal;
}

.custom-btn img {
    width: 70px;
    height: 50px;
}


.lite-text {
    color: #707070;
}

/* Default hamburger icon */
.toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba%280, 0, 0, 0.7%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

/* Change to X when expanded */
.navbar-toggler[aria-expanded="true"] .toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba%280, 0, 0, 0.7%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M6 6l18 18M6 24L24 6'/%3E%3C/svg%3E");
}

.form-control {
    border: #707070 1.3px solid;
    color: #707070;
    font-family: 'Gilroy-medium';
}

.about-icon img {
    width: 26px;
    margin-bottom: 10px;
}

.about-icon p {
    height: 150px;
}

strong {
    font-size: 17px;
    font-weight: 300;
    font-family: 'Gilroy-SemiBold';
}

.text {
    margin-bottom: 10px;
    font-family: 'Gilroy-medium';
}

.text1 {
    margin-bottom: 10px;
    font-size: 20px;
    font-family: 'Gilroy-medium';
}

.txt-color {
    color: #707070;
    font-family: 'Gilroy-medium';
}

p {
    font-family: 'Gilroy-medium';
    font-size: 16px;
    color: #707070;
}

.navbar a {
    font-family: 'Gilroy-medium' !important;
    font-size: 17px;
    font-weight: 200;
}

button.btn {
    font-family: 'Gilroy-medium' !important;
    font-size: 17px;
    font-weight: 200;
}

a.btn {
    font-family: 'Gilroy-medium' !important;
    font-size: 17px;
    font-weight: 200;
}

h1,
h2,
h3 {
    font-family: 'Sarcolenta', sans-serif;
    color: #1E1E1E;
}

h4 {
    font-weight: 600;
    font-size: 28px;
}

.price-fnt {
    font-family: 'Sarcolenta', sans-serif;
    font-size: 25px;
}

.is-hidden {
    display: none !important;
}

.footer-top {
    margin-top: -50px;
}

.btn-outline-dev {
    margin-bottom: -220px;
    margin-top: 200px;
    margin-left: 30px;
}

.btn-round {
    font-size: 22px;
    background-color: #345c8c;
    color: white;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s ease;
}

.btn-round .bi-arrow-up-right {
    transform: rotate(0deg);
    transition: transform 0.3s ease;
}

.btn-round:hover {
    background-color: #345c8c;
    color: white;
}

.img-gap {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    margin: 0px 0px 0px 0px;
}

.small-img img {
    width: 150px;
    height: 90px;
    margin: 10px;
    object-fit: cover;
}

.small-img h6 {
    font-size: 16px;
    margin-top: 15px;
}

.small-img p {
    font-size: 16px;
}

.btn-round:hover .bi-arrow-up-right {
    transform: rotate(15deg);
}

.btn-primary-custom {
    background-color: #345c8c;
    border-radius: 40px;
    padding: 12px 30px;
    font-weight: 600;
    color: white;
    border: none;
}

.btn-primary-custom:hover {
    background-color: #345c8c;
}

.btn-secondary-custom {
    background-color: #C39E3D;
    color: white;
    border-radius: 40px;
    padding: 15px 30px;
    font-weight: 600;
}

.btn-secondary-custom:hover {
    background-color: #C39E3D;
    color: white;
}

.btn-grey {
    border: #1E1E1E solid 1px;
    background-color: white;
    color: #1E1E1E;
    padding: 10px 20px;
}


.nav-item {
    padding-left: 15px;
    padding-right: 15px;
}

.hov-dev a:hover {
    padding-bottom: 5px;
    border-bottom: 2px solid #C39E3D;

}

.navbar-nav .nav-link.active {
    border-bottom: 2px solid #C39E3D;
}

.section-subtitle {
    color: #C39E3D;
    font-weight: 600;
    letter-spacing: 0.1em;
    font-size: 0.85rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.promoter-card img {
    border-radius: 15px;
    object-fit: cover;
    width: 100%;
    height: auto;
    /* box-shadow: 0 4px 10px rgb(52 92 140 / 15%); */
}

.promoter-card h5 {
    margin-top: 1rem;
    font-weight: 600;
}

.feature-box {
    padding-right: 1.5rem;
    min-height: 150px;
}

.feature-box strong {
    color: #1E1E1E;
    font-weight: 500;
}

.pricing-card {
    border-radius: 12px;
    border: 1px solid #DFDFDF;
    /* box-shadow: 0 4px 15px rgba(86, 96, 108, 0.1); */
    transition: transform 0.2s ease-in-out;
    padding: 20px 20px;
    background: #fff;
    max-width: 360px;
    margin: 10px;
}

.pricing-card:hover {
    transform: translateY(-10px);
    /* box-shadow: 0 8px 20px rgb(52 92 140 / 20%); */
}

.pricing-card ul {
    height: 150px;
}

.pricing-card img {
    width: 40px;
    margin-bottom: 15px;
}

.pricing-card p {
    height: 40px;
}

.pricing-price {
    font-size: 2rem;
    font-weight: 500;
    color: #000000;
    margin-bottom: 1rem;
}

.pricing-title {
    font-weight: 500;
    margin-bottom: 0.5rem;
    color: #222;
    margin-bottom: 15px;
    font-family: 'Gilroy-semibold';
}

.faq-question {
    cursor: pointer;
    font-weight: 600;
}

.faq-answer {
    padding-left: 1.5rem;
}

footer {
    padding: 3rem 0rem;
    text-align: center;
    font-size: 0.9rem;
    color: #666;
    margin-top: 3rem;
}

.stats-number {
    font-size: 2rem;
    font-weight: 500;
    color: #C39E3D;
}

.no-rad {
    border-radius: 5px;
}

.nav-col {
    color: #1E1E1E;
    font-weight: 600;
    font-size: 17px;
}

.carousel-control-prev,
.carousel-control-next {
    position: static;
    width: auto;

}

.custom-btn {
    /* border: 1px solid #333; */
    border-radius: 50px;
    padding: 8px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.counter {
    font-weight: bold;
    font-size: 18px;
    margin: 0 15px;
}

.counter span {
    color: #aaa;
    font-weight: normal;
}

.nav-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}

.para-align {
    height: 50px;
}

.header-wrapper {
    position: sticky;
    top: 0;
    /* Sticks to top */
    z-index: 1050;
    /* Above content */
    margin: 0px 0px;
    /* Outer margin */

}

.cont-mar-gap {
    padding: 5px 30px;
}

/* Translucent background */
.navbar-custom {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 70%, rgba(255, 255, 255, 0) 100%);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: none;
}

.accordion {
    cursor: pointer;
    padding: 15px;
    width: 100%;
    text-align: left;
    outline: none;
    border: none;
    font-size: 16px;
    transition: background 0.3s;
    position: relative;
}

.accordion::after {
    content: "+";
    padding: 2px;
    position: absolute;
    right: 20px;
    font-size: 22px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #DFDFDF;
    text-align: center;
    line-height: 18px;
    transition: transform 0.3s ease;
}

.accordion.active::after {
    transform: rotate(45deg);
    /* plus becomes × */
}

.acc-dev {
    border: #DFDFDF solid 1px;
    border-radius: 8px;
    background-color: #FBFBFB;
    margin: 15px 0px;
}

.panel {
    display: none;
    padding: 0 15px;
    overflow: hidden;
}

button.accordion {
    border-radius: 8px;
    background-color: #FBFBFB;
}

.feature-box .sml-icon {
    width: 70px;
    /* margin-bottom: 10px; */
}

.bg-yellow-dev {
    background-color: #FFFBF3;
    border: 1.5px solid #C39E3D;
}

.bg-yellow-dev h5 {
    height: 45px;
    font-size: 20px;
    color: #C39E3D;
    margin-bottom: 15px;
}

.bg-blue-dev {
    background-color: #F3F8FF;
    border: 1.5px solid #375D9E;
}

.bg-blue-dev h5 {
    font-size: 20px;
    height: 45px;
    color: #375D9E;
    margin-bottom: 15px;
}


.list-height {
    height: 270px;
}

.bg-yellow-dev img {
    width: 35px;
}

.bg-blue-dev img {
    width: 37px;
    height: 40px;
}

.icon-height {
    height: 50px;
}

.bg-blue-dev ul li.icon-1 {
    position: relative;
    padding-left: 28px;
    list-style: none;
}

.bg-blue-dev li {
    margin-bottom: 10px;
}

.bg-yellow-dev li {
    margin-bottom: 10px;
}

/* Add your preferred icon */
.bg-blue-dev ul li.icon-1::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 20px;
    height: 20px;
    background: url("../icons/grey-round-check.svg") no-repeat center center;
    background-size: contain;
}


.bg-yellow-dev ul li.icon-1 {
    position: relative;
    padding-left: 28px;
    list-style: none;
}

/* Add your preferred icon */
.bg-yellow-dev ul li.icon-1::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 20px;
    height: 20px;
    background: url("../icons/grey-round-check.svg") no-repeat center center;
    background-size: contain;
}

.mask-1 img {
    position: relative;
    top: -70px;
    left: 50px;
}

.mask-2 img {
    position: relative;
    top: 70px;
    right: 50px;
}

.btn-grey-custom {
    color: #AEAEAE;
    background-color: #F7F8F8;
    padding: 15px 30px;
    border-radius: 100px;
    border: none;
}

.month-year {
    background-color: #F7F8F8;
    border-radius: 100px;
    display: inline-block;
    width: fit-content;
    margin: 0 auto;
    /* centers it horizontally */
    white-space: nowrap;
}


.price-hov .pricing-card:hover {
    background: linear-gradient(90deg, #e3ecf8 0%, #f8f1df 100%);
    border-radius: 15px;
    color: #1E1E1E;
}

.price-hov .pricing-card:hover button {
    background-color: #375D9E;
    color: white;
    border-color: #375D9E;
}

.price-hov .pricing-card:hover p {
    color: #1E1E1E;
}

.price-hov .pricing-card:hover .lite-text {
    color: #1E1E1E;
}

/* Initially show only the first image */
.pricing-card .img-blue {
    display: none;
}

/* On hover, hide the first image and show the second */
.price-hov .pricing-card:hover .img-white {
    display: none;
}

.price-hov .pricing-card:hover .img-blue {
    display: inline-block;
}

/* Large screens 1200px and above */
@media (min-width: 1200px) {
    .row.align-items-center.home-fix {
        margin-bottom: -350px !important;
    }
}

/* Medium and larger screens 768px and above */





/* Optional: Adjust negative margin for medium-large screens 992px to 1199px */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .row.align-items-center.home-fix {
        margin-bottom: -200px !important;
        /* reduced value for medium-large screens */
    }
}

/* Optional: Reset margin on smaller screens below 768px to avoid layout issues */


@media (max-width: 400px) {
    .carousel-inner .col-md-4 {
        width: 100% !important;
    }
}



/* Default (desktop) - 3+ slides */
.gap-dev {
    width: 360px;
    margin: 0 10px;
    /* add spacing between slides */
    padding: 16px;
}


@media (max-width: 1100px) {
    .gap-dev {
        width: 95% !important;
        /* about half width */
        margin: 0 8px;
    }

    .col-md-6.d-flex.mar-btm {
        margin: 0px;
    }

    .col-md-2.text-center.text-md-end.soc-lnk {
        margin: 10px;
    }

    .about-icon p {
        height: 200px;
    }

    /* 
    .col-lg-6.text-center img.rounded-3 {
        width: 350px !important;
        height: 222px;
    } */
}

/* Tablet view (max-width 991px) → 2 slides visible */
@media (max-width: 991px) {
    .gap-dev {
        width: 95% !important;
        /* about half width */
        margin: 0 8px;
    }

    .col-md-6.d-flex.mar-btm {
        margin: 0px;
    }

    .col-md-2.text-center.text-md-end.soc-lnk {
        margin: 10px 0px;
    }

    .mask-2 img {
        margin-bottom: 90px;
    }

    .pricing-card.text-start.col-md-4.p-3 {
        width: 300px;
    }

    .about-icon p {
        height: 200px;
    }

    .col-lg-6.text-center img.rounded-3 {
        width: fit-content;
        height: 245px;
    }

    .col-lg-6.text-center img.rounded-4 {
        width: fit-content;
        height: 272px;
        margin-bottom: 50px;
    }
}

/* Mobile view (max-width 575px) → 1 slide visible */
@media (max-width: 575px) {
    .col-md-2.text-center.text-md-end {
        padding-bottom: 15px;
    }

    .gap-dev {
        width: 90% !important;
        /* nearly full width */
        margin: 0 auto 15px auto;
        /* center & add bottom space */
    }

    .col-md-6.d-flex.mar-btm {
        margin: 0px;
    }

    .col-md-2.text-center.text-md-end.soc-lnk {
        margin: 10px;
    }

    #contact-sec .row.justify-content-center {
        width: 100%;
        margin: 0px 15px;
    }

    .mask-2 img {
        margin-bottom: 90px;
    }

    .about-icon p {
        height: 90px;
    }

    .row.align-items-center.img-gap .col-md-5 {
        padding: 0px 20px !important;
    }

    .col-lg-7.text-center.home-row-1 .gap-2 {
        display: none !important;
    }

    .btn.btn-outline-dev.btn-round {
        width: 50px;
        height: 50px;
        margin-top: 100px;
        margin-bottom: -150px;
    }

    .col-md-6.row.g-2.feature-box {
        padding: 0px 25px;
    }

    section#about-sec .img-fluid.rounded-4 {
        padding-bottom: 40px;
    }

    .img-hid {
        display: none !important;
    }

}

@media (min-width: 1000px) and (max-width: 1440) {
    .col-md-6.row.g-2.feature-box {
        padding-left: 0px;
        padding-right: 40px;
    }
}

@media (max-width: 576px) {
    #prop-sec{
        padding-top: 40px;
        overflow-x: hidden;
    }
    #contact-sec{
        padding-top: 140px;
    }
    .col-12.row .col-6 {
        width: 100% !important;
        text-align: center !important;
    }

    #feature-sec {
        overflow-x: hidden;
        margin-top: 0px !important;
        padding-top: 60px !important;
    }

    #feature-sec .row {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    #price-sec {
        padding-top: 30px;
    }

    #prop-sec .row {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    #price-sec {
        overflow-x: hidden;
    }

    #price-sec .row {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    #blog-sec {
        overflow-x: hidden;
        padding-top: 20px;
    }

    #blog-sec .row {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .promo-dev .col-md-6 {
        margin-left: 15px;

    }

    #prop-sec .slick-track {
        margin-left: 20px !important;
    }

    section {
        overflow-x: hidden;
        margin: 0px;
    }

    .col-md-6.row.g-2.feature-box {
        padding: 0px 10px;
    }

    .home-fix .col-lg-7 {
        width: 95%;
        margin: 0px 20px;
    }

    section.mob-gap .rounded-3 {
        padding: 0px 20px;
    }

    section#prop-sec .row {
        padding: 0px 10px;
    }

    section#feature-sec .row.align-items-center {
        padding: 0px 10px;
    }

    #feature-sec .col-md-6.row.g-2.feature-box {
        padding: 0px;
    }

    #sec-car .col-md-7 {
        padding: 0px 10px;
    }

    #sec-car {
        margin-bottom: 30px !important;
    }

    section#sec-car .col-md-7 {
        padding: 0px 30px;
    }

    section#blog-sec h2 {
        padding: 0px 25px;
    }

    .mask-1 img {
        padding-top: 25px;
    }

    .month-year {
        margin: 0px 20px !important;
    }

    section#faq-sec {
        padding: 0px 25px;
    }

    section.py-5.promo-dev {
        margin-bottom: 0px !important;
        padding-bottom: 0px !important;
    }

    #contact-sec .row.justify-content-center {
        margin: 0px;
    }

    section#contact-sec .container-fluid.cont-bottom {
        padding: 0px 20px !important;
    }

    footer.pt-5.pb-3 {
        padding-top: 0px !important;
    }
}



@media (max-width: 1000px) and (min-width: 577px) {
    .col-lg-6.text-center img.rounded-4 {
        height: 315px;
    }

    .col-lg-6.text-center img.rounded-3 {
        height: 285px;
        padding-top: 10px;
    }

    .d-flex.gap-2.img-hid {
        width: 100%;
    }

    .d-flex.gap-2.img-hid .col-lg-6.text-center {
        width: 100%;
    }

    .col-12.row .col-6 {
        width: 100% !important;
        text-align: center !important;
    }

    #about-sec .col-md-5.container-fluid {
        width: 100% !important;
        display: flex;
    }

    #about-sec .row.align-items-center {
        display: flex;
        flex-direction: column;
    }

    #about-sec .col-md-7 {
        width: 100%;
    }

    #about-sec .icon-para {
        width: 100%;
        margin: 0px 15px 0px 0px;
    }

    .col-md-5.container-fluid {
        padding-bottom: 0px !important;
    }

    .mob-gap .gap-3 {
        width: 350px;
        margin-left: auto;
        margin-right: auto;
    }

    .btn.btn-outline-dev.btn-round {
        position: relative;
        left: 190px;
        bottom: 50px;
    }

    .text-md-end {
        width: 15%;
    }

    .home-row-1 .rounded-3 {
        height: 245px !important;
        width: 350px !important;
        margin-top: 25px !important;
        object-fit: cover;
    }

    .about-icon h5 {
        height: 50px;
    }

    .row.align-items-center.home-fix {
        margin-bottom: 0 !important;
        /* no negative margin on small screens */
    }

    .about-icon h5 {
        height: auto;
        /* natural height on small screens */
    }

    #about-sec .about-icon p {
        height: 100px;
    }

    #prop-sec .col-md-1 {
        display: none;
    }

    #sec-car .col-md-1 {
        display: none;
    }

    .py-5.promo-dev {
        margin-bottom: 0px !important;
    }

    #sec-car {
        margin-bottom: 30px !important;
    }

}


@media (min-width: 577px) and (max-width: 768px) {

    .gap-dev.bg-yellow-dev {
        height: 475px !important;
    }

    .gap-dev.bg-blue-dev {
        height: 475px !important;
    }

    .col-md-2.text-center.text-md-end {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        padding-bottom: 15px;
    }

    .svg-img {

        top: 15px;
        right: 10px;
    }

    #sec-car {
        padding-bottom: 40px !important;
    }

    #feature-sec {
        padding-top: 0px !important;
    }

}


@media (min-width: 818px) and (max-width: 1000px) {

.col-md-2.text-center.text-md-end{
    width: 100px;
}
}