﻿/********** Template CSS **********/
.main-logo{
    height:70px;
    width:170px;
}
.mx-auto {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.toggle-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: Arial, sans-serif;
}

.toggle-label {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    cursor: pointer;
}

    .toggle-label.active {
        color: #888;
        font-weight: 500;
    }

.toggle-switch {
    position: relative;
    width: 50px;
    height: 26px;
    border: 2px solid #007bff;
    background-color: white;
    border-radius: 15px;
    cursor: pointer;
    transition: background-color 0.3s;
}

    .toggle-switch::before {
        content: "";
        position: absolute;
        top: 2px;
        left: 2px;
        width: 19px;
        height: 19px;
        background-color: #007bff;
        border-radius: 50%;
        transition: transform 0.3s;
    }

    .toggle-switch.active {
        background-color: white;
    }

        .toggle-switch.active::before {
            transform: translateX(24px);
        }

.save-text {
    text-align: center;
    font-size: 14px;
    color: #007bff;
    margin-top: 10px;
    font-weight: bold;
}

.content {
    text-align: center;
    font-size: 16px;
    margin-top: 20px;
}


    .content .monthly-content,
    .content .yearly-content {
        display: none;
    }

    .content .show {
        display: block;
    }

.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
}

    .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 2px solid #6c757d; /* 2px black border */
        border-radius: 10px; /* 5px rounded corners */
    }

@media (max-width: 768px) {
    .loginbutton {
        margin-left: auto; /* Centers the button horizontally */
        display: block; /* Ensures proper centering behavior */
        text-align: center; /* Aligns the text if needed */
     
    }
}

@media (min-width: 992px) {
    .loginbutton {
        margin-left: 50px;
    }
}

@media (max-width: 768px) {
    .loginbutton {
        margin-left: auto; /* Centers the button horizontally */
        display: block; /* Ensures proper centering behavior */
        text-align: center; /* Aligns the text if needed */
    }
}

.loginbutton .login-button {
    border: 2px solid #007bff;
    color: #007bff;
    padding: 5px 15px 6px 15px;
    border-radius: 5px;
   
}
h1{
    font-size:3rem;
    font-weight:700;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

    #spinner.show {
        transition: opacity .5s ease-out, visibility 0s linear 0s;
        visibility: visible;
        opacity: 1;
    }

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

img.animated.pulse {
    animation-duration: 5s;
}

a{
    text-decoration:none;
}
.nav-tabs {
    --bs-nav-tabs-border-width:0;
}
    /*** Button ***/
    .btn {
    font-weight: 500;
    transition: .5s;
    border-radius:0.875rem;
}

    .btn.btn-primary {
        color: var(--bs-white);
    }

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  
    display: flex;
    justify-content:center;
    text-align:center;
    font-weight: normal;
    border-radius: 50px;
    padding-top:8px;
}
.footer-icon .btn-square{

    text-align: center;
    justify-content:center;
    font-weight: normal;
    border-radius: 50px;
    padding-top: 10px;
}
h6 {
    color: #343a40;
}

.text-main {
    color: #0072f5;
}

p {
    color: #6c757d;
    font-size: 1.125rem;
}

.navbar {
    padding: 11px 0 !important;
    height: 60px;
}

    .navbar .navbar-nav .nav-link {
        padding: 12px;
        color: #343a40;
        font-weight: 500;
        transition: .5s;
        outline: none;
        background-color: #fff;
    }

.commen-benefits {
    margin-left: 20px;
}


