@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    color: #fff;
    overflow-x: hidden;
    overflow-y: scroll;
    font-family: "Rajdhani", sans-serif;
    background-color: #0b1e42;
    z-index: -1;
    position: relative;
}

a {
    text-decoration: none;
    color: #fff;
    white-space: initial;
    font-family: "Rajdhani", sans-serif;
    text-transform: capitalize;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #fff;
}

a:hover {
    transition: all 0.2s ease-in-out;
}

img {
    object-fit: cover;
    max-width: 100%;
    width: 100%;
}

input:focus,
textarea:focus,
select:focus {
    transition: all 0.5s ease;
    outline: none;
}

select,
input,
textarea {
    appearance: auto;
}


/***** Font Files *****/

@font-face {
    font-family: "Fonts Awesome";
    src: url(../fonts/fontawesome-webfont.eot);
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Eurostile";
    src: url(../fonts/Eurostile.otf);
    font-weight: 400;
    font-display: swap;
    font-style: normal;
}


/***** Custom Classes *****/

select {
    background: #fff url("../images/arrow.png") no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder {
    color: #575757;
}

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.pt_8,
.pb_8,
.py_8,
.sec {
    padding: 80px 0;
    position: relative;
    z-index: 99;
}

.flexRow,
.flexCol {
    display: flex;
    align-items: center;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}


/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Eurostile";
    text-transform: uppercase;
    margin: 0 0 10px;
}

h1 {
    color: #fff;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 600;
}

h2 {
    font-size: 35px;
    line-height: 1.2;
    color: #fff;
    font-weight: 600;
}

h3 {
    font-size: 30px;
    line-height: 1.2;
    color: #fff;
    font-weight: 600;
}

h4 {
    font-size: 25px;
    line-height: 1.2;
    color: #fff;
    font-weight: 500;
}

h5 {
    font-size: 20px;
    line-height: 1.2;
    color: #fff;
    font-weight: 600;
}

h6 {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}

p {
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    color: #fff;
    opacity: 0.7;
    font-family: "Rajdhani", sans-serif;
}

.rajdhani {
    font-family: "Rajdhani", sans-serif;
}

.subtitle {
    letter-spacing: 8px;
    font-weight: 900;
}

.montserrat {
    font-family: 'Montserrat';
}


/* Menu */

.nav ul {
    list-style: none;
    text-align: center;
    justify-content: space-around;
    display: flex;
    align-items: center;
    height: 100%;
}

.nav ul li a {
    transition: 0.3s ease-in-out;
    text-transform: uppercase;
    transition: all 0.5s;
    position: relative;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    padding: 14px 20px;
    display: block;
    border-radius: 3px;
    overflow: hidden;
}

section.header .nav.stroke {
    display: block;
}

.nav.stroke ul li a:after,
.nav.fill ul li a:after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    z-index: -2;
    content: "";
    transition: 0.4s ease-in-out;
    position: absolute;
    background: #1c9bec;
}

.nav.stroke ul li a:hover:after {
    width: 100%;
    height: 100%;
    transition: 0.4s ease-in-out;
}

.nav.stroke ul li a.active:after {
    width: 100%;
    height: 100%;
    transition: 0.4s ease-in-out;
}

.nav.stroke ul li a.active {
    color: #fff !important;
}


/* Buttons Css Start*/

.theme-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 17px 50px;
    font-size: 19px;
    position: relative;
    z-index: 1;
    transition: 0.4s ease-in-out;
    border: 1px solid #1c9bec;
    border-radius: 7px;
    overflow: hidden;
    text-transform: uppercase;
    color: #fff;
}

.theme-btn::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    content: "";
    transition: 0.4s ease-in-out;
    position: absolute;
    background: linear-gradient(0deg, #125792 0%, rgba(13, 56, 105, 1) 73%, rgba(11, 46, 92, 1) 100%);
}

.theme-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    background-color: #1f92de;
    transition: ease-out;
    transition-duration: 0.4s;
    z-index: -1;
}

.theme-btn:hover::after {
    width: 100%;
    height: 100%;
    transition: ease-out;
    transition-duration: 0.4s;
}

.theme-btn:hover {
    color: #fff;
    transition: 0.4s ease-in-out;
}

.theme-btn.style1::after {
    background: linear-gradient(0deg, rgba(28, 155, 236, 1) 0%, rgba(13, 56, 105, 1) 73%, rgba(11, 46, 92, 1) 100%);
}

.theme-btn.style1::before {
    background: #1f92de !important;
}


/* Buttons Css End*/


/* Loader start */

#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #09244f;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    transition: all 1s ease;
    flex-direction: column;
    gap: 5px;
}

#loader.hide {
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
}

img.loader {
    width: 10vw;
}


/* Loader end */


/* Custom Scrollbar  */

#style-6::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
}

#style-6::-webkit-scrollbar {
    width: 10px;
    background-color: #f5f5f5;
}

#style-6::-webkit-scrollbar-thumb {
    background-color: #1c9bec;
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
}

.scrollbar {
    overflow-y: scroll;
}


/* Custom Scrollbar  */


/* Home Page start*/


/* Header */

.hdr_logo a img {
    object-fit: contain;
    padding: 10px 0;
    display: block;
    width: 175px;
    transition: .5s all;
}

section.header {
    position: fixed;
    top: 0;
    left: 0;
    transition: 1s all;
    width: 100%;
    z-index: 9999;
}


.header.sticky {
    background: #0b1e41;
    box-shadow: 0 2px 10px rgb(28 155 236 / 73%);
}


.header.sticky .hdr_logo a img {
    width: fit-content;
}

/* Header end*/


/* Banner */

.banner_sec {
    z-index: 1;
    /* height: 850px; */
    position: relative;
    --lights-on-opacity: 0;
    min-height: fit-content;
    display: flex;
    align-items: center;
    padding: 200px 0 200px;
}

