@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1250px;
    }
}

body {
    font-family: 'Quicksand', sans-serif;
}

fieldset {
    border: 2px solid #e7eeff;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
}

legend {
    font-weight: bold;
    color: #4CAF50;
    padding: 0 10px;
}

label {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
}

input,
textarea,
select {
    width: 100%;
    padding: 8px;
    margin-top: 4px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

input[type="submit"] {
    width: auto;
    background-color: #4CAF50;
    color: white;
    border: none;
    cursor: pointer;
    padding: 10px 20px;
    font-size: 16px;
}

input[type="submit"]:hover {
    background-color: #45a049;
}

.text-align-center {
    text-align: center;
}

.custom-block-padding-top-zero {
    padding-top: 0px;
}

.contact-form-header {
    background: #f32222;
    color: white;
    padding: 10px;
    box-shadow: 1px 5px 4px -2px #a6a6a6;
    border-radius: 0px 0px 9px 9px;
    text-shadow: 1px 1px 1px black;
}

.custom-block {
    border-bottom: 4px solid #ff1919;
}

.header-font {
    line-height: 46px;
    text-transform: uppercase;
    color: white;
    font-weight: 700;
    text-shadow: 1px 1px 2px black;
    letter-spacing: 1px;
}

.hero-section {
    background-image: linear-gradient(168deg, #010e34 0%, #0092ff 100%) !important;
    position: relative;
    overflow: hidden;
    padding-top: 150px;
    padding-bottom: 150px;
    border-radius: 0 0 100px 100px;
}


/*.hero-section {
    background-image: 
        linear-gradient(168deg, rgba(1, 14, 52, 0.8) 0%, rgba(0, 146, 255, 0.8) 100%), 
        url(../images/rear-view-young-college-student.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    padding-top: 150px;
    padding-bottom: 150px;
    border-radius: 0 0 100px 100px;
}*/

.color-white {
    color: white;
}

.set-header-text {
    justify-content: flex-start;
    align-items: baseline;
    gap: 11px;
}

.color-red {
    color: red;
}

.submit-button {
    width: 100% !important;
    border-radius: 21px;
    margin-bottom: 2px;
}

.para {
    line-height: 35px;
    letter-spacing: 1px;
    font-size: 19px;
}

.text-shadow-01 {
    text-shadow: 1px 1px 2px black;
}

.text-align-left {
    text-align: left;
}

.text-align-right {
    text-align: right;
}

.text-align-justify {
    text-align: justify;
}

.setimage_soft {
    width: 100% !important;
    -webkit-animation-name: floating;
    animation-name: floating;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    filter: drop-shadow(2px 4px 6px black);
}

@keyframes floating {
    0% {
        -webkit-transform: translate(0, 0px);
        transform: translate(0, 0px);
    }
    65% {
        -webkit-transform: translate(0, 15px);
        transform: translate(0, 15px);
    }
    100% {
        -webkit-transform: translate(0, 0px);
        transform: translate(0, 0px);
    }
}

.featured-section {
    background: white !important;
}

.margin-top-72 {
    margin-top: 72px;
}

.button-34 {
    background: #ff9944;
    border-radius: 999px;
    box-shadow: #ff9944 0 10px 20px -10px;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    opacity: 1;
    outline: 0 solid transparent;
    padding: 25px 36px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: fit-content;
    word-break: break-word;
    border: 0;
    font-size: 31px;
    margin-top: 80px;
    text-shadow: 1px 1px 2px black;
}

#homeBanner {
    perspective: 50px
}

#homeBannerImg {
    transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -o-transition: transform 0.5s
}

.custom-block-overlay .custom-block-image {
    border-radius: var(--border-radius-medium);
    display: block;
    margin-top: 0;
    /* background-size: 100% 100%; */
}

