/* Extra small devices (phones, ≤ 320px) */

@media (max-width: 320px) {
    .navbar-brand, .navbar-brand:hover{
        font-size: 19px !important;
    }
    .hide-user {
        display: none !important;
    }
    .hero-section {
        padding-top: 105px;
    }
    .para {
        text-align: justify;
        font-size: 16px;
        line-height: 35px;
    }
    .contact-form-res {
        margin-top: 44px;
    }
    .start_now_section {
        display: grid;
        padding: 48px 17px;
        gap: 24px;
    }
    .margin_bottom_135 {
        margin-bottom: 88px;
    }
    .custom-block-overlay .custom-block-image {
        border-radius: var(--border-radius-medium);
        display: block;
        height: 1510px !important;
        margin-top: 0;
        /* background-size: 100% 100%; */
    }
    h3 {
        font-size: 22px;
    }
    .start_now_section_text {
        font-size: 33px;
    }
    .start_now{
        font-size: 16px;
    }
    .set-button-free-trail {
        font-size: 17px;
    }
    .para3 {
        line-height: 35px;
        letter-spacing: 1px;
        font-size: 15px;
    }
    .para {
        line-height: 35px;
        letter-spacing: 1px;
        font-size: 15px;
    }
    .features_img{
        margin-bottom: 25px;
    }
    .margin-bottom-res-27{
        margin-bottom: 27px;
    }
    .set_more_details{
        margin-bottom: 0px !important;
    }
    .set_more_details_div{
        padding-top: 0px;
    }
    .padding-40 {
        padding: 15px;
    }
    .site-footer-link-item {
        display: block;
        list-style: none;
        line-height: 43px;
    }
    .displaymail{
        display: flex;
        gap: 4px;
    }
    .site-footer::after {
        border-width: 0 0 87px 87px;
    }
    .credits p {
        color: white;
        font-weight: 700;
        text-shadow: 1px 1px black;
        font-size: 10px;
    }
}


/* Small devices (phones, 321px to 480px) */

@media (min-width: 321px) and (max-width: 767px) {
    .hide-user {
        display: none !important;
    }
    .hero-section {
        padding-top: 105px;
    }
    .para {
        text-align: justify;
    }
    .contact-form-res {
        margin-top: 44px;
    }
    .start_now_section {
        display: grid;
        padding: 48px 17px;
        gap: 24px;
    }
    .margin_bottom_135 {
        margin-bottom: 88px;
    }
    .custom-block-overlay .custom-block-image {
        border-radius: var(--border-radius-medium);
        display: block;
        height: 1112px !important;
        margin-top: 0;
        /* background-size: 100% 100%; */
    }
    h3 {
        font-size: 31px;
    }
    .start_now_section_text {
        font-size: 33px;
    }
    .start_now{
        font-size: 16px;
    }
    .set-button-free-trail {
        font-size: 17px;
    }
    .para3 {
        line-height: 35px;
        letter-spacing: 1px;
        font-size: 14px;
    }
    .para {
        line-height: 35px;
        letter-spacing: 1px;
        font-size: 15px;
    }
    .features_img{
        margin-bottom: 15px;
    }
    .margin-bottom-res-27{
        margin-bottom: 27px;
    }
    .set_more_details{
        margin-bottom: 0px !important;
    }
    .set_more_details_div{
        padding-top: 0px;
    }
    .padding-40 {
        padding: 15px;
    }
    .site-footer-link-item {
        display: block;
        list-style: none;
        line-height: 43px;
    }
    .displaymail{
        display: flex;
        gap: 4px;
    }
    .site-footer::after {
        border-width: 0 0 87px 87px;
    }
    .credits p {
        color: white;
        font-weight: 700;
        text-shadow: 1px 1px black;
        font-size: 10px;
    }
}


/* Medium devices (phablets, 481px to 768px) */

@media (min-width: 481px) and (max-width: 768px) {
    /* Styles here */
}

/* Medium devices (phablets, 481px to 768px) */
@media (min-width: 481px) and (max-width: 768px) {
    /* Styles here */
}