.banner_sec::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    content: '';
    background-image: url(../images/banner.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

section.section-break {
    opacity: .5;
}


/* .banner_sec::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: '';
  background-image: url(../images/banner1.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  opacity: var(--lights-on-opacity);
} */

.banner_text {
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    row-gap: 12px;
}

.banner-slider .slick-list {
    height: 100%;
}

.banner-slider .slick-track {
    height: 100%;
}
.banner_text.hei p {
    width: 90%;
}
.banner-btns {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

img.banner-break {
    margin: -190px 0 0 0;
}

section.section-break {
    position: relative;
    z-index: 1;
}


/* Banner end*/


/* section start */

img.about-icon {
    object-fit: scale-down;
    width: 50px;
    height: 50px;
}

.about-card:hover img.about-icon {
    filter: brightness(0) saturate(100%) invert(100%) sepia(9%) saturate(7465%) hue-rotate(263deg) brightness(114%) contrast(84%);
}

.about-card {
    padding: 30px 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    text-align: center;
    border-radius: 10px;
    background: linear-gradient(0deg, #125792 0%, rgba(13, 56, 105, 1) 73%, rgba(11, 46, 92, 1) 100%);
    border: 1px solid #1c9bec;
    position: relative;
    z-index: 1;
    transition: 0.4s ease-in-out;
    overflow: hidden;
}

.about-card::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    z-index: -2;
    content: "";
    transition: 0.4s ease-in-out;
    position: absolute;
    background: #1c9bec;
}

.about-card:hover::before {
    width: 100%;
    height: 100%;
    transition: ease-out;
    transition-duration: 0.4s;
}

.about-card-text h6 {
    text-transform: capitalize;
}

.about-card-text {
    width: 80%;
}

.about-text p {
    width: 83%;
}

img.about1 {
    height: 400px;
    border-radius: 10px;
}

.about-mid-text {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.about-mid-text a {
    width: 60%;
}

.about-mid-text h3 {
    text-transform: capitalize;
}

.about-bottom {
    margin: 30px 0;
}

.about-top {
    margin: 0 0 30px 0;
}

img.about2 {
    border-radius: 10px;
}

.about-right-text {
    margin: 10px 0;
}

.about-mid-text a {
    text-transform: capitalize;
}


/* section end */


/* section start */

.service-card {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    padding: 50px 20px;
    margin: 10px 0;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #ffffff36;
    height: 320px;
}

.service-card:hover .service-card-image img {
    animation: heartbeat 1.5s ease-in-out infinite both;
}

@keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    10% {
        -webkit-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    33% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

.service-card-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.service-card::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    z-index: -2;
    content: "";
    transition: 0.4s ease-in-out;
    position: absolute;
    background: linear-gradient(0deg, #125792 0%, rgba(13, 56, 105, 1) 73%, rgba(11, 46, 92, 1) 100%);
}

.service-card:hover::before {
    width: 100%;
    height: 100%;
    transition: ease-out;
    transition-duration: 0.4s;
}

a.underline {
    text-transform: uppercase;
    text-decoration: underline;
}

.service-sec {
    position: relative;
    z-index: 3;
}

.service-sec::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 140%;
    z-index: -1;
    content: '';
    background-image: url(../images/service-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


/* section end */


/* section start */

img.why-icon {
    width: 50px;
}

.why-right-text {
    padding: 20px;
    height: 220px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.border-right {
    border-right: 1px solid #ffffff36 !important;
}

.border-left {
    border-left: 1px solid #ffffff36 !important;
}

.border-bottom {
    border-bottom: 1px solid #ffffff36 !important;
}

.border-top {
    border-top: 1px solid #ffffff36 !important;
}

.why-right-text.end {
    justify-content: end;
    padding: 20px;
}


/* section end */


/* section start */

.testimonial-card {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    padding: 50px 20px;
    margin: 20px 0;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #ffffff36;
    text-align: center;
}

img.testi1 {
    border-radius: 50%;
    width: 90px;
    height: 90px;
    border: 4px solid #0000;
    transition: 0.4s ease-in-out;
}

ul.stars {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin: 10px 0;
}

.testimonial-card * {
    margin: 0 0 5px 0;
}

.testimonial-card::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    z-index: -2;
    content: "";
    transition: 0.4s ease-in-out;
    position: absolute;
    background: linear-gradient(0deg, #125792 0%, rgba(13, 56, 105, 1) 73%, rgba(11, 46, 92, 1) 100%);
}

.testimonial-card:hover::before {
    width: 100%;
    height: 100%;
    transition: ease-out;
    transition-duration: 0.4s;
}

.testimonial-card-title h6.rajdhani {
    text-transform: capitalize;
}

ul.stars i {
    margin: 0;
    color: #ff9702;
}

.testimonial-card:hover {
    border-color: #1c9bec;
    transition: 0.4s ease-in-out;
}

.testimonial-card:hover img.testi1 {
    border-color: #1c9bec;
    transition: 0.4s ease-in-out;
}


/* section end */


/* footer start */

.footer-logo img.logo {
    width: 180px;
}

.footer-logo-text p {
    margin: 0;
}

.footer-logo-text {
    margin: 30px 0;
}

.logo-box {
    width: 60%;
}

.footer-logo-social ul {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin-left: -4px;
}

.footer-logo-social ul li a {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    border: 1px solid #ffffff36;
    border-radius: 50%;
    transition: 0.4s ease-in-out;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.footer-logo-social ul li a::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    z-index: -2;
    content: "";
    transition: 0.4s ease-in-out;
    position: absolute;
    background: #1c9bec;
}

.footer-logo-social ul li a:hover::before {
    width: 100%;
    height: 100%;
    transition: 0.4s ease-in-out;
}

.footer-logo-social ul li a:hover i {
    color: #fff;
    transition: 0.4s ease-in-out;
}

.footer-logo-social ul li a i {
    color: #fff;
}


/* footer end */

.footer-logo-social ul li a:hover {
    opacity: 1;
}

.footer-logo-text p {
    width: 70%;
}

footer a {
    opacity: 0.5;
}

.footer-logo a {
    opacity: 1;
}

h6.bar-title {
    width: fit-content;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #ffffff36;
}

ul.footer-contact-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 20px 0;
}

ul.footer-contact-list li img {
    object-fit: contain;
    width: 22px;
    height: auto;
}

ul.footer-menu-list {
    column-count: 2;
}

ul.footer-menu-list li {
    margin: 0 0 30px 0;
}

.footer-menu {
    padding: 0 100px 40px 100px;
    position: relative;
    z-index: 1;
}

.footer-contact {
    padding: 0 0 0px 50px;
}

.footer-menu::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 87%;
    z-index: -1;
    content: '';
    background: #ffffff36;
}

.footer-menu::after {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1px;
    height: 87%;
    z-index: -1;
    content: '';
    background: #ffffff36;
}

footer a:hover {
    opacity: 1;
    transition: 0.4s ease-in-out;
}

.copy-right-bar {
    padding: 30px 0;
    border-top: 1px solid #ffffff36;
}

.copy-right p {
    margin: 0;
    text-align: center;
}


/* footer end */


/* Home Page end*/


/* GSAP Split Text Mask */

.split-parent {
    overflow: hidden;
}

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

.reveal.reveal--overlay {
    background-color: #189eff;
}

.loader {
    transform: rotateZ(45deg);
    perspective: 1000px;
    border-radius: 50%;
    width: 78px;
    height: 78px;
    color: #fff;
}

.loader:before,
.loader:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: inherit;
    height: inherit;
    border-radius: 50%;
    transform: rotateX(70deg);
    animation: 1s spin linear infinite;
}

.loader:after {
    color: #189eff;
    transform: rotateY(70deg);
    animation-delay: .4s;
}

@keyframes rotate {
    0% {
        transform: translate(-50%, -50%) rotateZ(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotateZ(360deg);
    }
}

@keyframes rotateccw {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(-360deg);
    }
}

@keyframes spin {

    0%,
    100% {
        box-shadow: .2em 0px 0 0px currentcolor;
    }

    12% {
        box-shadow: .2em .2em 0 0 currentcolor;
    }

    25% {
        box-shadow: 0 .2em 0 0px currentcolor;
    }

    37% {
        box-shadow: -.2em .2em 0 0 currentcolor;
    }

    50% {
        box-shadow: -.2em 0 0 0 currentcolor;
    }

    62% {
        box-shadow: -.2em -.2em 0 0 currentcolor;
    }

    75% {
        box-shadow: 0px -.2em 0 0 currentcolor;
    }

    87% {
        box-shadow: .2em -.2em 0 0 currentcolor;
    }
}


/* This Css Is For Waves */

.parallax>use {
    animation: move-forever 25s linear infinite;

    &:nth-child(1) {
        animation-delay: -2s;
    }

    &:nth-child(2) {
        animation-delay: -2s;
        animation-duration: 10s
    }

    &:nth-child(3) {
        animation-delay: -4s;
        animation-duration: 13s
    }
}

@keyframes move-forever {
    0% {
        transform: translate(-90px, 0%)
    }

    100% {
        transform: translate(70px, 0%)
    }
}

.banner-break {
    margin: -200px 0 0 0;
}

.editorial {
    display: block;
    width: 100%;
    max-height: 100vh;
    margin: 0;
    overflow: visible;
}

.content {
    font-family: 'Lato', sans-serif;
    text-align: center;
    background-color: #09244f;
    text-align: center;
    min-height: 10vh;
    margin: -.1em 0 0 0;
    padding: 1em;
    color: #eee;
    font-size: 2em;
    font-weight: 300;
}

.content {
    font-size: 1em;
}

.content h1 {
    margin-top: -1.3em;
    font-weight: 100;
    font-size: 5em;
    user-select: none;
    cursor: default;
}

@media (max-width:50em) {
    .content h1 {
        font-size: 12vmax
    }

    .editorial {
        height: 17vw;
    }
}


/* This Css Is For Waves */


/* This Css Is For Type */

.type-wrapper {
    visibility: hidden;
    position: relative;
    width: fit-content;
    display: inline-block;
}

.type-text {
    position: relative;
    font-size: 22px;
    line-height: 36px;
}
.banner_text p {
    width: 90%;
}
.type-cursor {
    position: absolute;
    color: #111111;
    display: block;
    width: 2px;
    overflow: hidden;
}

.chars {
    visibility: hidden;
}


/* This Css Is For Type */


/* InnerPage Aboutus start */

.inner-banner {
    height: 600px !important;
}

.inner-banner-text {
    align-items: center;
}

.pin-spacer {
    padding: 0 !important;
}

.purpose-box {
    position: relative;
    z-index: -1;
    margin: 100px 0 0 0;
}

.purpose-box-img {
    position: absolute;
    top: -266px;
    left: 0;
    width: 100%;
}

.purpose-style {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    justify-self: center;
    align-self: center;
    gap: 10px;
    margin: 20px 0;
}

span.purpose-dot {
    width: 8px;
    height: 8px;
    border: 1px solid #fff;
    background: #ffff;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}

span.purpose-dot::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 383%;
    width: 381%;
    border: 1px solid #fff;
    border-radius: 50%;
    content: '';
}

span.purpose-line {
    width: 1px;
    background: #ffffff21;
    height: 100px;
}

.purpose-style1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    justify-self: center;
    align-self: center;
    margin: 20px 0;
}

span.purpose-dot1 {
    width: 8px;
    height: 8px;
    border: 1px solid #fff;
    background: #ffff;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}

span.purpose-line1 {
    width: 1px;
    background: #ffffff21;
    height: 250px;
}

.purpose-bottom-image {
    z-index: 1;
    position: relative;
}

img.purpose-bottom {
    width: 60%;
    height: 445px;
    object-fit: contain;
    border-radius: 50%;
    animation: rotate-center 15s linear infinite;
}

@keyframes rotate-center {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.purpose-bottom-image.aos-init.aos-animate {
    text-align: center;
    padding-top: 70px;
}

.purpose-sec.sec {
    padding-bottom: 0;
}

img.purpose-bottom-bg {
    object-fit: contain;
    width: 100%;
    height: 600px;
}

.team-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.team-card-text {
    text-align: center;
    margin: 30px 0 0 0;
    height: 365px;
}

.team-card-img {
    position: relative;
    z-index: 1;
    border-radius: 10px;
    /* overflow: hidden; */
    padding: 38px 0;
    background: #0e1f41;
}

.team-card-img img {
    height: 500px;
    border-radius: 10px;
    object-fit: contain;
}

.team-card-img::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    content: '';
    background: linear-gradient(0deg, rgba(28, 155, 236, 1) 0%, rgba(11, 46, 92, 0) 100%);
    border-radius: 10px;
}

.team-card-title {
    position: absolute;
    z-index: 99;
    text-align: center;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 40px 0;
}

.team-style.purpose-style {
    margin: 0;
    z-index: 9999;
    position: absolute;
    bottom: -5px;
    left: 50%;
}

.team-style.purpose-style span.purpose-line {
    background: #ffffff21;
    height: 20px;
}

.team-sec::before {
    content: '';
    background: url('../images/team-before.png');
    background-size: cover;
    background-position: top;
    width: 20%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
}

.team-sec::after {
    content: '';
    background: url('../images/team-after.png');
    background-size: cover;
    background-position: top;
    width: 20%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    z-index: -1;
}

span.purpose-line1.purpose-line2 {
    height: 1050px;
}


/* InnerPage Aboutus end */


/* InnerPage Aboutus start */

img.agile-sec1 {
    height: 590px;
    border-radius: 30px;
}

.agile-list {
    display: flex;
    justify-content: space-between;
}

ul.list {
    padding: 0 0 0 20px;
    width: 47%;
    position: relative;
    z-index: 1;
    border-left: 1px solid #ffffff40;
    margin: 0 0 20px 0;
}

ul.list li {
    position: relative;
    z-index: 1;
}

ul.list li::before {
    position: absolute;
    top: 0;
    left: -24px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
    content: '' '';
}

ul.list li:last-child p {
    margin: 0;
}

ul.list li:last-child::before {
    bottom: 0;
    top: unset;
}

.agile-sec1 {
    position: relative;
    z-index: 1;
}

.agile-sec1::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 42%;
    height: 230%;
    content: '';
    background-image: url(../images/agile-sec1-bg.png);
    background-size: contain;
    background-position: top;
    z-index: -1;
    background-repeat: no-repeat;
}

section.agile-sec2 {
    position: relative;
    z-index: 999;
}

img.agile2 {
    width: 270px;
    margin: 0 0 0 auto;
    display: block;
}

.agile2-card-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.agile2-card {
    position: relative;
    z-index: 1;
    margin: 20px 0;
}

.agile2-card-text {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: max-content;
    padding: 30px 70px 30px 30px;
    background: #ffff;
    border-radius: 30px;
}

ul.list.list1 {
    border-color: #00000017;
    width: 100%;
    margin: 0;
}

ul.list.list1 li p {
    margin: 0 0 4px 0;
    color: #000;
    opacity: 1;
}

ul.list.list1 li::before {
    background: #3a5cc2;
}

img.agile2-img {
    height: 300px;
    border-radius: 30px;
}

.agile2-card-image {
    position: relative;
    margin: 20px 0;
}

.agile2-card-image::before {
    position: absolute;
    top: 2%;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background: linear-gradient(90deg, rgba(28, 155, 236, 1) 0%, rgba(13, 56, 105, 1) 73%, rgba(11, 46, 92, 1) 100%);
    content: '';
    z-index: -1;
}

.agile-slider {
    width: 100%;
}

.agile-slider .slick-slide {
    opacity: 1;
}

.agile3-box-text {
    padding: 30px;
    background: #fff;
    border-radius: 20px 20px 20px 0;
}

.agile3-box-text * {
    color: #0e1f41;
}

.agile3-box {
    position: relative;
    z-index: 1;
    padding: 30px;
}

.agile3-box-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}

.agile3-box-text1 {
    border-radius: 20px 0 20px 20px;
}

img.agile3-image {
    height: 600px;
    border-radius: 20px;
}

img.teach-img {
    height: 500px;
    border-radius: 20px;
}

.teach-text {
    margin: 30px 0;
}

img.check {
    width: 10px;
}

.check-bar {
    display: flex;
    align-items: center;
    gap: 10px;
}

.check-bar p {
    margin: 0;
}

ul.check-list {
    column-count: 2;
}

.parents-list-box {
    padding: 50px;
    border-radius: 40px;
    position: relative;
    z-index: 1;
}

.parents-list-box .agile-list {
    align-items: start;
}

.school-main-card {
    padding: 11px;
    position: relative;
    z-index: 1;
    margin: 20px 0;
}

.school-card {
    padding: 60px 20px;
    background: #0c1324;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

img.school-img {
    width: 50px;
    margin: 0 auto;
    display: block;
}

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

.school-card-image {
    margin: 20px 0;
}

span.dot {
    position: absolute;
    width: 5px;
    height: 5px;
    background: #fff;
    content: '';
    border-radius: 50%;
}

span.dot.dot2 {
    right: 0;
    top: 0;
}

span.dot.dot1 {
    left: 0;
    top: 0;
}

span.dot.dot3 {
    left: 0;
    bottom: 0;
}

span.dot.dot4 {
    right: 0;
    bottom: 0;
}

.school-card::before {
    position: absolute;
    top: -130px;
    right: -130px;
    width: 290px;
    height: 290px;
    content: '';
    background: radial-gradient(circle, rgba(17, 70, 116, 1) 0%, rgba(11, 46, 92, 0) 56%);
}

.school-card::after {
    position: absolute;
    bottom: -130px;
    left: -130px;
    width: 290px;
    height: 290px;
    content: '';
    background: radial-gradient(circle, rgba(17, 70, 116, 1) 0%, rgba(11, 46, 92, 0) 56%);
}

.school-slider {
    width: 100%;
}

.school-slider .slick-slide {
    opacity: 1;
}

ul.format-list {
    display: flex;
    align-items: center;
    gap: 30px;
}

ul.format-list * {
    margin: 0;
}

ul.format-list li {
    position: relative;
    z-index: 1;
    padding: 0 0 0 30px;
}

ul.format-list li::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 8px;
    height: 8px;
    background: #1c9bec;
    border-radius: 50%;
    content: '';
    transform: translateY(-50%);
}

.great-left-box {
    padding: 30px;
    border-radius: 30px;
    position: relative;
    z-index: 1;
}

.great-left-box::before {
    position: absolute;
    top: 2%;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background: linear-gradient(90deg, rgba(28, 155, 236, 1) 0%, rgba(13, 56, 105, 1) 73%, rgba(11, 46, 92, 1) 100%);
    content: '';
    z-index: -2;
}

.great-left-box::after {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background: #0c1324;
    content: '';
}

.great-text ul.list {
    width: 100% !important;
}

.location-style.purpose-style1 {
    margin: 0;
    flex-direction: row !important;
    width: 100%;
}

.location-style.purpose-style1 span.purpose-line1 {
    height: 1px;
    width: 100%;
}

.location-heading {
    margin: 0 0 40px 0;
}

.location-heading {
    margin: 0 0 40px 0;
}

.location-card-image {
    position: relative;
    z-index: 1;
    border-radius: 20px;
    overflow: hidden;
}

.location-card-image::before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 0;
    width: 100%;
    content: '';
    background: linear-gradient(0deg, rgba(28, 155, 236, 1) 0%, rgba(11, 46, 92, 0) 100%);
}