.section-overlay {
    background-image: linear-gradient(168deg, #010e34 0%, #0092ff 100%) !important;
}

.section-padding-top-zero {
    padding-top: 0px !important;
}

a:hover {
    color: white !important;
}

.set-button-free-trail {
    padding: 19px 32px;
    font-size: 23px;
    position: relative;
}

.margin-zero {
    margin: 0px;
}

.start_now {
    font-size: 22px;
    background: transparent;
    border: 3px solid #ffffff;
    box-shadow: 0px 0px 0px 0px black;
    padding: 11px 31px;
}

.start_now_section {
    background: #1a4c80;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 48px 0px;
    color: white;
}

.start_now_section_text {
    font-size: 38px;
    text-transform: capitalize;
}

.margin_bottom_135 {
    margin-bottom: 135px;
}

.paddibng-zero {
    padding: 0px;
}

.features_cart {
    background: #3f5c80;
    background-image: linear-gradient(168deg, #010e34 0%, #0092ff 100%) !important;
    color: white;
    text-shadow: 1px 1px black;
    text-transform: uppercase;
    padding: 11px 0px 11px 18px;
    text-align: left;
    font-weight: 700;
    font-size: 17px;
    letter-spacing: 1px;
}

.ul_style_none {
    list-style: none;
    padding: 18px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.para2 {
    font-size: 16px;
    color: black;
    font-weight: 500;
    border-bottom: 1px dotted #dadada;
    margin-bottom: 9px;
    letter-spacing: 1px;
}

.width-100 {
    width: 100%;
}

.features_img {
    border: 1px solid #dddddd;
    padding: 4px;
    border-radius: 8px;
    box-shadow: 0 1rem 3rem rgb(0 0 0 / 8%) !important;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
}

.slider {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.slides {
    display: flex;
    width: 300%;
    transition: transform 0.5s ease-in-out;
}

.slides img {
    width: 100vw;
    height: auto;
}

.prev,
.next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    font-size: 2rem;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}

.dashboard-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    border-radius: 10px;
}

.dashboard-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.icon-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #f1f1f1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    font-size: 24px;
}

.para3 {
    line-height: 35px;
    letter-spacing: 1px;
    font-size: 16px;
}

.card-title2 {
    font-size: 15px;
    color: #462291;
    text-transform: uppercase;
    background: #f2f2f2;
    padding: 9px 6px;
    border-radius: 17px;
    font-weight: 800;
    margin-top: 14px;
}

.margin_top_84 {
    margin-top: 84px;
}

.site-footer-link {
    color: #000000 !important;
    font-size: var(--copyright-font-size);
    font-weight: var(--font-weight-medium);
    line-height: normal;
    font-weight: 700;
}

a:hover {
    color: white !important;
}

.padding-bootom-0 {
    padding-bottom: 0px;
}

.credits {
    background: #1a4c80;
    padding: 0px 30px;
    color: white;
    border-radius: 14px;
}

.credits p {
    color: white;
    font-weight: 700;
    text-shadow: 1px 1px black;
}

.nav-link:hover {
    color: #ff9944 !important;
}

.set_more_details{
    text-align: left;
    margin-bottom: 91px !important;
}
.set_more_details_div{
    border-bottom: 1px solid #b8cdff;
    padding-top: 80px;
    padding-bottom: 80px;
}
.padding-40{
    padding: 40px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.carousel {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}

.carousel-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 100%;
}

.carousel-slide {
  min-width: 100%;
  transition: opacity 0.5s ease-in-out;
}

.carousel-slide img {
  width: 100%;
  height: auto;
  display: block;
}

.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0,0,0,0.5);
  border: none;
  color: white;
  padding: 1rem;
  cursor: pointer;
  font-size: 2rem;
  z-index: 1;
}

.carousel-btn.prev {
  left: 10px;
}

.carousel-btn.next {
  right: 10px;
}

@media (max-width: 600px) {
  .carousel-btn {
    padding: 0.5rem;
    font-size: 1.5rem;
  }
}
.book_trail{
    background: red;
    font-weight: 600;
    color: white;
    padding: 10px 10px;
    border-radius: 10px;
    text-shadow: 1px 1px black;
}
.set_more_details{
    margin-bottom: 0px !important;
}
.set_more_details_div{
    padding-top: 0px !important;
}
.padding-40{
    padding: 15px;
}
.site-footer::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 0 155px 155px;
    border-color: transparent transparent var(--secondary-color) transparent;
    pointer-events: none;
}

.custom-block-overlay .custom-block-image {
    height: 558px !important;
}

a:hover{
    color: #ff9944 !important;
}
.book_trail:hover{
    color: white !important;
}

.margin-bottom-43{
    margin-bottom: 43px;
}
.height-957{
    height: 957px;
}

.custom-block {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain; /* Optional: or use 'cover' for cropping */
}
.custom-block-overlay {
    position: relative;
    overflow: hidden;
}

.custom-block-overlay .custom-block-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover; /* or 'contain', based on preference */
}

/* If you want text over image */
.custom-block-overlay-text {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    padding: 2rem;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: rgba(0, 0, 0, 0.4); /* Optional semi-transparent overlay */
    box-sizing: border-box;
}

.section-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.25); /* Optional secondary overlay */
}