/* Medium devices (phablets, 481px to 768px) */
@media (min-width: 2500px) and (max-width: 3000px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 2710px;
    }
    :root {
        --white-color: #ffffff;
        --primary-color: #13547a;
        --secondary-color: #ff9944;
        --section-bg-color: #f0f8ff;
        --custom-btn-bg-color: #80d0c7;
        --custom-btn-bg-hover-color: #13547a;
        --dark-color: #000000;
        --p-color: #717275;
        --border-color: #7fffd4;
        --link-hover-color: #13547a;
        --body-font-family: 'Quicksand', sans-serif;
        --title-font-family: 'Quicksand', sans-serif;
        --h1-font-size: 58px;
        --h2-font-size: 46px;
        --h3-font-size: clamp(1.5rem, 2vw + 1rem, 4rem);
        --h4-font-size: clamp(1.5rem, 2vw + 1rem, 4rem);
        --h5-font-size: clamp(1.5rem, 2vw + 1rem, 4rem);
        --h6-font-size: 22px;
        --p-font-size: clamp(1.5rem, 1.5vw, 1.25rem);
        --menu-font-size: clamp(1.5rem, 1.5vw, 1.25rem);
        --btn-font-size: 18px;
        --copyright-font-size: 16px;
        --border-radius-large: 100px;
        --border-radius-medium: 20px;
        --border-radius-small: 10px;
        --font-weight-normal: 400;
        --font-weight-medium: 500;
        --font-weight-semibold: 600;
        --font-weight-bold: 700;
    }
    .header-font {
        line-height: 100px;
    }
    .para {
        line-height: 73px;
        letter-spacing: 2px;
        font-size: 33px;
    }

    input[type="submit"]{
        width: auto;
        background-color: #4CAF50;
        color: white;
        border: none;
        cursor: pointer;
        padding: 14px 20px;
        font-size: 35px;
    }
    label{
        font-size: 30px;
    }
    input, textarea, select{
        padding: 22px;
    }
    input::placeholder,
    textarea::placeholder {
        font-size: clamp(0.9rem, 1.5vw, 1.2rem);
        color: #888; /* Optional: lighter color for placeholders */
    }
    .start_now_section_text{
        font-size: 64px !important;
    }
    .start_now {
        font-size: 40px;
        background: transparent;
        border: 3px solid #ffffff;
        box-shadow: 0px 0px 0px 0px black;
        padding: 28px 46px;
    }
    .custom-block-overlay .custom-block-image {
        height: 779px !important;
    }
    .set-button-free-trail {
        padding: 17px 43px;
        font-size: 40px;
        position: relative;
    }
    .set_more_details{
        font-size: 86px;
        text-align: left;
        margin-bottom: 91px !important;
    }
    .navbar-icon {
        background: var(--white-color);
        border-radius: var(--border-radius-large);
        display: inline-block;
        font-size: var(--h5-font-size);
        width: 80px;
        height: 80px;
        line-height: 80px;
        text-align: center;
        transition: all 0.3s ease;
    }
    .site-footer-title {
        font-size: 40px;
        margin-bottom: 54px !important;
    }
    .site-footer-link{
        font-size: 33px;
    }
    .site-footer-link-item {
        display: block;
        list-style: none;
        line-height: 72px;
    }
    .para3 {
        line-height: 61px;
        letter-spacing: 1px;
        font-size: 35px;
        font-size: 33px;
        margin-bottom: 61px;
    }
    .site-footer::after {
        border-width: 0 0 371px 371px;
    }
    .card-title2 {
        font-size: 31px;
        color: #462291;
        text-transform: uppercase;
        background: #f2f2f2;
        padding: 20px 6px;
        border-radius: 17px;
        font-weight: 800;
        margin-top: 18px;
    }
    .dashboard-card{
        padding: 120px 60px !important;
    }
    .icon-circle {
        width: 134px;
        height: 119px;
        font-size: 60px;
    }
}

@media (min-width: 2000px) and (max-width: 2499px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1810px;
    }

    .header-font {
        line-height: 65px;
    }
    .para {
        line-height: 73px;
        letter-spacing: 2px;
        font-size: 24px;
    }

    input[type="submit"]{
        width: auto;
        background-color: #4CAF50;
        color: white;
        border: none;
        cursor: pointer;
        padding: 14px 20px;
        font-size: 35px;
    }
    label{
        font-size: 30px;
    }
    input, textarea, select{
        padding: 22px;
    }
    input::placeholder,
    textarea::placeholder {
        font-size: clamp(0.9rem, 1.5vw, 1.2rem);
        color: #888; /* Optional: lighter color for placeholders */
    }
    .start_now_section_text{
        font-size: 64px !important;
    }
    .start_now {
        font-size: 40px;
        background: transparent;
        border: 3px solid #ffffff;
        box-shadow: 0px 0px 0px 0px black;
        padding: 28px 46px;
    }
    .custom-block-overlay .custom-block-image {
        height: 779px !important;
    }
    .set-button-free-trail {
        padding: 17px 43px;
        font-size: 40px;
        position: relative;
    }
    .set_more_details{
        font-size: 86px;
        text-align: left;
        margin-bottom: 91px !important;
    }
    .navbar-icon {
        background: var(--white-color);
        border-radius: var(--border-radius-large);
        display: inline-block;
        font-size: var(--h5-font-size);
        width: 80px;
        height: 80px;
        line-height: 80px;
        text-align: center;
        transition: all 0.3s ease;
    }
    .site-footer-title {
        font-size: 40px;
        margin-bottom: 54px !important;
    }
    .site-footer-link{
        font-size: 33px;
    }
    .site-footer-link-item {
        display: block;
        list-style: none;
        line-height: 72px;
    }
    .para3 {
        line-height: 61px;
        letter-spacing: 1px;
        font-size: 24px;
        margin-bottom: 61px;
    }
    .site-footer::after {
        border-width: 0 0 371px 371px;
    }
    .card-title2 {
        font-size: 21px;
        color: #462291;
        text-transform: uppercase;
        background: #f2f2f2;
        padding: 20px 6px;
        border-radius: 17px;
        font-weight: 800;
        margin-top: 18px;
    }
    .dashboard-card{
        padding: 120px 60px !important;
    }
    .icon-circle {
        width: 134px;
        height: 119px;
        font-size: 60px;
    }
    .para2{
        font-size: 24px;
    }
}

@media (min-width: 1500px) and (max-width: 1999px) {
    /* Styles here */
}

@media (min-width: 1000px) and (max-width: 1499px) {
    /* Styles here */
}

@media (min-width: 768px) and (max-width: 991px) {
    .container, .container-sm {
        max-width: 882px !important;
    }
    .start_now_section {
        background: #1a4c80;
        display: flex;
        justify-content: space-around;
        align-items: center;
        padding: 48px 25px;
        color: white;
    }
    .start_now_section_text {
        font-size: 18px;
        text-transform: capitalize;
        /* margin: 26px; */
    }
    .start_now {
        font-size: 17px;
        background: transparent;
        border: 3px solid #ffffff;
        box-shadow: 0px 0px 0px 0px black;
        padding: 6px 23px;
    }
    .row-cols-md-4>* {
        flex: 0 0 auto;
        width: 50%;
    }
}
@media (min-width: 576px) {
    /* .container, .container-sm {
        max-width: 679px;
    }*/
}