img.location-img {
    height: 350px;
    border-radius: 20px;
}

.location-card {
    margin: 20px 0;
    position: relative;
    z-index: 1.;
}

.location-card-text {
    margin: 20px 0;
}

.location-btn {
    justify-content: center;
    gap: 10px;
    display: flex;
    margin: 20px 0;
}


/* InnerPage Aboutus end */


/* InnerPage Aboutus start */

img.businness-image1 {
    height: 700px;
    border-radius: 30px;
}

.business-list ul.list {
    width: 100%;
}

img.businness-image2 {
    height: 450px;
    border-radius: 30px;
}

.agile-business-sec2 {
    position: relative;
    z-index: 1;
}

.agile-business-sec2::before {
    position: absolute;
    top: -400px;
    right: 0;
    width: 35%;
    height: 201%;
    content: '';
    background-image: url(../images/agile-sec2-bg.png);
    background-size: contain;
    background-position: top;
    z-index: -1;
    background-repeat: no-repeat;
}

img.businness-image3 {
    height: 600px;
    border-radius: 30px;
}

.agile-image {
    position: relative;
    z-index: 1;
}

.agile-image::before {
    position: absolute;
    top: 2%;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background: linear-gradient(90deg, rgba(28, 155, 236, 1) 0%, rgba(13, 56, 105, 1) 73%, rgba(11, 46, 92, 1) 100%);
    content: '';
    z-index: -1;
}