.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 599px) {
    .navbar-brand {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav {
        padding: 0 15px;
        background-color: #fff;
    }

        .navbar .navbar-nav .nav-link {
            margin-right: 0;
            padding: 10px 0;
        }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

.qrcode {
    display: flex;
    justify-content: center;
}

    .qrcode img {
        height: 180px;
    }

.nav .nav-item .qr-button {
    border: none;
    background: none;
}

.aboutimg {
    border-radius: 20px;
}

.commen-contact {
    display: flex;
}

.commenleft {
    margin-left: 20px;
}

.commen-module-icon {
    font-size: 50px;
}

/*** Hero Header ***/
.header1 {
    min-height: 700px;
}

.header-image {
    margin-top: -300px;
}

.hero-header {
    position: relative;
    margin-top: -85px;
    padding-top: 12rem;
    padding-bottom: 6rem;
    background-size: cover;
}

    .hero-header::before {
        position: absolute;
        content: "";
        width: 100%;
        top: 0;
        left: 0;
        background: rgba(255, 255, 255, .1);
        clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
    }

    .hero-header .container {
        position: relative;
        z-index: 1;
    }

    .hero-header .breadcrumb-item + .breadcrumb-item::before {
        color: var(--bs-light);
    }


.Easytouse {
    height: 70px;
    width: 70px;
    background: linear-gradient(to bottom, #007bff, #1eadff);
    align-items: center;
    display: inline-block;
    border-radius: 50px;
}

    .Easytouse i {
        margin-top: 18px;
    }

.EasytoManage {
    height: 70px;
    width: 70px;
    background: linear-gradient(to bottom, #007bff, #1eadff);
    align-items: center;
    display: inline-block;
    border-radius: 50px;
}

    .EasytoManage i {
        margin-top: 18px;
    }

.FullyFunctional {
    height: 70px;
    width: 70px;
    background: linear-gradient(to bottom, #007bff, #1eadff);
    align-items: center;
    display: inline-block;
    border-radius: 50px;
}

    .FullyFunctional i {
        margin-top: 18px;
    }

.Securedprotocol {
    height: 70px;
    width: 70px;
    background: linear-gradient(to bottom, #007bff, #1eadff);
    align-items: center;
    display: inline-block;
    border-radius: 50px;
}

    .Securedprotocol i {
        margin-top: 18px;
    }

.feature-item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .1);
    clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}

.feature-item .border {
    position: relative;
    border-color: rgba(255, 255, 255, .2) !important;
    z-index: 1;
}

.Getstarted {
    margin-top: 51px;
    display: flex;
    justify-content: space-between;
}

.MaintainClasses {
    margin-top: 51px;
    display: flex;
    justify-content: space-between;
}

.Automated {
    height: 70px;
    width: 70px;
    background: linear-gradient(to bottom, #007bff, #1eadff);
    align-items: center;
    display: inline-block;
    border-radius: 50px;
}



    .Automated .svg-inline--fa {
        margin-top: 20px;
        margin-left: 17px;
    }

.Real-timedata {
    height: 70px;
    width: 70px;
    background: linear-gradient(to bottom, #007bff, #1eadff);
    align-items: center;
    display: inline-block;
    border-radius: 50px;
}

    .Real-timedata .svg-inline--fa {
        margin-top: 18px;
        margin-left: 18px;
    }


.aboutcontact {
    height: 60px;
    width: 60px;
    border: 2px solid #007bff;
    align-items: center;
    display: inline-block;
    border-radius: 50px;
    transition: color 0.3s;
}

    .aboutcontact:hover {
        background-color: #007bff;
    }

    .aboutcontact .fa-location-dot {
        margin-top: 12px;
        margin-left: 15px;
        color: #007bff;
        transition: color 0.3s;
    }

    .aboutcontact:hover .fa-location-dot {
        color: white;
    }

    .aboutcontact .fa-envelope {
        margin-top: 12px;
        margin-left: 12px;
        color: #007bff;
        transition: color 0.3s;
    }

    .aboutcontact:hover .fa-envelope {
        color: white;
    }


    .aboutcontact .fa-phone {
        margin-top: 12px;
        margin-left: 12px;
        color: #007bff;
        transition: color 0.3s;
    }

    .aboutcontact:hover .fa-phone {
        color: white;
    }

.containerp,
.container-fluid,
.containerp-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto
}

@media(min-width: 1400px) {

    .containerp-xxl,
    .containerp-xl,
    .containerp-lg,
    .containerp-md,
    .container-sm,
    .containerp {
        max-width: 1060px;
    }
}
/*** Deal ***/
.deal {
    position: relative;
    background-size: cover;
}

    .deal::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(255, 255, 255, .1);
        clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
    }

    .deal .bg-white {
        position: relative;
        z-index: 1;
    }

    .deal .cdt span {
        display: block;
        font-size: 16px;
        font-style: italic;
        font-weight: 200;
        text-transform: capitalize;
    }

/* All Plans includes start */
.TechnicalSupport {
    height: 60px;
    padding: 15px;
    border: 2px solid #007bff;
    align-items: center;
    display: flex;
    justify-content: space-evenly;
    border-radius: 10px;
    transition: color 0.3s;
}

    .TechnicalSupport:hover {
        background-color: #0072f5;
    }

    .TechnicalSupport .fa-laptop {
        margin-top: 20px;
        color: #0072f5;
        transition: color 0.3s;
    }

    .TechnicalSupport:hover .fa-laptop {
        color: white;
    }

/* -------------------------- */
.Rewards {
    height: 60px;
    padding: 20px;
    border: 2px solid #0072f5;
    align-items: center;
    display: flex;
    justify-content: space-evenly;
    border-radius: 10px;
    transition: color 0.3s;
}

    .Rewards:hover {
        background-color: #0072f5;
    }

    .Rewards .fa-award {
        margin-top: 20px;
        color: #0072f5;
        transition: color 0.3s;
    }

    .Rewards:hover .fa-award {
        color: white;
    }

/* -------------------------- */
.Growth {
    height: 60px;
    padding: 17px;
    border: 2px solid #0072f5;
    align-items: center;
    display: flex;
    justify-content: space-evenly;
    border-radius: 10px;
    transition: color 0.3s;
}

    .Growth:hover {
        background-color: #0072f5;
    }

    .Growth .fa-video-plus {
        margin-top: 20px;
        color: #0072f5;
        transition: color 0.3s;
    }

    .Growth:hover .fa-video-plus {
        color: white;
    }

/* -------------------------- */
.Technology {
    height: 60px;
    padding: 15px;
    border: 2px solid #0072f5;
    align-items: center;
    display: flex;
    justify-content: space-evenly;
    border-radius: 10px;
    transition: color 0.3s;
}

    .Technology:hover {
        background-color: #0072f5;
    }

    .Technology .fa-globe-pointer {
        margin-top: 20px;
        color: #0072f5;
        transition: color 0.3s;
    }

    .Technology:hover .fa-globe-pointer {
        color: white;
    }

.SchoolManagment {
    border-radius: 20px;
}

.SchoolManagment {
    box-shadow: 0px 2px 6px rgb(109, 99, 128);
}


.hover-effect {
    transition: all 0.3s ease; /* Smooth transition */
}

    .hover-effect:hover {
        border-color: #007bff; /* Change to your desired border color */
        background-color: #e2ecf7; /* Change to your desired background color */
        border-style: solid; /* Ensure there's a border */
        border-width: 1px; /* Ensure border is visible */
    }

.fa-circle-check {
    font-size: 1.3rem;
}

/* All Plans includes end */
/*** How To Use ***/
.how-to-use {
    position: relative;
    background-size: cover;
}

    .how-to-use::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(255, 255, 255, .1);
        clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
    }

    .how-to-use .container {
        position: relative;
        z-index: 1;
    }

    .how-to-use .border {
        border-color: rgba(255, 255, 255, .2) !important;
    }


/*** Product ***/
.product-item {
    transition: .1s;
    border: 2px solid #ccc;
    border-radius: 6px;
}



    .product-item:hover a.btn {
        color: var(--bs-white);
        background: var(--bs-primary);
    }




/*** Blog ***/
.blog-item {
    transition: .1s;
    box-shadow: 0px 2px 6px rgb(109, 99, 128);
    border-radius: 10px;
}



    .blog-item:hover a.btn {
        color: var(--bs-white);
        background: #0072f5;
    }


/*** Contact ***/
.contact-info-item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .1);
    clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}

.contact-info-item .border {
    position: relative;
    border-color: rgba(255, 255, 255, .2) !important;
    z-index: 1;
}


/*** Newsletter ***/
.newsletter {
    position: relative;
    background-size: cover;
}

    .newsletter::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(255, 255, 255, .1);
        clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
    }

    .newsletter .container {
        position: relative;
        z-index: 1;
    }

    .newsletter .form-control {
        background: rgba(255, 255, 255, .3);
    }