.short-sec {
    padding: 40px 0;
    position: relative;
    z-index: 1;
}

.parents-list-box::before {
    position: absolute;
    top: 2%;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background: linear-gradient(90deg, rgba(28, 155, 236, 1) 0%, rgba(13, 56, 105, 1) 73%, rgba(11, 46, 92, 1) 100%);
    content: '';
    z-index: -2;
}

.parents-list-box::after {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background: #0c1324;
    content: '';
}

.contact-box {
    padding: 30px 0 50px 0;
    position: relative;
    z-index: 1;
    margin: 20px 0;
}

figure.contact-box-image {
    width: 110px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #1c9bec;
    justify-self: center;
    border: 10px solid #0e1f41;
}

img.contact-icon {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.contact-box-text h4 {
    text-transform: capitalize;
}

.contact-box-text {
    height: 130px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.contact-box-text * {
    font-family: 'Montserrat';
    opacity: 1;
}

.contact-box::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background: #1c9bec;
    content: '';
    z-index: -1;
    border-radius: 25px;
}

.contact-box-text p {
    margin: 0 0 7px;
}

.contact-box-text::before {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 30%;
    background: #ffffff47;
    height: 1px;
    content: '';
}


/* InnerPage Aboutus end */


/* InnerPage Agile Coaching start */

.coaching-btn {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}

img.coaching1-img {
    box-shadow: 0 0 11px 0 #00000045;
    height: 550px;
    border-radius: 30px;
}

img.connect-img {
    width: auto;
}

.connect-image {
    justify-content: center;
    display: flex;
}

.padd_top {
    padding-top: 80px;
}

.coaching3-box {
    padding: 30px;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    background: #041634;
}

.coaching3-text ul.check-list {
    column-count: 1;
}

.coaching3-text .check-bar {
    align-items: start;
}

.coaching3-text ul.check-list img.check {
    margin: 3px 0 0 0;
}

.coaching3-text .check-bar h6.rajdhani {
    margin: 0;
    text-transform: capitalize;
}

.connect-sec1 {
    margin: -50px 0 0 0;
}

.coaching4-text ul.list {
    width: 100%;
}

img.coaching3-img {
    height: 400px;
    border-radius: 30px;
}

img.coaching4-img {
    height: 430px;
    border-radius: 30px;
}

img.coach-card-img {
    height: 350px;
    border-radius: 30px;
}

.coach-card-image {
    position: relative;
    z-index: 1;
}

.coach-card-image::before {
    position: absolute;
    top: 2%;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background: linear-gradient(90deg, rgba(28, 155, 236, 1) 0%, rgba(13, 56, 105, 1) 73%, rgba(11, 46, 92, 1) 100%);
    content: '';
    z-index: -1;
}

.coach-card {
    margin: 30px 0;
}

.coach-card-text {
    margin: 20px 20px 10px 20px;
    text-align: center;
}

.coach-card-text h6 {
    text-transform: capitalize;
}
.coach-card-text .theme-btn{
    margin: 0px auto;
}

.coaching5-list ul.list {
    width: 25%;
}

.coaching5-list {
    display: flex;
    align-items: center;
    justify-content: center;
}

section.coaching-what-sec .coaching-btn {
    justify-content: center;
}

section.coaching-what-sec .purpose-box {
    position: relative;
    z-index: -1;
    margin: 150px 0 0 0;
}

.footer-logo {
    margin: 0 0 20px 0;
}

.consult-parent {
    display: flex;
    align-items: center;
    padding: 30px;
}

.consult-parent-text {
    width: 50%;
}

.consult-parent-text ul.list {
    width: 100%;
}

.consult-parent-image {
    width: 50%;
}

img.consult-img {
    border-radius: 30px;
    height: 290px;
}

.consult-blue * {
    color: #ffff;
}

.consult-blue {
    background: #1c9bec;
}

.form-group {
    position: relative;
    margin: 10px 0;
    z-index: 1;
}

a.form-icon {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1358f3;
}

a.form-icon.text-icon {
    height: 40%;
}

.form-btn {
    justify-content: center;
    display: flex;
}


/* InnerPage Agile Coaching end */


/* InnerPage Training start */

.train-text1 {
    padding: 50px 26px;
    border-radius: 30px;
    background: #041633;
}

ul.list2 li {
    position: relative;
    z-index: 1;
    padding: 0 0 0px 25px;
    margin: 0 0 20px 0;
}

ul.list2 li p {
    margin: 0;
}

ul.list2 li::before {
    position: absolute;
    top: 6px;
    left: 0;
    width: 10px;
    height: 10px;
    background: #1c9bec;
    border-radius: 50%;
    content: '';
}

.train1-image-text {
    padding: 60px 50px;
    width: 92%;
    margin: 30px 0 0 auto;
    background: #1c9bec;
    border-radius: 30px;
}

img.train-img1 {
    height: 440px;
    border-radius: 0 30px 30px 0;
}

.train-sec2 {
    background-image: url('../images/train2-bg.png');
    background-size: 100% 100%;
    background-position: center;
    background-attachment: fixed;
}

.train-text2 {
    padding: 60px 40px;
    border-radius: 30px;
    background: #09244f;
}

.train2-box {
    margin: 20px 0;
}

.train-image2 {
    height: 100%;
}

img.train-img2 {
    height: 100%;
    border-radius: 30px;
}

.train2-box.reverse .row {
    flex-direction: row-reverse;
}

img.train-img4 {
    height: 450px;
    border-radius: 20px;
    /* border: 7px solid #0e1f4100; */
}

.train-image4,
.train3-card {
    --borderWidth: 3px;
    background: #1D1F20;
    position: relative;
    border-radius: var(--borderWidth);
}

.train-image4 {
    padding: 2px;
    position: relative;
    z-index: 1;
}

.train3-card::before,
.train-image4::before {
    content: '';
    position: absolute;
    top: calc(-1 * var(--borderWidth));
    left: calc(-1 * var(--borderWidth));
    height: calc(100% + var(--borderWidth) * 2);
    width: calc(100% + var(--borderWidth) * 2);
    background: linear-gradient(60deg, #1c9bec, #1c9bec, #092650, #092650, #092650, #1c9bec, #1c9bec, #1c9bec);
    border-radius: calc(6 * var(--borderWidth));
    z-index: -1;
    animation: animatedgradient 3s ease alternate infinite;
    background-size: 300% 300%;
}

@keyframes animatedgradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.train-text2 h6 {
    text-transform: capitalize;
}

.train-text4 {
    margin: 20px 0;
}

.train3-card {
    padding: 15px;
    border: 1px solid #198ad5;
    border-radius: 15px;
    margin: 20px 0;
    width: 95%;
}

img.train-img3 {
    border-radius: 15px;
    height: 350px;
}

.train3-card-text {
    min-height: 370px;
    height: auto;
    margin: 20px 0;
}

.train3-card:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #0b1e42;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 17px;
    z-index: -1;
}

.train3-card1 {
    margin-left: auto;
}


/* InnerPage Training end */


/* InnerPage Schedule start */

ul#myTab {
    flex-direction: column;
    padding: 20px;
    background: #1c9bec;
    border-radius: 10px;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
}

li.nav-item button.nav-link {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 10px 10px;
    gap: 20px;
    color: #ffff !important;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-color: #0000;
    isolation: isolate;
}

.schedule-icon-image {
    width: 50px;
    height: 50px;
    border: 1px solid #ffffff70;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

img.schedule-icon {
    object-fit: scale-down;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}

.nav-tabs .nav-link.active img.schedule-icon,
.nav-tabs .nav-item.show .nav-link img.schedule-icon {
    filter: brightness(0) saturate(100%) invert(63%) sepia(47%) saturate(6139%) hue-rotate(177deg) brightness(97%) contrast(90%);
}

.nav-tabs .nav-link.active .schedule-icon-image,
.nav-tabs .nav-item.show .nav-link .schedule-icon-image {
    background-color: #fff;
}

li.nav-item button.nav-link p {
    margin: 0;
    opacity: 1;
    text-transform: uppercase;
}

.schedule-content {
    padding: 40px;
    border: 1px solid #399dea36;
    border-radius: 20px;
}


/* Schedule Page Services Selection Styles */

.service-inner {
    padding: 20px 0;
}

.category-filters {
    display: flex;
    gap: 15px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.filter-btn {
    background: transparent;
    border: 1px solid #1c3d6e;
    /* Darker blue border */
    color: #fff;
    padding: 10px 25px;
    border-radius: 5px;
    font-family: 'Rajdhani';
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #0d2a52;
    /* Slight background for buttons */
    font-weight: 500;
}

.filter-btn:hover {
    border-color: #1c9bec;
}

.filter-btn.active {
    border-color: #1c9bec;
    box-shadow: 0 0 10px rgba(28, 155, 236, 0.3);
}

.filter-btn i {
    color: #1c9bec;
    font-size: 14px;
    display: none;
}

.filter-btn.active i {
    display: block;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}


/* For mobile responsiveness, stack them */

@media (max-width: 991px) {
    .services-grid {
        grid-template-columns: 1fr;
    }
}

.service-selection-card {
    border: 1px solid #1c3d6e;
    border-radius: 20px;
    padding: 30px;
    background: rgba(13, 42, 82, 0.5);
    /* Semi-transparent dark blue */
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
}

.service-selection-card.active {
    border-color: #1c9bec;
    box-shadow: 0px 8px 8px 0px #114c8a;
    /* Creating the 3D-ish glow/shadow effect from image */
    /* background: linear-gradient(135deg, rgba(13, 42, 82, 0.8) 0%, rgba(13, 60, 110, 0.8) 100%); */
}

.service-selection-card:hover {
    border-color: #1c9bec;
}

.card-content {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.service-icon-box {
    background: #0b1e42;
    /* Dark background for icon box */
    border: 1px solid #2a4b7c;
    border-radius: 10px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.service-icon-box i {
    font-size: 30px;
    color: #fff;
    /* Icon color */
}


/* Try to match the logo style if possible, maybe add some custom shape */

.service-icon-box i.fa-water {
    background: -webkit-linear-gradient(#fff, #999);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.service-details {
    flex-grow: 1;
}

.service-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 10px;
}

.service-header h5 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    /* Bold font */
    margin: 0;
    line-height: 1.4;
    padding-right: 15px;
    max-width: 90%;
}

.check-icon {
    color: #1c9bec;
    font-size: 18px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.service-selection-card.active .check-icon {
    opacity: 1;
}

.service-details p {
    font-size: 14px;
    color: #a0aec0;
    /* Lighter text for description */
    line-height: 1.6;
    margin-bottom: 20px;
}

.service-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
}

.duration {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

.price {
    background-color: #1c9bec;
    color: #fff;
    padding: 8px 20px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
    font-family: 'Rajdhani';
    letter-spacing: 1px;
}

.next-step-container {
    display: flex;
    justify-content: flex-end;
    margin-top: 40px;
}

.theme-btn.next-btn {
    background: #1c9bec;
    color: #fff;
    border: none;
    font-weight: 600;
    padding: 15px 40px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.theme-btn.next-btn:hover:after {
    width: 0;
    height: 0;
    background: none;
}

.theme-btn.next-btn::before {
    background: #1c9bec !important;
}

.theme-btn.next-btn:hover {
    background: #1585ce;
}


/* InnerPage Schedule end */


/* InnerPage Aboutus start */


/* InnerPage Aboutus end */


/* Calendar Styles */

.date-inner {
    padding: 0px 0;
}

.date-header-top h4 {
    color: #fff;
    font-family: 'Eurostile';
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 30px;
}

.calendar-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.legend {
    display: flex;
    gap: 20px;
}

.legend-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Rajdhani';
    font-weight: 500;
}

.legend-color {
    width: 15px;
    height: 15px;
    border-radius: 3px;
    display: inline-block;
}

.legend-color.available {
    background-color: #fff;
    /* Blue */
}

.legend-item.active span.legend-color {
    background-color: #1c9bec !important;
}

.legend-color.assigned {
    background-color: #fff;
}

.month-title h4 {
    margin: 0;
    color: #fff;
    font-family: 'Eurostile';
    letter-spacing: 1px;
}

.view-toggles {
    display: flex;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.toggle-btn {
    background: #f5f5f5;
    border: none;
    padding: 10px 25px;
    font-family: 'Rajdhani';
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    color: #0b1e42;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.toggle-btn.active {
    background: #1c9bec;
    color: #fff;
}


/* Calendar Grid */

.calendar-container {
    border: 1px solid #2a4b7c;
    border-radius: 10px;
    padding: 10px;
    background: rgba(13, 42, 82, 0.4);
}

.calendar-header {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    text-align: left;
    padding-bottom: 10px;
    border-bottom: 1px solid #2a4b7c;
    margin-bottom: 10px;
}

.calendar-header div {
    padding: 10px;
    color: #fff;
    font-family: 'Rajdhani';
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    opacity: 0.8;
}

.calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    /* grid-gap: 1px;  Use gap for border effect if background was different, but here using borders on cells */
}

.calendar-cell {
    border: 1px solid #2a4b7c;
    min-height: 120px;
    /* Fixed height for consistent grid */
    padding: 10px;
    position: relative;
    color: #8fa1b9;
    /* Date text color */
    font-family: 'Rajdhani';
    font-size: 14px;
    margin: -1px 0 0 -1px;
    /* Collapse borders hack */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 5px;
    transition: background 0.3s;
}

.calendar-cell:hover {
    background: rgba(28, 155, 236, 0.1);
}

.calendar-cell.active-day {
    color: #fff;
    font-weight: 700;
}

.calendar-cell.active-day .date-num {
    font-weight: 800;
    color: #fff;
}

.calendar-cell.active {
    border-color: #1c9bec;
    background: rgba(28, 155, 236, 0.1);
}

.calendar-cell.active .date-num {
    color: #1c9bec;
}

.event-capsule {
    background: #8fa1b9;
    color: #0b1e42;
    padding: 2px 8px;
    border-radius: 10px;
    font-size: 10px;
    font-weight: 700;
    width: fit-content;
    text-transform: uppercase;
    margin-top: 5px;
}

.available-capsule {
    background: #fff;
    color: #1c9bec;
    padding: 2px 8px;
    border-radius: 10px;
    font-size: 10px;
    font-weight: 700;
    width: fit-content;
    text-transform: uppercase;
    margin-top: 5px;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
}

.book-capsule {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #8fa1b9;
    color: #1c9bec;
    padding: 2px 8px;
    border-radius: 10px;
    font-size: 10px;
    font-weight: 700;
    width: fit-content;
    text-transform: uppercase;
    margin-top: 5px;
}


/* Specific styling for the last button-like look */

.book-button {
    background: #2a4b7c;
    color: #fff;
    padding: 4px 15px;
    border-radius: 15px;
    font-size: 10px;
    font-weight: 700;
    width: fit-content;
    text-transform: uppercase;
    margin-top: 5px;
    text-align: center;
    border: none;
    cursor: pointer;
}

.event-time {
    font-size: 10px;
    color: #8fa1b9;
    font-weight: 500;
    margin-top: 2px;
}

.calendar-actions {
    display: flex;
    justify-content: flex-end;
    /* Align to right as per image, but verify "Go Back" position */
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}


/* Image has Go Back separate or part of actions? Image shows Go BackG next to Next Button */

.theme-btn.back-btn {
    background: transparent;
    border: 1px solid #2a4b7c;
    color: #fff;
}

.theme-btn.back-btn:hover {
    background: #0d2a52;
}

.theme-btn.back-btn::before {
    background: transparent !important;
}


/* Media Query for Calendar */

@media(max-width: 991px) {
    .calendar-controls {
        flex-direction: column;
        gap: 15px;
    }

    .calendar-container {
        overflow-x: auto;
    }

    .calendar-grid,
    .calendar-header {
        min-width: 800px;
    }
}


/* Summary Tab Styles */

.summary-header {
    margin-bottom: 30px;
}

.summary-header .page-title h4 {
    color: #fff;
    font-family: 'Eurostile';
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 5px;
}

.summary-subtitle {
    color: #8fa1b9;
    font-size: 14px;
    font-family: 'Rajdhani';
}


/* Booking Summary Card */

.booking-summary-card {
    background: rgba(13, 42, 82, 0.4);
    border: 1px solid #1c9bec;
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 50px;
    box-shadow: -5px 5px 0px 0px #114c8a;
    /* Keeping consistent shadow style */
}

.summary-content-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 1px solid #2a4b7c;
    padding-bottom: 30px;
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 20px;
}

.summary-left,
.summary-right {
    flex: 1;
    min-width: 300px;
}

.summary-label {
    color: #fff;
    font-family: 'Eurostile';
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    display: block;
    margin-bottom: 25px;
    line-height: 1.4;
}

.date-info-block {
    margin-top: 20px;
}

.summary-label-small {
    color: #8fa1b9;
    font-family: 'Rajdhani';
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 5px;
}

.summary-value {
    color: #fff;
    font-family: 'Eurostile';
    /* Or Rajdhani? Image looks square/techy */
    font-size: 14px;
    text-transform: uppercase;
}

.price-row,
.coupon-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.price-capsule {
    background: #1c9bec;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    font-family: 'Rajdhani';
    font-weight: 700;
    width: 120px;
    text-align: center;
}

.coupon-group {
    display: flex;
    border: 1px solid #2a4b7c;
    border-radius: 5px;
    overflow: hidden;
}

.coupon-group input {
    background: #0d2a52;
    border: none;
    padding: 10px;
    color: #fff;
    font-family: 'Rajdhani';
    width: 80px;
    text-align: center;
}

.coupon-group button {
    background: #1c9bec;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-family: 'Rajdhani';
    font-weight: 700;
    cursor: pointer;
}

.total-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.total-label {
    color: #fff;
    font-family: 'Rajdhani';
    font-weight: 600;
    text-transform: uppercase;
}

.total-price {
    color: #fff;
    font-family: 'Rajdhani';
    /* Or Rajdhani */
    font-weight: 700;
    font-size: 20px;
}


/* Card Details Section */

.card-header-block {
    margin-bottom: 30px;
}

.card-header-block h4 {
    color: #fff;
    font-family: 'Eurostile';
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 5px;
}

.card-header-block p {
    color: #8fa1b9;
    font-size: 14px;
    font-family: 'Rajdhani';
}

.card-form {
    max-width: 100%;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    color: #8fa1b9;
    font-family: 'Rajdhani';
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.form-group input,
.form-group select {
    width: 100%;
    background: rgba(13, 42, 82, 0.6);
    border: 1px solid #2a4b7c;
    border-radius: 5px;
    padding: 12px 15px;
    color: #fff;
    font-family: 'Rajdhani';
    font-size: 14px;
    outline: none;
    transition: border-color 0.3s;
}

.form-group input:focus,
.form-group select:focus {
    border-color: #1c9bec;
}

.input-with-icon {
    position: relative;
    display: flex;
    align-items: center;
}

.input-with-icon input {
    padding-right: 120px;
    /* Space for icons */
}

.card-icons {
    position: absolute;
    right: 15px;
    display: flex;
    gap: 10px;
    color: #fff;
    font-size: 20px;
    /* Adjust size */
}

.form-row-split {
    display: flex;
    gap: 20px;
}

.half-width {
    flex: 1;
}

.summary-actions {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    margin-top: 40px;
    align-items: center;
}

.theme-btn.reserve-btn {
    background: #1c9bec;
    /* Gradient? Image looks solid/gradient. Using solid based on other buttons */
    color: #fff;
    border: none;
    padding: 15px 40px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 5px;
    font-family: 'Rajdhani';
    /* Verify font */
}

.theme-btn.reserve-btn::before {
    background: #1c9bec !important;
    /* Override theme effects if needed */
}

@media(max-width: 768px) {
    .summary-content-row {
        flex-direction: column;
    }

    .form-row-split {
        flex-direction: column;
        gap: 0;
    }
}


/* Basic Details Styles */

.detail-header {
    margin-bottom: 30px;
}

.detail-header .page-title h4 {
    color: #fff;
    font-family: 'Eurostile';
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 5px;
}

.detail-form {
    max-width: 100%;
}

.detail-form .form-group label {
    margin-bottom: 10px;
    font-size: 14px;
}

.detail-form .input-with-icon input {
    background: rgba(13, 42, 82, 0.6);
    border: 1px solid #2a4b7c;
    padding: 15px;
    border-radius: 5px;
    color: #fff;
    width: 100%;
    font-family: 'Rajdhani';
}

.detail-form .input-with-icon input:focus {
    border-color: #1c9bec;
}

.detail-form textarea {
    background: rgba(13, 42, 82, 0.6);
    border: 1px solid #2a4b7c;
    padding: 15px;
    border-radius: 5px;
    color: #fff;
    width: 100%;
    font-family: 'Rajdhani';
    resize: none;
    outline: none;
}

.detail-form textarea:focus {
    border-color: #1c9bec;
}

.input-icon-right {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #1c9bec;
    font-size: 16px;
}


/* Ensure input has space for icon */

.detail-form .input-with-icon input {
    padding-right: 40px;
}

.detail-actions {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    margin-top: 30px;
    align-items: center;
}

.detail-inner {
    padding: 10px 0;
}

.form-group input::placeholder {
    color: #fff;
}

i.fa.fa-credit-card {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.service-slider img.why-icon {
    width: 100%;
    height: 100px;
    object-fit: contain;
}

.contact-us-popup-sec .popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.contact-us-popup-sec .popup-box {
    padding: 25px;
    width: 100%;
    max-width: 700px;
    position: relative;
    border-radius: 8px;
    background-color: #0b1e42;
}

.contact-us-popup-sec .popup-box h3 {
    text-align: center;
}

.contact-us-popup-sec .popup-box h3 {
    margin-bottom: 15px;
}

.contact-us-popup-sec .popup-box input,
.popup-box textarea {
    width: 100%;
    margin-bottom: 10px;
    padding: 8px;
    width: 100%;
    background: rgba(13, 42, 82, 0.6);
    border: 1px solid #2a4b7c;
    border-radius: 5px;
    padding: 15px 15px;
    color: #fff;
    font-family: 'Rajdhani';
    font-size: 14px;
    outline: none;
    transition: border-color 0.3s;
}

.contact-us-popup-sec .close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
    font-size: 22px;
}

.contact-us-popup-sec .popup-box input::placeholder {
    color: #eaecef;
    font-family: 'Montserrat';
}

.contact-us-popup-sec .popup-box textarea::placeholder {
    color: #eaecef;
    font-family: 'Montserrat';
}

.contact-us-popup-sec .popup-box textarea {
    height: 150px;
}

.contact-us-popup-sec .popup-box-btn {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-us-popup-sec .popup-box-btn button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

/* Consultation Page */
.consultation_page {
    position: relative;
    z-index: 1;
    padding: 100px 0;
}

.consultation_page .row {
    border: 1px solid #2a4b7c;
    padding: 50px 30px;
    border-radius: 12px;
    align-items: center;
}

.consultation_image img {
    border: 1px solid #2a4b7c;
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.consult_booking h2 {
    font-size: 30px;
    line-height: 1.2;
    color: #fff;
    font-weight: 600;
}

.consult_form {
    position: relative;
    z-index: 1;
}

.consult_form input,
.consult_form textarea {
    width: 100%;
    height: 55px;
    background: rgba(13, 42, 82, 0.6);
    border: 1px solid #2a4b7c;
    border-radius: 5px;
    padding: 12px 15px;
    color: #fff;
    font-family: 'Rajdhani';
    font-size: 14px;
    outline: none;
    transition: border-color 0.3s;
    margin: 0 0 15px 0;
}

.consult_form label {
    display: block;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.consult_form input::placeholder,
.consult_form textarea::placeholder {
    color: #ffffffba;
    font-size: 16px;
}

.consult_form i {
    position: absolute;
    bottom: 35%;
    right: 2%;
    color: #1358f3;
    z-index: 0;
    cursor: pointer;
    pointer-events: none;
}

.consult_form textarea {
    height: 280px;
    display: block;
    align-content: end;
    overflow-y: clip;
    resize: none;
}

.consult_form button {
    font-size: 20px;
    font-weight: 600;
}

/* Consultation Page */

button.theme-btn.nopointer {
    cursor: auto;
}
a.theme-btn.pointer {
    cursor: pointer;
}
.bbld {
    font-size: 20px;
    font-style: italic;
}