/*** Footer ***/
.footer {
    background-color: #ededed;
}
.footer .btn-link {
    display: block;
    margin-bottom: 20px;
    padding: 0;
    text-align: left;
    color: var(--bs-body);
    font-weight: normal;
    transition: .3s;
    text-decoration: none;
}

.footer .btn.btn-link:hover {
    color: #303972;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    border-top: 3px solid var(--bs-light);
}
@media (max-width: 992px) {
    .footer .copyright .footer-icon {
        justify-content: center;
    }
}
@media (min-width: 992px) {
    .footer .copyright .right {
        display: flex;
        justify-content:center;
    }
}
    

        .footer .copyright a:hover {
            color: white;
        }

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 3px solid var(--bs-light);
}

    .footer .footer-menu a:last-child {
        margin-right: 0;
        padding-right: 0;
        border-right: none;
    }

.counter {
    font-size: 2em;
    padding: 20px;
    border-radius: 10px;
}

.solid-divider {
    background-color: #b5eaff;
}


@media (max-width: 959px) {
    .timeline {
        margin-top: 40px
    }
}

.timeline .left-side li .item {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media (min-width: 960px) {
    .timeline .left-side .icon {
        border-top-right-radius: 0;
    }
}

.timeline .left-side {
    padding: 0;
}

@media (min-width: 960px) {
    .timeline .left-side li {
        margin-bottom: 24px;
        margin-bottom: 80px;
        text-align: right
    }
}

.timeline .left-side li .item {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media (max-width: 959px) {
    .timeline .left-side li .item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.timeline .left-side .text:after {
    content: "";
    width: 24px;
    height: 24px;
    border-radius: 50%;
    position: absolute;
    top: 34px;
    right: -190px
}

@media (min-width: 960px) {
    .timeline .left-side .icon {
        border-top-right-radius: 0
    }
}

@media (min-width: 960px) {
    [dir=ltr] .timeline .right-side {
        margin-left: 24px
    }

    [dir=rtl] .timeline .right-side {
        margin-right: 24px
    }
}

@media (max-width: 959px) {
    .timeline .right-side {
        padding: 0
    }
}

@media (min-width: 960px) {
    .timeline .right-side li {
        margin-top: 80px
    }
}

.timeline .right-side .text:after {
    content: "";
    width: 24px;
    height: 24px;
    border-radius: 50%;
    position: absolute;
    top: 34px;
    left: -185px
}

@media (min-width: 960px) {
    .timeline .right-side .icon {
        border-bottom-left-radius: 0
    }
}

.timeline li {
    list-style: none;
}

@media (max-width: 959px) {
    .timeline li {
        padding: 16px 0
    }
}

.timeline li.type-primary strong {
    color: #007bff;
}

.timeline li.type-primary .icon {
    color: #007bff;

}

.timeline li.type-primary .text:after {
    background: #068fff;
}

.timeline li.type-secondary strong {
    color: #007bff;
}

.timeline li.type-secondary .icon {
    color: #007bff;
}

.timeline li.type-secondary .text:after {
    background: #068fff;
}

.timeline li.type-accent strong {
    color: #007bff;
}

.timeline li.type-accent .icon {
    color: #007bff;
}


.timeline li.type-accent .text:after {
    background: #068fff;
}

@media (max-width: 959px) {
    .item {
        text-align: center
    }
}

@media (min-width: 960px) {
    .item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.text {
    position: relative;
    display: block;
    margin: 0 24px;
    max-width: 350px
}

@media (max-width: 959px) {
    .text {
        font-size: 18px
    }

        .text:after {
            display: none
        }
}

@media (max-width: 599px) {
    .text {
        margin: 0 40px;
    }
}

.icon {
    border-radius: 50%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    font-size: 50px;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px
}

.icon {
    -webkit-box-shadow: 0 1px 3px 0 #404040,0 1px 1px 0 #2a2a2a,0 2px 1px -1px #141414;
    box-shadow: 0 1px 3px 0 #404040,0 1px 1px 0 #2a2a2a,0 2px 1px -1px #141414
}

.icon {
    -webkit-box-shadow: 0 1.5px 12px 2px rgba(0,0,0,.06);
    box-shadow: 0 1.5px 12px 2px rgba(0,0,0,.06)
}


.icon {
    background-color: #fff;
}

    .icon .svg-inline--fa{
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

@media (max-width: 959px) {
    .icon {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 32px;
        margin: 0 auto 32px
    }
}

.solid-divider {
    position: absolute;
    left: calc(50% + 10px);
    width: 8px;
    min-height:934px;
    border-radius: 8px
}

@media (min-width: 960px) {
    .px-md-10 {
        padding-right: 40px !important;
        padding-left: 32px !important;
    }
}



@media (max-width: 959px) {
    .solid-divider {
        display: none
    }
}

.dashed-divider {
    position: absolute;
    left: calc(50% + 12px);
    top: 10%;
    width: 4px;
    height: 63%;
    border-radius: 2px
}

.dashed-divider {
    background-color: green;
}

.dashed-divider {
    background-color: red;
}

@media (max-width: 959px) {
    .dashed-divider {
        display: none
    }
}

.dashed-divider:before {
    content: "";
    position: absolute;
    left: calc(50% - 1px);
    top: -23%;
    width: 2px;
    height: 20%;
    border-radius: 2px
}

.dashed-divider:before {
    background-color: greenyellow;
}

.dashed-divider:before {
    background-color: red;
}

.dashed-divider:after {
    content: "";
    position: absolute;
    left: calc(50% - 3px);
    top: 103%;
    width: 6px;
    height: 60%;
    border-radius: 6px
}

@media (min-width: 960px) {
    .timeline .left-side li {
        margin-bottom: 24px;
        margin-bottom: 80px;
        text-align: right;
    }
}

/* ------------------ Team start--------------------- */

.team-item {
    background: rgba(239, 239, 241, 0.8);
}

.team-content::before {
    height: 200px;
    display: block;
    content: "";
    position: relative;
    top: -101px;
    clip-path: polygon(50% 50%, 100% 50%, 50% 100%, 0% 50%);
    padding: 60px;
    opacity: 1;
}

.team-img-icon {
    position: relative;
    margin-top: -200px;
  
    padding-bottom: 0;
}



.team-item:hover h4 {
    color: var(--bs-primary);
    transition: 0.5s;
}


.team-carousel .owl-stage {
    position: relative;
    width: 100%;
    height: 100%;
}

.team-carousel .owl-nav {
    position: absolute;
    top: -100px;
    right: 50px;
    display: flex;
}

    .team-carousel .owl-nav .owl-prev,
    .team-carousel .owl-nav .owl-next {
        width: 56px;
        height: 56px;
        border-radius: 56px;
        margin-left: 15px;
        background: #007bff;
        color: var(--bs-white);
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.5s;
    }

        .team-carousel .owl-nav .owl-prev:hover,
        .team-carousel .owl-nav .owl-next:hover {
            background: var(--bs-primary);
            color: var(--bs-white);
        }

@media (max-width: 992px) {
    .team-carousel {
        margin-top: 3rem;
    }

        .team-carousel .owl-nav {
            top: -85px;
            left: 50%;
            right: auto;
            transform: translateX(-50%);
            margin-left: -15px;
        }
}
/* ----------------------team end ---------------------- */
.contact .info-box {
    color: #cc6b19;
    /* background: #fafbff; */
    padding: 10px;
    /* border: 1px solid #cc6b1a; */
    text-align: center;
}

.contact {
    /* background: #cbe7e6; */
    box-shadow: 42px;
    border-radius: 21px;
    border: 3px solid #0072f5;
}

    .contact .info-box i {
        font-size: 38px;
        line-height: 0;
        color: #0072f5;
    }

    .contact p {
        text-align: center;
    }


    .contact .info-box h3 {
        font-size: 20px;
        color: #0072f5;
        font-weight: 700;
        margin: 20px 0 10px 0;
    }

    .contact .info-box p {
        padding: 0;
        line-height: 24px;
        font-size: 15px;
        margin-bottom: 0;
        color: #343a40;
    }

    .contact .php-email-form {
        background: #fafbff;
        padding: 30px;
        height: 100%;
        border: 1px solid #e2915e;
        border-radius: 10px;
        box-shadow: 10px 20px 30px 40px;
        box-shadow: 5px 5px 15px 5px;
    }

        .contact .php-email-form .error-message {
            display: none;
            color: #fff;
            background: #ed3c0d;
            text-align: left;
            padding: 15px;
            margin-bottom: 24px;
            font-weight: 600;
        }

        .contact .php-email-form .sent-message {
            display: none;
            color: #fff;
            background: #7ffff9;
            text-align: center;
            padding: 15px;
            margin-bottom: 24px;
            font-weight: 600;
        }

.php-email-form {
    background-color: #b5d5f3;
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
}


.afroz {
    background: #001a47;
    padding: 40px;
    height: 100%;
    border: 1px solid #001a47;
    border-radius: 10px;
    box-shadow: 10px 20px 30px 40px;
    box-shadow: 5px 5px 15px 5px;
}

.abhishek {
    position: relative;
    overflow: hidden;
    background: linear-gradient(to top, #76d8f0, #007bff, 60%, transparent 40%);
    padding-bottom: 20px;
}

.context label {
    color: white;
}

.gradient-text {
    background: linear-gradient(90deg, #094cb4, #08bfed); /* Define your gradient colors */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.l-form__cta-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    --cta-box-columns-ratio: 50%;
    background-color: white;
    border-radius: 10px;
    width: min(100%, 70rem);
    transition: all var(--base-transition) ease-in-out;
}

.cta-box__text {
    text-align: left;
    padding: 1.1rem 1.1rem 1.1rem 1rem;
}

@media (min-width: 768px) {
    .cta-box__text {
        text-align: left;
        padding: 1.1rem 1.1rem 1.1rem 1rem;
    }
}

.cta-box__text .title {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 2rem;
    color: #007bff;
}

    .cta-box__text .title P {
        text-align: left;
        color: #343a40;
    }

@media (min-width: 768px) {
    .cta-box__media {
        margin-top: -2.5rem;
        justify-content: flex-end;
    }
}

textarea.form-control {
    min-height: calc(8.5em + 0.75rem + 6px);
}

.accordion-item {
    box-shadow: 0 4px 57px rgba(58, 76, 102, .07), inset 0 -1px 4px rgba(191, 197, 202, .65);
    border-radius: 15px;
    padding: 10px;
    cursor: pointer;
}

    .accordion-item:first-of-type {
        border-radius: 15px;
    }

.accordion-flush .accordion-item {
    border-radius: 15px;
}

.accordion-item:last-of-type {
    border-radius: 15px;
}

.accordion-button:focus {
    z-index: 3;
    border-color: #c8debc;
    outline: 0;
    box-shadow: none;
}
@media (max-width: 768px) {
    .display-text {
        font-size: 25px;
    }
}
@media (max-width: 768px) {
    .benefits-text {
        font-size: 20px;
    }
  
}
@media (max-width: 768px) {
    .image-hide {
       display:none;
    }
}
.form-control:focus {
    color: var(--bs-body-color);
   
    border-color:none;
    outline: 0;
    box-shadow: none;
}
.blog-item {
    cursor: zoom-in;
}

    .blog-item:hover {
        transform: scale(1.05);
        box-shadow: 0px 2px 6px rgb(109, 99, 128);
        border: 1px solid #007bff;
    }