@import url(../css/aos.css);
@import url(../css/animate.css);
@import url(../css/swiper.min.css);
@import url(../css/default.css);
@import url(../css/fancybox.css);
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    /* Colors: */
    --color-0078bd: #0078bd;
    --color-7dd05f: #7dd05f;
    --color-282728: #282728;
    --color-fdf3db: #fdf3db;
    --color-f6f6f6: #f6f6f6;
    --color-f5f5f5: #f5f5f5;
    --color-484848: #484848;
    --color-c2c4c6: #c2c4c6;
    --color-000000: #000000;
    --color-ffffff: #ffffff;
    --font-montserrat: "Montserrat", sans-serif;
    --font-poppins: "Poppins", sans-serif;
    --font-style-normal: normal;
    --font-size-15: 15px;
    --font-size-16: 16px;
    --font-size-17: 17px;
    --font-size-19: 19px;
    --font-size-22: 22px;
    --font-size-25: 25px;
    --font-size-26: 26px;
    --font-size-27: 27px;
    --font-size-33: 33px;
    --font-size-38: 38px;
    --font-size-41: 41px;
    --font-size-45: 45px;
    --font-size-48: 48px;
    --font-size-50: 50px;
    --font-size-56: 54px;
    --font-size-55: 55px;
    --character-spacing-0: 0px;
    --line-height-22: normal;
    --line-height-25: 25px;
    --line-height-27: 27px;
    --line-height-30: 30px;
    --line-height-32: 32px;
    --line-height-35: 35px;
    --line-height-36: 36px;
    --line-height-43: 43px;
    --line-height-51: 51px;
    --line-height-60: normal;
    --line-height-66: 66px;
    --line-height-78: 78px;
    --line-height-inherit: inherit;
    --font-weight-Thin: 100;
    --font-weight-ExtraLight: 200;
    --font-weight-Light: 300;
    --font-weight-Regular: 400;
    --font-weight-Medium: 500;
    --font-weight-SemiBold: 600;
    --font-weight-Bold: 700;
    --font-weight-ExtraBold: 800;
    --font-weight-Black: 900;
    --font-weight-normal: normal;
}

/* Custom  Font */


.montserrat {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
}

* {
    outline: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-montserrat);
    font-style: var(--font-style-normal);
    color: var(--color-000000);
    font-weight: var(--font-weight-Regular);
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

body {
    min-height: auto !important;
}

.img {
    width: 100%;
}

a,
.btn,
button {
    color: var(--color-000000);
    outline: none;
    cursor: pointer;
    outline: 0;
    text-decoration: none;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}



.btn:hover,
a:hover,
button:hover {
    color: var(--color-gredient);
    text-decoration: none;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

h4,
h2,
h3,
h4,
h5,
h6 {
    color: var(--color-000000);
    text-transform: normal;
    margin-bottom: 15px;
}

ul,
ol {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
}

.light-bg {
    background: #f9f7f7;
}

header,
footer,
section {
    width: 100%;
    float: left;
}


section.section-space.video-section,
.about-section {
    overflow: visible !important;
}

hr {
    border-bottom: 1px solid var(--color-c2c4c6);
    border-top: 0 none;
    margin: 40px 0;
    padding: 0;
    opacity: 1;
}

p {
    font-size: var(--font-size-16);
    font-weight: var(--font-weight-Regular);
    font-family: var(--font-montserrat);
    color: var(--color-000000);
    line-height: 22px;
    margin-bottom: 15px;
    text-align: justify;
}

.p-content {
    font-size: var(--font-size-19);
    font-weight: var(--font-weight-SemiBold);
    margin-bottom: 15px;
}

.small-text {
    font-size: var(--font-size-15);
    line-height: var(--line-height-27);
    color: var(--color-000000);
    margin-bottom: 15px;
}

.main-title {
    font-size: var(--font-size-41);
    font-weight: var(--font-weight-Bold);
    font-family: var(--font-montserrat);
    margin-bottom: 15px;
    text-transform: capitalize;
}

.title {
    font-size: var(--font-size-45);
    line-height: 55px;
    color: var(--color-ea7819);
    font-weight: var(--font-weight-Bold);
    font-family: var(--font-montserrat);
    margin-bottom: 15px;
}

.div-title {
    font-size: var(--font-size-27);
    font-weight: var(--font-weight-SemiBold);
    margin-bottom: 15px;
}

.div-text {
    font-size: var(--font-size-25);
    font-family: var(--font-binerka_demoregular);
    color: var(--color-000000);
    font-weight: var(--font-weight-Medium);
    font-family: var(--font-poppins);
    margin-bottom: 15px;
}

.div-text1 {
    font-size: var(--font-size-33);
    color: var(--color-000000);
    font-weight: var(--font-weight-Medium);
    margin-bottom: 15px;
}

.logo-text h3 {
    font-size: var(--font-size-22);
    margin-bottom: 0px;
    text-align: center;
}

.logo-text {
    display: flex;
    align-items: center;
    gap: 0 15px;
    z-index: 9;
    position: relative;
}

.logo-text img {
    width: 22px;
}

.font-binerka_demoregular {
    font-family: var(--font-binerka_demoregular);
}

.weight-Light {
    font-weight: var(--font-weight-Light);
}

.weight-Regular {
    font-weight: var(--font-weight-Regular);
}

.weight-Medium {
    font-weight: var(--font-weight-Medium);
}

.weight-SemiBold {
    font-weight: var(--font-weight-SemiBold);
}

.weight-Bold {
    font-weight: var(--font-weight-Bold);
}

.weight-ExtraBold {
    font-weight: var(--font-weight-ExtraBold);
}

.weight-Black {
    font-weight: var(--font-weight-Black);
}

.height-100 {
    height: 100vh;
}

.pr-100 {
    padding-right: 100px;
}

.pl-100 {
    padding-left: 100px;
}

.color-0078bd {
    color: var(--color-0078bd) !important;
}

.color-7dd05f {
    color: var(--color-7dd05f) !important;
}




/* gredient btn */
button.gredient-btn a {
    color: #fff;
}

button.gredient-btn:hover a {
    color:#7dd05f;
}
.gredient-btn {
    width: fit-content;
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 30px;
    font-weight: var(--font-weight-SemiBold);
    font-size: var(--font-size-16);
    color: var(--color-ffffff);
    border: none;
    background-image: linear-gradient(90deg, #0078bd, #7dd05f, #0078bd);
    background-size: 200% 200%;
    border-radius: 50px;
    text-decoration: none;
    overflow: hidden;
    transition: all 0.5s ease-out;
    animation: borderMove 4s linear infinite;
}

/* Gradient Animation */
@keyframes borderMove {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/* Optional hover effect for depth */
.gredient-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 120, 189, 0.3);
}


.gredient-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: var(--color-ffffff);
    /* Hover fill color */
    transition: left 0.4s ease;
    z-index: 0;
}



.gredient-btn:hover::before {
    left: 0;
}

.gredient-btn span,
.gredient-btn i {
    position: relative;
    z-index: 1;
}

.gredient-btn:hover {
    color: var(--color-7dd05f);
}

/* blue-btn */
/* .blue-btn */

.blue-btn {
    width: fit-content;
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 30px;
    font-weight: var(--font-weight-SemiBold);
    font-size: var(--font-size-16);
    color: var(--color-ffffff);
    background-image:
        linear-gradient(#0078bd, #0078bd),
        linear-gradient(90deg, #0078bd, #0078bd, #0078bd);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    border: none;
    background-size: 200% 200%;
    animation: borderMove 3s linear infinite;
    background-origin: border-box;
    background-clip: padding-box, border-box;
    border-radius: 50px;
    letter-spacing: 0;
    text-decoration: none;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    border: 1px solid var(--color-0078bd);
}

@keyframes borderMove {
    0% {
        background-position: 0% 50%, 0% 50%;
    }

    100% {
        background-position: 200% 50%, 200% 50%;
    }
}

.blue-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: var(--color-ffffff);
    /* Hover fill color */
    transition: left 0.4s ease;
    z-index: 0;
}



.blue-btn:hover::before {
    left: 0;
}

.blue-btn span,
.blue-btn i {
    position: relative;
    z-index: 1;
}

.blue-btn:hover {
    color: var(--color-0078bd);
}

/* .blue-btn */
/* Green-btn */
.green-btn {
    width: fit-content;
    position: relative;
    display: inline-flex;
    align-items: center;
    border: none;
    gap: 10px;
    padding: 15px 30px;
    margin-right: 25px;
    font-weight: var(--font-weight-SemiBold);
    font-size: var(--font-size-16);
    color: var(--color-ffffff);
    border: none;
    background-image:
        linear-gradient(#7dd05f, #7dd05f),
        linear-gradient(90deg, #0078bd, #0078bd, #0078bd);
    background-origin: border-box;
    background-clip: padding-box, border-box;

    /* Animation settings */
    background-size: 200% 200%;
    animation: borderMove 3s linear infinite;
    background-origin: border-box;
    background-clip: padding-box, border-box;
    border-radius: 50px;
    letter-spacing: 0;
    text-decoration: none;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    border: 1px solid var(--color-7dd05f);

}

@keyframes borderMove {
    0% {
        background-position: 0% 50%, 0% 50%;
    }

    100% {
        background-position: 200% 50%, 200% 50%;
    }
}

.green-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: var(--color-ffffff);
    /* Hover fill color */
    transition: left 0.4s ease;
    z-index: 0;
}



.green-btn:hover::before {
    left: 0;
}

.green-btn span,
.green-btn i {
    position: relative;
    z-index: 1;
}

.green-btn:hover {
    color: var(--color-7dd05f);
}


.img-zoom {
    overflow: hidden;
}

.img-zoom .zoom {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 2.5s ease-out 0s;
    -moz-transition: all 2.5s ease-out 0s;
    -ms-transition: all 2.5s ease-out 0s;
    -o-transition: all 2.5s ease-out 0s;
    transition: all 2.5s ease-out 0s;
}

.img-zoom:hover .zoom {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


/* @import url(../css/root.css); */




/* loader css*/


/* loader css */

.main-nav {
    background: transparent;
    padding: 30px 0px;
    width: 100%;
    float: left;
}

.main-nav .navbar {
    padding: 0;
    width: 100%;
    float: left;
}

.main-nav .navbar-expand-lg .navbar-brand {
    position: absolute;
    top: -20px;
    margin-right: 0;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.main-nav .navbar-expand-lg .navbar-brand img,
.main-nav .navbar-expand-lg .navbar-brand .svg {
    width: 160px;
    object-fit: contain;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.main-nav .navbar-nav .nav-item .nav-link {
    position: relative;
    display: block;
    font-size: var(--font-size-19);
    color: var(--color-ffffff);
    font-weight: var(--font-weight-SemiBold);
    line-height: var(--line-height-inherit);
    padding: 8px 10px;
    text-transform: uppercase;
}

.main-nav .navbar-nav .nav-item {
    padding-left: 40px;
}

.main-nav .navbar-nav .nav-item .nav-link:focus,
.main-nav .navbar-nav .nav-item.active .nav-link,
.main-nav .navbar-nav .nav-item .nav-link:hover {
    color: var(--color-0e1f45);
}

.main-nav .navbar-nav .nav-item .nav-link.show,
.main-nav .navbar-nav .nav-item .show>.nav-link {
    color: var(--color-f68e1f);
}


/* dropdown-menu */

.main-nav .navbar-nav .nav-item.dropdown .dropdown-item:focus,
.main-nav .navbar-nav .nav-item.dropdown .dropdown-item:hover {
    background-color: transparent;
}

.main-nav .navbar-nav .dropdown .dropdown-menu {
    min-width: 200px;
    width: 200px;
    margin: 0;
    top: 100%;
    padding: 0px;
    background-color: var(--color-ffffff);
    border: none;
    box-shadow: 0px 0px 10px -4px #0000009d;
    z-index: 9;
}

.main-nav .navbar-nav .dropdown .dropdown-menu .dropdown-item {
    width: 100%;
    float: left;
    font-size: var(--font-size-16);
    color: var(--color-000000);
    background-color: var(--color-ffffff);
    padding: 10px 10px;
    text-transform: uppercase !important;
}




a.btn-link {
    width: fit-content;
    display: flex;
    border-radius: 50px;
    color: var(--color-ffffff);
    text-decoration: none;
    font-size: 18px;
    transition: 0.4s;
    font-weight: var(--font-weight-SemiBold);
}

.arrow-circul {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    text-align: center;
    transition: 0.5s;
    position: relative;
    right: -10px;
    transform: rotate(56deg);
}


.arrow-circul i {
    color: var(--color-ffffff);
    font-size: 25px;
    position: relative;
    bottom: 2px;
    right: 6px;

}

a.btn-link:hover {
    transition: 0.4s;
    color: var(--color-000000);
}



a.btn-link:hover .arrow-circul i {
    color: var(--color-000000);
}

a.btn-link:hover .arrow-circul {
    transform: rotate(0deg);
}

.section-space {
    padding: 80px 0px;
}


/* button style2 */

.btn-style2 {
    width: fit-content;
    margin-top: 30px;
}

a.btn-link2 {
    display: flex;
    border-radius: 50px;
    color: var(--color-gredient);
    text-decoration: none;
    font-weight: var(--font-weight-Bold);
    font-size: 18px;
    transition: 0.4s;
}

.arrow-circul2 {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    text-align: center;
    transition: 0.5s;
    position: relative;
    right: -10px;
    transform: rotate(56deg);
}


.arrow-circul2 i {
    color: var(--color-gredient);
    font-size: 25px;
    position: relative;
    bottom: 2px;
    right: 2px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;

}

a.btn-link2:hover {
    transition: 0.4s;
    color: var(--color-0078bd);
}



a.btn-link2:hover .arrow-circul2 i {
    color: var(--color-0078bd);
}

a.btn-link2:hover .arrow-circul2 {
    transform: rotate(0deg);
}



/* main-banner */
.banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: transform 5s ease;
}

/* Zoom effect only on active slide */
.banner .swiper-slide-active .banner-img {
    transform: scale(1.1);
}

/* Optional: Fade transition smoothness */
.banner .swiper {
    overflow: hidden;
}

.banner .swiper-wrapper {
    align-items: center;
}

.banner .swiper-slide {
    height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Pagination dots container */
.banner .swiper-pagination {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  justify-content: center;
  gap: 8px;
}

/* Individual dots */
.banner .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s ease;
}

/* Active dot */
.banner .swiper-pagination-bullet-active {
  background: var(--color-7dd05f);
  width: 20px;
  border-radius: 5px;
}
.banner img {
    width: 50%;
}

.banner-img {
    transition: transform 6s ease;
    /* smooth zoom */
    transform: scale(1);
    /* default scale */
}

.swiper-slide-active .banner-img {
    transform: scale(1.1);
    /* zoom when active */
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
    background-color: var(--color-ffffff);
    color: white;
    /* make buttons visible */
    width: 55px;
    height: 55px;
    box-shadow: rgba(255, 255, 255, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    border-radius: 50%;
}


.swiper-slide-active .slide-down {
    animation: bounceInUp 2.5s;
}

.swiper-slide-active .fade-right {
    animation: fadeInUp 1.5s;
}

.swiper-slide-active .fade-up {
    animation: fadeInDown 1.5s;
}

.banner p {
    width: 70%;
    margin-bottom: 30px;
    line-height: 22px;
    font-weight: bold;
}

img.banner-img {
    object-fit: cover;
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -9;
}

.inner-text {
    width: 50%;
    padding-left: 8%;
}

.inner-text h4 {
    margin-bottom: 30px;
}

/* Position pagination at bottom-right like your screenshot */
/* .custom-pagination-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    left: 83%;
    position: absolute;
    bottom: 10%;
}

.custom-pagination-line {
    display: none;
    width: 100px;
    margin-right: 0;
    height: 2px;
    background: rgba(255, 255, 255, 0.3);
    overflow: hidden;
    position: relative;
    z-index: 9;
    left: -150px;
}

.custom-pagination-line-fill {
    height: 100%;
    background: white;
    width: 0%;
}

.custom-pagination-number {
    position: absolute;
    color: white;
    font-weight: bold;
    font-size: 16px;
    right: 110px;
    z-index: 9;
}

.swiper-pagination-bullets {
    display: flex;
    gap: 15px;
}

.swiper-pagination-bullet:nth-child(3) {
    opacity: 0.7;
}

.swiper-pagination-bullet {
    margin-left: -5px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #ccc;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-pagination-bullet-active {
    background: #ffc107;
    opacity: 1 !important;
}

.swiper-pagination-bullet-active::before {
    content: '\203A';
    font-size: 22px;
    line-height: 0  ;
    color: black;
    font-weight: bold;
} */

.read-more a {
    font-size: 15px;
    background: var(--color-gredient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: var(--font-weight-SemiBold);
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.read-more:hover a {
    background: var(--color-000000);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.read-more:hover i {
    rotate: 180deg;
}

.read-more i {
    display: flex;
    height: 20px;
    width: 20px;
    background: var(--color-gredient);
    border-radius: 50%;
    line-height: 20px;
    color: #000;
    font-size: 12px;
    margin-left: 0px;
    rotate: 0deg;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    align-items: center;
    justify-content: center;
}

.read-more {
    font-size: var(--font-size-16);
    font-weight: var(--font-weight-Medium);
    display: flex;
    align-items: center;
    color: var(--color-7dd05f);
}

.read-more:hover,
.read-more:hover i {
    color: var(--color-0078bd);
}

.read-more i {
    color: var(--color-7dd05f);

}

/* about-us */
.about-logo {
    background: var(--color-0078bd);
    display: flex;
    gap: 0 100px;
    padding: 70px;
    width: 100%;
    border-radius: 100px;
    margin-top: 30px;
}

.about-logo h5 {
    font-size: var(--font-size-27);
    font-weight: bold;
    color: var(--color-ffffff);
    margin: 0;
}

.about-logo img {
    width: 50px;
    height: 50px;
}

ul.about-logo li {
    display: flex;
    align-items: center;
    gap: 15px;
}

ul.about-logo li {
    display: flex;
    align-items: center;
    gap: 15px;
}

.about-img {
    width: 30%;
    position: absolute;
    top: -34%;
    right: 15%;
    z-index: 9;
}

.about-us {
    overflow: visible;
    position: relative;
}

.about-us p {
    width: 80%;
}

.about-us p span {
    color: #333233;
    font-weight: var(--font-weight-ExtraBold);
}

.circle {
    position: absolute;
    bottom: -16%;
    text-transform: uppercase;
    right: -5%;
    width: 225px;
    height: 225px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #6ab54f;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: visible;
    z-index: 99;
}

.circle h2 {
    width: 130px;
    height: 130px;
    border: 2px solid #fff;
    border-radius: 50%;
    position: absolute;
    font-size: 60px;
    font-weight: 600;
    color: #fff;
    background: #0077bd;
    margin: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.circle svg {
    position: absolute;
    width: 100%;
    height: 100%;
    transform-origin: center;
    animation: rotate 12s linear infinite;
}

text {
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 500;
    border-bottom: 1px solid #fff;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.counter-flex {
    display: flex;
    gap: 0 150px;
    margin-top: 50px;
}

.counter-box {
    text-align: center;
}

.counter-box h3 {
    margin-bottom: 5px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
}

/* about-us */
/* school-program */
.custom-list li {
    font-size: 14px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.custom-list i {
  color: #7dd05f; /* Green icon – change if needed */
  font-size: 18px;
}

.school-program {
    background: linear-gradient(90deg, rgba(102, 179, 83, 1) 0%, rgba(4, 121, 185, 1) 100%);
}

.school-program img {
    margin-top: 50px;
}

.school-program a {
    font-size: var(--font-size-22);
    color: var(--color-0078bd);
    font-weight: var(--font-weight-ExtraBold);
    padding: 25px 35px;
    border-radius: 100px;
    background: #fff;
    line-height: normal;
    position: relative;
    overflow: hidden;
    display: inline-block;
    text-decoration: none;
    transition: color 0.4s ease;
    z-index: 9;
    border: 1px solid #0077bd;
    text-align: center;
}

.school-program a::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: var(--color-0078bd);
    transition: all 0.4s ease;
    z-index: -1;
}

.school-program a:hover::before {
    left: 0;
}

.school-program a span {
    position: relative;
    z-index: 1;
}

.school-program a:hover {
    color: var(--color-ffffff);
}

.school-btns {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

/* school-program */

/* clintel */
.client-slider {
    width: 100%;
    padding: 40px 0;
    padding-bottom: 0;
}

.client-slider .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease;
}

.client-slider .swiper-slide img {
    width: 100%;
    height: auto;
    border: 2px solid #efefef;
    border-radius: 12px;
    filter: grayscale(100%);
    opacity: 0.6;
    transition: all 0.4s ease;
}

.client-slider .swiper-slide-active img {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.1);
}

/* Highlight 4 center (active) slides */
.client-slider .swiper-slide-active img,
.client-slider .swiper-slide-next img,
.client-slider .swiper-slide-next+.swiper-slide img,
.client-slider .swiper-slide-prev img {
    filter: grayscale(0%);
    opacity: 1;
}

/* clintel */
/* values */
.values {
    background: url(../images/value-bg.jpg)top no-repeat;
    padding-bottom: 0;
}
.myValuesSlider {
    padding-bottom: 100px;
    margin-top: 50px;
}

.values-card .value-text img {
    width: 60px;
    background: #016eaf;
    border-radius: 50%;
    margin-bottom: 10px;
    border: 1px solid #fff;
}

.value-text {
    text-align: center;
    display: flex;
    margin-bottom: -45px;
    flex-direction: column;
    align-items: center;
}

.values-card {
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    padding: 20px;
    border-radius: 26px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.values-card img {
    width: 100%;
    border-radius: 26px;
    margin-bottom: -33px;
}

.value-text p {
    width: 90%;
    text-align: center;
    opacity: 0.8;
}

/* values */
.clients {
    overflow: hidden;
}

/* gallery */

.gallery {
    background: url(../images/gallery-bg.jpg)center no-repeat;
    background-size: cover;
}
/* Only target .galler-div that has a video inside */
.galler-div:has(video) {
    position: relative;
    display: inline-block;
}

/* Video styling */
.galler-div:has(video) video {
    display: block;
    border-radius: 10px;
}

/* Play Icon */
.galler-div:has(video)::after {
    content: "▶";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    font-size: 18px;
    color: white;

    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);

    display: flex;
    align-items: center;
    justify-content: center;

    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    pointer-events: none;

    transition: 0.4s ease;
}

/* Hover Animation */
.galler-div:has(video):hover::after {
    transform: translate(-50%, -50%) scale(1.15);
    background: rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 40px rgba(255, 255, 255, 0.35);
    color: var(--color-7dd05f)
}


/* gallery */
/* testimonials */
.testimonial-slider {
    position: relative;
    width: 100%;
    height: 500px;
    margin: auto;
    overflow: hidden;
    z-index: 99;
    padding: 10px 30px;
}

/* Testimonial Card */
.testimonial-card {
    background: var(--color-0078bd);
    border-radius: 12px;
    padding: 40px 30px;
    text-align: left;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Active Slide Highlight */
.swiper-slide-active .testimonial-card {
    opacity: 1;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    background: transparent;
}

.swiper-slide-active .testimonial-card p {
    color: var(--color-000000)
}

.swiper-slide-active .author h4 {
    color: var(--color-0078bd)
}


/* Paragraph & Read More Button */
.testimonial-card p {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    margin-bottom: 10px;
    display: -webkit-box;
    line-clamp: 5;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.3s ease;
}

.testimonial-card p.expanded {
    line-clamp: unset;
    -webkit-line-clamp: unset;
    overflow: visible;
}

.read-more-btn {
    background: none;
    border: none;
    color: #f5a623;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    padding: 0;
}

/* Author Section */
.author {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    position: relative;
}

ul.star {
    display: flex;
    position: absolute;
    left: 0;
    bottom: -25px;
}

ul.star li i {
    font-size: 12px;
    color: #7dd05f;
}

.author img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 15px;
}

.author h4 {
    font-size: var(--font-size-16);
    margin: 0;
    color: var(--color-ffffff);
    font-weight: var(--font-weight-Medium);
}

/* Navigation Buttons */
.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid #fff;
    padding: 15px;
    border-radius: 50%;
    z-index: 10;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: rgba(255, 255, 255, 0.4);
}

/* Custom Font Awesome Icons */
.swiper-button-next::after,
.swiper-button-prev::after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 18px;
}

.swiper-button-next::after {
    content: "\f077";
    /* fa-arrow-up */
}

.swiper-button-prev::after {
    content: "\f078";
    /* fa-arrow-down */
}

/* Button Positioning for Vertical Slider */
.swiper-button-next {
    top: 20px;
}

.swiper-button-prev {
    bottom: 20px;
}

/* testimonials */

/* Demo Section */
.demo-section {
    background: url(../images/demo-bg.jpg)center no-repeat;
    background-size: cover;
    position: relative;
    padding-bottom: 250px;
}

img.hand {
    position: absolute;
    width: 17%;
    top: 8%;
    left: 0%;
    z-index: 9;
}

.demo-form-box {
    overflow: hidden;
    /* background: rgba(255, 255, 255, 0.05); */
    border-radius: 16px;
    border: 1px solid #fff;
    padding-bottom: 25px;
    margin-top: 50px;
}

.vr-text {
    padding-left: 60px;
    padding-top: 160px;
}

img.vr-student {
position: absolute;
    width: 22%;
    bottom: 30px;
    right: 3%;
}

.demo-form-box h2 span {
    color: var(--color-7dd05f);
}

.demo-form-box p {
    color: #ccc;
    font-size: var(--font-size-16);
}

.demo-section h4 {
    font-weight: 600;
    font-size: 20px;
    background: #fff;
    padding: 12px 0;
}
.demo-heading p{
    text-align: center;
}

.form-control {
    background: #113731;
    border-color: #1b5952;
    color: #fff;
    padding: 12px 15px;
    font-size: 14px;
}

.form-control:focus {
    background: rgba(255, 255, 255, 0.15);
    box-shadow: none;
    border-color: var(--color-7dd05f);
    color: #fff;
}



.vr-text h2 {
    color: var(--color-ffffff);
    font-size: var(--font-size-33);
    font-weight: var(--font-weight-SemiBold);
}

.vr-text p {
    color: var(--color-ffffff);
}

form label {
    color: var(--color-ffffff);
}

form {
    padding: 0 50px;
}

.checkbox-list {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.checkbox-list label {
    cursor: pointer;
    color: var(--color-7dd05f);
}
.form-label {
    font-size: 14px;
}

.checkbox-list input {
    margin-right: 5px;
}

.checkbox-list input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 8px;
    height: 8px;
    border: 1px solid var(--color-7dd05f);
    border-radius: 50%;
    /* makes it circular */
    margin-right: 8px;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* When checked */
.checkbox-list input[type="checkbox"]:checked {
    background-color: var(--color-ffffff);
    box-shadow: 0 0 0 3px rgba(125, 208, 95, 0.3);
}

/* footer */
.footer-pb{
    padding-bottom: 250px!important;
}

.footer {
    width: 100%;
    background: #000;
    position: relative;
    padding: 0;
}

footer.footer .footer-inner {
    background: linear-gradient(90deg, rgba(102, 179, 83, 1) 0%, rgba(4, 121, 185, 1) 100%);
    padding: 80px 70px;
    border-radius: 50px;
    margin-top: -200px;
}

.footer h2 {
    margin-top: 50px;
}

.footer h2 {
    font-size: var(--font-size-33);
    color: var(--color-ffffff);
    font-family: var(--font-poppins);
}

.footer p span {
    font-size: 13px;
    line-height: normal;
    margin-top: 20px;
}

.footer-call i {
    background: #7dd05f;
    color: #fff;
    font-size: 14px;
    padding: 8px;
    border-radius: 50%;
    margin-top: 10px;
}

.footer-call-text span {
    font-size: 16px;
    color: var(--color-000000);
    font-weight: var(--font-weight-Medium);
}

.footer-call-text a {
    font-size: 25px;
    font-weight: bolder;
    color: #057ab8;
    font-family: var(--font-poppins);
}

.footer-call-text {
    display: flex;
    flex-direction: column;
}

.footer-call {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-top: 0;
    padding: 35px 10px;
    justify-content: center;
    background: #fff;
    border-radius: 12px;
}

ul.contact-list a {
    font-size: 14px;
    line-height: normal;
    color: #fff;
}

ul.contact-list a:hover {
    color: var(--color-000000);
}

ul.contact-list li span {
    font-size: 16px;
    color: var(--color-000000);
    font-weight: var(--font-weight-SemiBold);
    margin-bottom: 15px;
}

ul.contact-list li {
    display: flex;
    flex-direction: column;
}

ul.contact-list {
    display: flex;
    flex-direction: column;
    /* gap: 30px; */
}
.address{
    gap: 15px;
}

ul.menu-list {
    display: flex;
    flex-direction: column;
    /* gap: 15px; */
}

ul.menu-list-inner {
    display: flex;
    flex-direction: column;
    gap: 10px;
}


/* copy-right  */

.copy-right {
    margin: 35px 0;
    padding-bottom: 0;
    display: flex;
    justify-content: center;
}

.copy-right p,
.copy-right p a {
    font-size: var(--font-size-16);
    color: #fff;
    margin-bottom: 0;
}

.copy-right p span {
    float: right;
}

.copy-right p a {
    color: var(--color-7dd05f);
}

.padding-contact {
    position: relative;
    padding: 0 10%;
}


ul.footer-contact {
    position: relative;
    z-index: 99;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    flex-direction: row;
    gap: 30px;
}

ul.footer-contact li .details p {
    opacity: 1;
    text-transform: uppercase;
    font-size: var(--font-size-16);
    color: var(--color-00529d);
    font-weight: var(--font-weight-SemiBold);
    margin: 0;
}

ul.footer-contact li .details a {
    font-size: var(--font-size-16);
    line-height: 16px;
    color: var(--color-f39100);
    font-weight: var(--font-weight-Regular);
    margin: 0;
}

ul.footer-contact li .details a:hover {
    color: var(--color-f39100);
}

ul.footer-contact li .details a p:hover {
    color: var(--color-f39100);

}

ul.footer-contact li .details a p {
    font-size: var(--font-size-16);
    line-height: 26px;
    color: var(--color-ffffff);
    font-weight: var(--font-weight-Regular);
    text-transform: none;
    margin: 0;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

ul.footer-social {
    display: flex;
    gap: 20px;
    margin-top: 30px;
    position: relative;
    z-index: 99;
}

ul.footer-social li i {
    display: flex;
    font-size: 20px;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    color: var(--color-00529d);
    align-items: center;
    justify-content: center;
}

ul.footer-social li i:hover {
    color: var(--color-f39100);
}

.footer-menu ul {
    display: flex;
    justify-content: space-between;
    margin-top: 0;
    padding-top: 0;
    flex-direction: column;
}

.footer-menu {
    position: relative;
    z-index: 99;
}

.footer-menu h3 {
    font-size: var(--font-size-16);
    color: var(--color-f39100);
    font-weight: var(--font-weight-SemiBold);
    margin-top: 30px;
}

.footer-menu ul li a {
    color: var(--color-000000);
    font-size: 15px;

}

.footer-menu ul li a:hover {
    color: var(--color-f39100);

}

.footer-padding {
    padding-right: 35px;
}

/* footer */








/* social-share */


.sticky_share_btn {
    position: fixed;
    right: 15px;
    bottom: 96px;
    z-index: 9999;
}

.share-toggle,
.fixed_share ul.listing>li {
    font-size: 20px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 2px solid #fff;
    border-radius: 50%;
    transition: all 0.5s ease-in-out;
    background: #fff;
    box-shadow: 1px 1px 6px 0px #44434361;
}

.share-toggle i {
    color: var(--color-gredient);
}

ul.listing {
    list-style: none;
    display: none;
}

.fixed_share ul.listing>li {
    margin-bottom: 10px;
}

.fixed_share ul.listing>li>a {
    display: block;
    width: 70%;
    height: auto;
    text-align: center;
}

.share-toggle:hover,
.fixed_share ul.listing>li:hover {
    transform: scale(1.1) rotate(360deg);
    background: var(--color-gredient);
}

.share-toggle:hover i,
.fixed_share ul.listing>li:hover a {
    color: var(--color-ffffff);
}

.share-toggle a {
    color: var(--color-gredient);
}

.fixed_share .facebook,
.fixed_share .facebook>a {
    color: #4267B2;
    background-color: var(--color-ffffff);
}

.fixed_share .youtube,
.fixed_share .youtube>a {
    color: #FF0000;
    background-color: var(--color-ffffff);
}

.fixed_share .instagram,
.fixed_share .instagram>a {
    color: #8a3ab9;
    background-color: var(--color-ffffff);
}

.fixed_share .linkedin,
.fixed_share .linkedin>a {
    color: #0e76a8;
    background-color: var(--color-ffffff);
}


.social-btn {
    display: flex;
    width: 239px;
    height: 55px;
    align-items: center;
    justify-content: space-between;
    padding-left: 15px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px;
    border-radius: 30px 0px 0px 30px;
    margin-bottom: 5px;
    position: relative;
    right: -188px;
    transition: right 1s;
}

.social-btn i {
    font-size: 29px;
    line-height: 20px;
    padding-right: 6px;
}

.social {
    position: fixed;
    top: 40%;
    right: 0;
    z-index: 999;
}

.social a {
    text-decoration: none;
}

.color-download-brochure {
    background-color: #2b8b2e;
}

.google-font {
    font-size: 18px;
}

.social-btn img {
    width: 40px;
}

.social-btn p {
    color: white;
    margin-top: 0px;
    margin-bottom: 0px;
}

.nav-tabs {
    border-bottom: none;
}

.sidenav,
.mobile-toggle {
    display: none;
}

.mobile-banner {
    display: none !important;
}

.mobile-img {
    display: none;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: 100%;
    padding: 0 7.5%;
}


/* back to top */

#button {
    display: inline-block;
    background: var(--color-0078bd);
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 0;
    position: fixed;
    bottom: 23px;
    right: 15px;
    border-radius: 50%;
    transition: background-color .3s, opacity .5s, visibility .5s;
    visibility: hidden;
    z-index: 1000;
    border: 2px solid var(--color-ffffff);
    text-decoration: none;
    opacity: 0;
}

#button::after {
    content: "\2191";
    font-family: 'bootstrap-icons';
    font-weight: normal;
    font-style: normal;
    font-size: 25px;
    line-height: 35px;
    color: var(--color-ffffff);
    text-decoration: none;
    border: 0;
}

#button:hover {
    cursor: pointer;
    border: 2px solid var(--color-gredient);
    background-color: var(--color-ffffff);
}

#button:hover:after {
    color: var(--color-f26b28);
}

#button:active {
    border: 2px solid var(--color-f26b28);
    background-color: var(--color-ffffff);
}

#button.show {
    opacity: 1;
    visibility: visible;
    text-decoration: none;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

#whatsapp.show {
    opacity: 1;
    visibility: visible;
    text-decoration: none;
    -webkit-transition: all 0.8s ease-out 0s;
    -moz-transition: all 0.8s ease-out 0s;
    -ms-transition: all 0.8s ease-out 0s;
    -o-transition: all 0.8s ease-out 0s;
    transition: all 0.8s ease-out 0s;
}

.whatsapp-btn {
    position: fixed;
    bottom: 12%;
    opacity: 0;
    right: 35px;
    z-index: 999;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: #25D366;
    border: 1px solid #fff;
    display: flex;
    visibility: hidden;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    animation: breathe 2s ease-in-out infinite;
}


/*Estilos solo al icono whatsapp*/

.whatsapp-btn i {
    color: #fff;
    font-size: 24px;
    animation: beat 2s ease-in-out infinite;
    text-decoration: none;
    line-height: 0px;
}


/*Estilos con animation contorno respirando*/

@keyframes breathe {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}


/*Estilos de animacion del icono latiendo*/

@keyframes beat {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

/* popup-form */
.modal-body {
    text-align: center;
}

.modal-body {
    text-align: center;
    border: 1px solid #ffffff75;
    border-top: none;
    background: url(../images/demo-bg.jpg)center/cover;
    border-radius: 0 0 16px 16px;
}

.modal-body label {
    text-align: left;
}

.modal-content.contact-form {
    border-radius: 16px;
}

.modal-header {
    border-radius: 16px 16px 0 0;
    padding: 15px 30px !important;
    background: var(--color-ffffff);
}

.modal-body form {
    padding: 15px 0;
    width: 100%;
    padding: 15px 10px;
    display: flex;
    text-align: left;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.modal-body form .mb-3 {
    width: 100%;
}

/* breadcrumb */
.breadcrumb {
    padding: 200px 0;
    padding-bottom: 250px;
    background-position: right !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    margin: 0;
}

section.breadcrumb::before {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #111516, transparent);
    position: absolute;
    top: 0;
    left: 0;
}

/* breadcrumb */
.our-why {
    background: linear-gradient(90deg, rgba(228, 231, 240, 1) 0%, rgba(191, 199, 211, 1) 100%);
    position: relative;
    padding: 50px 0;

}

.inner-why {
    background: var(--color-0078bd);
    padding: 50px;
    margin-top: -200px;
}

.why-pointer img {
    width: 70px;
}

.why-pointer ul li {
    width: 48%;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 10px;
}

img.why-door {
    width: 40%;
    position: absolute;
    bottom: 0;
    right: 0%;
    z-index: 99;
}

.our-why img.spin {
    position: absolute;
    width: 35%;
    right: 1%;
    right: -3%;
    top: 0%;
    z-index: 9;
    animation: rotate 10s linear infinite;
}

.why-pointer ul li h4 {
    font-size: 26px;
    font-weight: var(--font-weight-SemiBold);
    color: #282728;
    margin-bottom: 5px;
}

.why-pointer {
    padding: 50px 0;
}

.why-pointer ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.5%;
    justify-content: space-between;
}

.our-why {
    background: li;
}

/* what-we-do */
.what-we-do {
    background: var(--color-gredient);
}

ul.what-inner img {
    width: 100px;
    margin: 10px 0;
}

ul.what-inner li {
    width: 33%;
    text-align: center;
    padding: 0 30px;
}

.what-inner-middle {
    position: relative;
}

.what-inner-middle::before {
    content: "";
    position: absolute;
    height: 80%;
    width: 2px;
    top: 10%;
    left: 0;
    border-radius: 100%;
    background: linear-gradient(353deg, rgb(247 166 0) 0%, rgb(5 5 5 / 36%) 51%, rgb(247 162 0) 100%);
}

.what-inner-middle::after {
    content: "";
    position: absolute;
    height: 80%;
    width: 2px;
    top: 10%;
    right: 0;
    border-radius: 100%;
    background: linear-gradient(353deg, rgb(247 166 0) 0%, rgb(5 5 5 / 36%) 51%, rgb(247 162 0) 100%);
}

.what-inner p {
    margin-bottom: 0;
}

ul.what-inner {
    display: flex;
    padding-top: 30px;
}

/* what-we-do */
/* our-story */
.our-story {
    position: relative;
}

ul.story-inner img {
    width: 70px;
    margin: 10px 0;
}

ul.story-inner li {
    width: 33%;
    text-align: left;
    padding-right: 50px;
}

ul.story-inner li h3 {
    font-size: var(--font-size-22);
    color: #282728;
    font-weight: var(--font-weight-SemiBold);
}

ul.story-inner {
    display: flex;
    padding-bottom: 30px;
    justify-content: space-between;
}

.story-padding p {
    width: 90%;
}

img.story-map {
    position: absolute;
    width: 21%;
    right: 12%;
    opacity: 0;
}

/* our-story */
/* why-team */
.why-team {
    background: var(--color-0078bd);
    position: relative;
    padding: 120px 0;
}

.why-team h4 {
    font-size: var(--font-size-22);
    font-weight: var(--font-weight-SemiBold);
    color: var(--color-ffffff);
}

.why-team-inner p {
    font-size: var(--font-size-15);
    opacity: 0.8;
    color: var(--color-ffffff);
    margin: 0;
}

ul.why-team-inner li {
    padding: 25px 0;
    display: flex;
    align-items: center;
    gap: 25px;
}

ul.why-team-inner img {
    width: 30px;
}

.why-team-inner-middle {
    position: relative;
}

.why-team-inner-middle::after {
    content: "";
    position: absolute;
    width: 95%;
    height: 1px;
    background: #fff;
    top: 0;
    opacity: 0.3;
}

.why-team-inner-middle::before {
    content: "";
    position: absolute;
    width: 95%;
    height: 1px;
    background: #fff;
    bottom: 0;
    opacity: 0.3;
}

img.why-team-img {
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
}

/* why-team */
/* looking */
section.looking.section-space {
    position: relative;
    padding: 140px 0;
}

.looking h2 {
    color: var(--color-282728);
}

.looking p {
    opacity: 0.5;
}

img.looking-img {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
}

.looking img.spin {
    position: absolute;
    width: 40%;
    right: 1%;
    right: -25%;
    top: -60%;
    z-index: 9;
    animation: rotate 10s linear infinite;
}

/* looking */
/* want */
.want {
    padding: 150px 0;
    background: url(../images/want-bg.jpg)center no-repeat;
    background-size: cover;
}

/* want */
/*===============================
   BREADCRUMB / HERO SECTION
================================*/
.breadcrumb {
    background: url('../images/about-bg.jpg') center/cover;
    padding: 200px 0;
    color: var(--color-ffffff);
    text-align: left;
    position: relative;
}

.breadcrumb .logo-text {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.breadcrumb-text {
    position: relative;
    z-index: 9;
}

.breadcrumb-text p {
    color: var(--color-ffffff);
    width: 50%;
}

/* About-page */
.about-page-inner {
    position: relative;
}

.about-page-inner img {
    border-radius: 26px;
}

/* About Box */
.about-box {
    background: #f6f6f6;
    border-left: 5px solid #7dd05f;
    border-radius: 8px;
    padding: 1.2rem;
    transition: all 0.3s ease;
}

.about-box:hover {
    background: #ffffff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

/* Expertise Cards */
.expert-card {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 1rem;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.expert-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.about-box p {
    width: 100%;
}

.about-page-inner {
    position: relative;
}

.about-us-page .circle {
    position: absolute;
    bottom: -2%;
    text-transform: uppercase;
    right: -5%;
    width: 190px;
    height: 190px;
}

.circle h2 {
    width: 120px;
    height: 120px;
    border: 2px solid #fff;
    font-size: 55px;
}

.about-page-inner-text {
    padding-left: 50px;
}

.about-box h5 {
    color: var(--color-0078bd);
}

.expert-card h6 {
    margin-bottom: 5px;
    font-weight: var(--font-weight-SemiBold);
}

.expert-card {
    display: flex;
    align-items: center;
    gap: 0 10px;
    width: 90%;
    padding-right: 70px !important;
    padding: 25px 0;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.expert-card img {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    padding: 0;
    margin-left: -40px;
    box-shadow: rgb(0 0 0 / 21%) -2px 0px 12px;
    margin-right: 15px;
}

.expertise {
    background: linear-gradient(90deg, rgba(102, 179, 83, 1) 0%, rgba(4, 121, 185, 1) 100%);
}

.expert-text p {
    margin-bottom: 0;
}

/*===============================
   OUR WHY SECTION
================================*/
.our-why {
    padding: 100px 0;
    background: var(--color-ffffff);
}

.why-pointer ul {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 40px;
}

.why-pointer li {
    flex: 1 1 calc(50% - 30px);
    background: rgba(0, 120, 189, 0.08);
    padding: 25px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    gap: 20px;
    transition: all 0.4s ease;
}

.why-pointer li:hover {
    transform: translateY(-5px);
    background: linear-gradient(145deg, var(--color-ffffff), #e7f6fc);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

.why-pointer img {
    width: 55px;
    height: 55px;
}

/*===============================
   WHAT WE DO SECTION
================================*/
.what-we-do {
    background: linear-gradient(135deg, var(--color-0078bd), var(--color-7dd05f));
    color: var(--color-ffffff);
    text-align: center;
    padding: 120px 0;
    position: relative;
}

.what-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    margin-top: 60px;
}

.what-inner li {
    flex: 1 1 300px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 30px;
    backdrop-filter: blur(6px);
    transition: all 0.4s ease;
}

.what-inner li:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: scale(1.03);
}

.what-inner img {
    width: 70px;
    margin: 20px 0;
}

/*===============================
   OUR STORY
================================*/
.our-story {
    padding: 100px 0;
    background: var(--color-f6f6f6);
}

.story-inner {
    display: grid;
    gap: 30px;
    margin: 40px 0;
}

.story-inner li {
    display: flex;
    align-items: center;
    gap: 20px;
    background: var(--color-ffffff);
    border-radius: 15px;
    padding: 20px;
    transition: 0.3s;
}

.story-inner li:hover {
    transform: translateX(10px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.story-inner img {
    width: 55px;
}

/*===============================
   WHY TEAMS TRUST US
================================*/
.why-team {
    background: var(--color-282728);
    color: var(--color-ffffff);
    padding: 100px 0;
    position: relative;
}

.why-team-inner {
    margin: 40px 0;
}

.why-team-inner li {
    display: flex;
    align-items: start;
    gap: 15px;
    margin-bottom: 15px;
}

.why-team-inner img {
    width: 30px;
}

/*===============================
   LOOKING AHEAD
================================*/
.looking {
    background: linear-gradient(120deg, #f0fdf0, #f9f9f9);
    padding: 100px 0;
}

.looking-img {
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.looking .main-title {
    color: var(--color-0078bd);
}

/*===============================
   CALL TO ACTION
================================*/
.want {
    background: linear-gradient(135deg, var(--color-0078bd), var(--color-7dd05f));
    padding: 120px 0;
    text-align: center;
    color: var(--color-ffffff);
    position: relative;
}

.want button {
    background: var(--color-ffffff);
    border: none;
    color: var(--color-0078bd);
    padding: 12px 35px;
    border-radius: 50px;
    font-weight: 600;
    transition: 0.4s;
}

.want button:hover {
    background: var(--color-7dd05f);
    color: var(--color-ffffff);
    transform: translateY(-3px);
}

.gradient-text {
    background: linear-gradient(90deg, #7dd05f, #fff);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.vision-mission img ,.elaborated-mission img,.school-program-img{
    border-radius: 26px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

/* About-us */
/* Solution */

/* IOT */
section.breadcrumb.iot {
    padding: 200px 0;
    position: relative;
}

section.breadcrumb.iot:before {
    content: "";
    position: absolute;
    width: 55%;
    height: 100%;
    background: #00000073;
    top: 0;
}

.solution-overview {
    background: var(--color-gredient);
}

.solution-overview h2 {
    color: var(--color-282728);
}

.what-we-deliver-inner h3 {
    font-size: var(--font-size-22);
    font-weight: var(--font-weight-SemiBold);
    color: var(--color-ffffff);
    text-transform: capitalize;
}

.what-we-deliver-inner p {
    font-size: var(--font-size-19);
    opacity: 0.8;
    color: var(--color-ffffff);
    margin: 0;
}

ul.what-we-deliver-inner li {
    text-align: center;
    /* padding: 0 50px; */
    width: 30%;
    padding: 20px 50px;
    ;
    display: flex;
    align-items: center;
    flex-direction: column;
}

ul.what-we-deliver-inner img {
    width: 80px;
    margin-bottom: 15px;
}

.what-we-deliver {
    background: var(--color-0078bd);
    padding: 60px 0;
    border-radius: 36px;
    margin-bottom: -350px;
    position: relative;
    margin-top: 50px;
}

.what-we-middle::before {
    content: "";
    position: absolute;
    height: 80%;
    width: 2px;
    top: 10%;
    left: 0;
    border-radius: 100%;
    background: linear-gradient(353deg, rgb(255 255 255 / 0%) 0%, rgb(255 255 255 / 36%) 51%, rgb(255 255 255 / 0%) 100%)
}

.what-we-middle::after {
    content: "";
    position: absolute;
    height: 80%;
    width: 2px;
    top: 10%;
    right: 0;
    border-radius: 100%;
    background: linear-gradient(353deg, rgb(255 255 255 / 0%) 0%, rgb(255 255 255 / 36%) 51%, rgb(255 255 255 / 0%) 100%)
}

.after-none::after {
    display: none;
}


ul.what-we-deliver-inner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.benefits {
    background: #e9ebec;
    padding-top: 350px;
    padding-bottom: 100px;
    position: relative;
    z-index: -9;
}

.benefits img.spin {
    position: absolute;
    left: -20%;
    bottom: 30%;
    z-index: 9;
    animation: rotate 10s linear infinite;
}

.benefits h2 {
    color: var(--color-282728);
}

.features {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: nowrap;
    margin: auto;
    gap: 30px;
    position: relative;
    padding-top: 150px;
    width: 87%;
}

.feature-box {
    width: 18%;
    text-align: center;
    position: relative;
}

.feature-box.top {
    margin-top: -120px;
    /* alternate top placement */
}

.feature-box h3 {
    font-size: var(--font-size-19);
    font-weight: bold;
    color: var(--color-282728);
    margin: 15px 0 10px;
}

.feature-box p {
    font-size: var(--font-size-15);
    margin-bottom: 0;
}

/* Circle styles */
.circle {
    display: flex;
    align-items: center;
    justify-content: center;
}

.circle-inner img {
    width: 278px;
}

.feature-box.blue {
    margin-top: -110px;
}

.ready {
    background: url(../images/ready-for-work.jpg) right no-repeat;
    background-size: cover;
    padding: 180px 0;
}

section.benefits ul {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 50px;
    justify-content: center;
    padding: 0 17%;
}

section.benefits ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
}

section.benefits ul li i {
    color: var(--color-0078bd);
    margin-right: 10px;
}

section.benefits ul li p {
    font-size: 14px;
    line-height: normal;
    font-weight: var(--font-weight-SemiBold);
    margin: 0;
}

/* IOT */
.client-story {
    position: relative;
    padding: 100px 0;
}

.client-story h2 {
    color: var(--color-282728);
}

.client-story p {
    opacity: 0.5;
}

img.client-story-img {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
}

.client-story img.spin {
    position: absolute;
    width: 40%;
    right: 1%;
    right: -25%;
    top: -60%;
    z-index: 9;
    animation: rotate 10s linear infinite;
}

/* Solution */
/* projects */
section.breadcrumb.projects-page {
    position: relative;
    padding: 200px 0;
}

section.breadcrumb.projects-page:before {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    background: var(--color-0078bd);
    top: 0;
}

.project-inner,
.project-hidden.show {
    position: relative;
    border-radius: 26px;
    overflow: hidden;
    margin-bottom: 50px;
}

.projects-text {
    background: linear-gradient(90deg, #f599002e 0%, #fdc10000 100%);
    color: #fff;
    position: absolute;
    top: 84%;
    height: auto;
    width: 100%;
    border-radius: 0 0 200px 0;
    padding: 20px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}


/* Hover par slide-up karega */
.project-inner:hover .projects-text {
    background: rgba(0, 0, 0, 0.749);
    border-radius: 0 0 100px 0;
    top: 0;
}

/* Title & location */
.projects-text h3,
.projects-text h6 {
    margin: 0;
    transition: all 0.3s ease;
}

.projects-text h6 {
    font-size: 12px;
    color: #fff;
}

.projects-text ul {
    padding-left: 20px;
    opacity: 1;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease, max-height 0.6s ease;
    padding-bottom: 20px;
}

.projects-text ul li {
    list-style-type: circle !important;
    /* Circle bullets */
    margin-bottom: 6px;
    /* space between points */
}


.project-hidden {
    margin-bottom: 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.6s ease, opacity 0.6s ease;
}

.project-hidden.show {
    max-height: 2000px;
    /* large enough to cover tallest card */
    opacity: 1;
}

/* projects */

.info-panel {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 40px;
    border-radius: 18px;
    height: 100%;
}
.info-box {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    font-size: 16px;
}

.info-box i {
    font-size: 20px;
}
.info-panel {
padding: 25px;
    border-radius: 18px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.info-panel .logo-text img {
    max-width: 130px;
}

.info-panel .logo-text h3 {
    margin-top: 10px;
    font-size: 20px;
    font-weight: 600;
}

.info-panel .info-desc {
    font-size: 14px;
    line-height: normal;
    color: #4a4a4a;
    margin-bottom: 25px;
}

.info-box {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    font-size: 16px;
}

.info-box i {
    font-size: 20px;
    color: #0078bd;
    background: rgba(0,120,189,0.12);
    padding: 10px;
    border-radius: 50%;
}

.info-box a,
.info-box p,
.info-box span {
    margin: 0;
    color: #2a2a2a;
    line-height: 1.6;
    font-size: 16px;
}

.info-box a:hover {
   color: var(--color-0078bd);
}

/* Social Icons */
.page-social {
    display: flex;
    gap: 12px;
    padding: 0;
    list-style: none;
    margin-top: 30px;
}

.page-social li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #f1f1f1;
    color: #0078bd;
    font-size: 16px;
    transition: 0.3s ease;
    text-decoration: none;
}

.page-social li a:hover {
    background: #0078bd;
    color: #fff;
}


/* Form Panel */
.form-panel label {
    font-weight: 600;
    margin-bottom: 5px;
}

.contact-form {
    background: url(../images/demo-bg.jpg) center no-repeat;
    background-size: cover;
    position: relative;
    padding: 50px;
    border-radius: 26px;
}
.contact-form label{
    font-size: 14px;
    margin-bottom: 5px;
}

/* Map */
.map-section iframe {
    width: 100%;
    height: 100%;
    border: none;
}
.map-section {
    height: 600px;
}
/* get-in-touch */

/* School Programs */
.padding-left {
    padding-left:40px;
}
.padding-right {
    padding-right:40px;
}
ul.custom-list {
    margin-bottom: 15px;
}

.robotics-section {
  padding: 80px 0;
  background: #f9fafc;
}

.robotics-section:nth-child(even) {
  background: #ffffff;
}

.robotics-section img {
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
}

.solution-box {
  width: 31%;
  height: 103%;
  /* flex: 1; */
  border-bottom: 5px solid #7dd05f;
  /* min-width: 220px; */
  background: #ffffff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.05);
}
.solution-box ul li {
    list-style: disc;
}

.solution-box ul {
    padding-left: 15px;
}
.solution-box h6{
    font-size: var(--font-size-22);
}
.solution-box img{
    margin-bottom: 15px;
    box-shadow: none;
}

.about-box h6 {
  color: #0078bd;
  font-weight: 600;
  margin-bottom: 10px;
}

@media(max-width:767px) {
  .about-box-flex {
    flex-direction: column;
  }
}
.about-box-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 25px;
    flex-direction: row;
}
.interactive-panel-section {
  padding: 80px 0;
  background: #f9fafc;
}

.interactive-panel-section:nth-child(even) {
  background: #ffffff;
}

.interactive-panel-section .main-title {
  font-size: 28px;
  margin-bottom: 20px;
}

.interactive-panel-section h4 {
  font-size: 22px;
  margin-bottom: 15px;
}

.interactive-panel-section p {
  font-size: 16px;
  line-height: 1.8;
}

.interactive-list {
  padding-left: 20px;
  margin-bottom: 15px;
}

.interactive-box {
  background: #ffffff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.05);
  margin-bottom: 20px;
}

.panel-row {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
}

.panel-row img {
  width: 60px;
  height: 60px;
  margin-right: 20px;
}

.panel-row .content {
  flex: 1;
}

@media(max-width:767px) {
  .panel-row {
    flex-direction: column;
  }
  .panel-row img {
    margin-bottom: 10px;
  }
}
.educational-software {
  padding: 80px 0;
  background: #f9fafc;
}

.educational-software:nth-child(even) {
  background: #ffffff;
}

.educational-software h5 {
  font-size: var(--font-size-22);
  margin-top: 15px;
  color: var(--color-0078bd);
}

.educational-software p {
  font-size: 16px;
  line-height: 1.8;
}

.software-list, .software-features, .software-impact {
  padding-left: 20px;
  margin-bottom: 15px;
}

.software-features li {
  margin-bottom: 12px;
}

.software-impact li {
  margin-bottom: 10px;
}

.software-box {
  background: #ffffff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.05);
  margin-bottom: 20px;
}

.software-icon {
  width: 100%;
  border-radius: 8px;
  margin-right: 15px;
}

.row-software {
display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
    flex-direction: column;
}
.row-software .content {
  flex: 1;
}

@media(max-width:767px) {
  .row-software {
    flex-direction: column;
  }
  .software-icon {
    margin-bottom: 10px;
  }
}
.custom-software-expertise {
  background: linear-gradient(90deg, rgba(102, 179, 83, 1) 0%, rgba(4, 121, 185, 1) 100%);
  padding: 80px 0;
}


.software-card {
  width: 90%;
  text-align: left;
  display: flex;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  /* text-align: center; */
  padding: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  margin: 20px auto;
  position: relative;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.software-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
}

.software-card .icon-wrapper {
  box-shadow: rgb(0 0 0 / 7%) -8px -8px 27px -5px, rgb(0 0 0 / 30%) -8px 13px 16px -8px;
  margin-left: -50px;
  width: 75px;
  height: 75px;
  /* margin: 0; */
  background: var(--color-0078bd);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}

.software-card:hover .icon-wrapper {
  background: var(--color-7dd05f);
}

.software-card img {
  width: 63%;
  filter: invert(1);
}

.software-card .card-title {
  font-size: 1rem;
  font-weight: 600;
  color: #333;
  margin: 0;
}
.process-step {
  text-align: center;
  background: #fff;
  padding: 20px 15px;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
  height: 100%;
}

.process-step:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.10);
}

.process-icon {
  font-size: 42px;
  color: #0078bd;
  margin-bottom: 12px;
}

.process-step h6 {
  font-weight: 600;
  margin-bottom: 8px;
}

.process-step p {
  font-size: 13px;
  color: #555;
  margin: 0;
  line-height: 1.4;
}

.process-step img {
  width: 60px;
}
.process-step h6 {
  font-size: 14px;
  margin-top: 5px;
  color: #0078bd;
}

.software-build li {
  margin-bottom: 12px;
  line-height: 1.7;
}
/* ICON BEFORE FEATURES */
.features-with-icons li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 18px;
}

.feature-icon {
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 20px;
  color: var(--color-0078bd);
}

/* SERVICE CARD ICONS */
.service-card-with-icon {
  position: relative;
  padding-top: 45px;
}

.service-card-with-icon .service-icon {
  position: absolute;
  top: 12px;
  left: 20px;
  font-size: 28px;
  color: var(--color-0078bd);
}

/* BENEFIT ICONS */
.interactive-benefits i {
  margin-right: 8px;
  color: var(--color-7dd05f);
  font-size: 18px;
}
/* whyus */
.improved-features {
  list-style: none;
  padding-right: 50px;
  margin: 0;
}

.improved-features li {
  width: 100%;
  display: flex;
  gap: 15px;
  padding: 14px 0;
  border-bottom: 1px solid var(--color-c2c4c6);
  align-items: center;
}

.improved-features li:last-child {
  border-bottom: none;
}

/* ICON */
.feature-icon-wrap {
  padding: 12px;
  width: 5%;
  border-radius: 6px;
  background: #0077bd;
  display: flex;
  border: 1px solid #7dd05f;
  align-items: center;
  justify-content: center;
}

.feature-icon-wrap i {
  font-size: 18px;
  color: #ffffff;
}

/* TEXT */
.why-choose-us .feature-text strong,.why-choose-us .feature-text p  {
    color: var(--color-ffffff);
}
.feature-text strong {
  font-size: var(--font-size-16);
  color: var(--color-282728);
  font-weight: var(--font-weight-SemiBold);
}

.feature-text p {
  font-size: var(--font-size-15);
  margin: 2px 0 0;
  color: var(--color-484848);
  line-height: 22px;
}
ul.inner-feature {
    padding-left: 15px;
    display: flex;
    flex-direction: row;
    font-size: 14px;
    color: #fff;
    flex-wrap: wrap;
    gap: 0 40px;
}

ul.inner-feature li {
    width: fit-content;
    list-style: disc;
    display: list-item;
    border: none;
    padding: 0;
}


/* whyus */
/* services */
/* SECTION WRAPPER (optional but looks nice) */
.why-us {
  padding: 60px 0;
  background: linear-gradient(
    135deg,
    rgba(0, 120, 189, 0.04),
    rgba(125, 208, 95, 0.04)
  );
}

/* GRID */
.services-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
  gap: 32px;
  margin-top: 30px;
}

/* CARD BASE */
.service-box {
  position: relative;
  padding: 26px 24px 24px 90px;
  background: var(--color-ffffff);
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.06);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  font-family: var(--font-poppins);
}

/* TOP GRADIENT STRIP */
.service-box::before {
  content: "";
  position: absolute;
  inset: 0;
  height: 5px;
  background: linear-gradient(
    135deg,
    var(--color-0078bd),
    var(--color-7dd05f)
  );
}

/* BIG WATERMARK NUMBER */
.service-box::after {
  content: "";
  position: absolute;
  right: -10px;
  bottom: -20px;
  font-size: 70px;
  font-weight: var(--font-weight-Bold);
  color: rgba(0, 0, 0, 0.03);
  pointer-events: none;
}

/* Different number for each card */
.services-list .service-box:nth-child(1)::after { content: "01"; }
.services-list .service-box:nth-child(2)::after { content: "02"; }
.services-list .service-box:nth-child(3)::after { content: "03"; }
.services-list .service-box:nth-child(4)::after { content: "04"; }
.services-list .service-box:nth-child(5)::after { content: "05"; }

/* HOVER EFFECT */
.service-box:hover {
  transform: translateY(-8px) translateX(-3px);
  box-shadow: 0 18px 45px rgba(0, 120, 189, 0.18);
}

/* ICON BLOCK */
.service-icon {
  position: absolute;
  left: 20px;
  top: 32px;
  width: 56px;
  height: 56px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: var(--color-ffffff);
  background: conic-gradient(
    from 150deg,
    var(--color-0078bd),
    var(--color-7dd05f),
    var(--color-0078bd)
  );
  box-shadow: 0 10px 25px rgba(0, 120, 189, 0.4);
}

/* INNER TEXT */
.service-box h4 {
  font-size: var(--font-size-19);
  color: var(--color-282728);
  margin-bottom: 8px;
  font-weight: var(--font-weight-SemiBold);
  line-height: var(--line-height-30);
}

.service-box p {
  font-size: var(--font-size-15);
  color: var(--color-484848);
  line-height: var(--line-height-27);
  margin: 0;
}
.service-box li{
    font-size: var(--font-size-15);
    color: var(--color-484848);
    line-height: var(--line-height-27);
    margin: 0;
       list-style: disc;
    display: list-item;
    display: list-item;
}
.service-box ul {
    padding-left: 15px;
    margin-top: 5px;
}
 

/* SMALL TAG STYLE FOR KEYWORDS (OPTIONAL if you wrap key words in <span class="service-tag">) */
.service-tag {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 999px;
  background: rgba(0, 120, 189, 0.06);
  color: var(--color-0078bd);
  font-size: 12px;
  margin-right: 6px;
  margin-bottom: 6px;
  font-weight: var(--font-weight-Medium);
}



/* Educational Software Services */


.edu-section {
    background: var(--color-f6f6f6);
    font-family: var(--font-poppins);
}





/* School Programs */








































/* case-study */
/* case-study */
blockquote {
    font-size: 1.1rem;
    font-style: italic;
    border-left: 4px solid #007bff;
    padding-left: 15px;
}

.case-study-img img {
    border-radius: 30px 30px;
}

.challenge-section {
    padding-bottom: 150px;
}

.case-study-section img.spin {
    right: 0;
    left: unset;
}

.case-study-right-img {
    position: absolute;
    right: 0;
    top: -100px;
    width: 52%;
    height: 130%;
}

.case-study-right-img img {
    border-radius: 30px 0 0 30px;
}

.solution-section {
    margin-bottom: 80px;
}

.case-study-testimonial {
    padding: 180px 0;
}

.case-study-testimonial img.client-story-img {
    width: 45%;
    object-fit: cover;
    object-position: center center;
}

.case-study-testimonial img.spin {
    position: absolute;
    right: -140px;
    /* bottom: 0; */
    top: 110px;
    z-index: -1;
    width: 20%;
    animation: rotate 10s linear infinite;
    opacity: 0.2;
}

.case-study-slider {
    padding-bottom: 50px;
}

.case-study-slider .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #ccc;
}

.advantages-solutions .div-title {
    text-transform: capitalize;
    margin-bottom: 10px;
}

.result-list {
    margin-left: 25px;
    position: relative;
    z-index: 9;
}

.result-list li {
    font-size: var(--font-size-16);
    line-height: var(--line-height-22);
    font-weight: var(--font-weight-Regular);
    color: var(--color-ffffff);
    margin-bottom: 15px;
    list-style: square;
}

/* case-study */


@media (max-width: 1680px) {
    .ready {
        padding: 80px 0;
    }

    .case-study-testimonial {
        padding: 100px 0;
    }
}

@media (max-width: 1480px) {
    .case-study-testimonial {
        padding: 100px 0;
    }
}

@media (max-width: 1280px) {
    .case-study-right-img {
        top: -40px;
        height: 120%;
    }

    .case-study-testimonial img.client-story-img {
        width: 50%;
    }
}

@media (max-width: 1024px) {
    .case-study-right-img {
        top: -40px;
        height: 105%;
    }

    .solution-section {
        margin-bottom: 30px;
    }

}

@media (max-width: 991px) {
    .case-study-right-img {
        top: 30px;
        height: calc(100% - 30px);
        width: 48%;
    }

}

@media (max-width: 767px) {
    .case-study-content {
        margin-top: 20px;
    }

    .case-study-img img {
        border-radius: 16px;
    }

    .case-study-right-img {
        top: 0;
        height: 100%;
        width: calc(100% - 30px);
        position: relative;
        margin: 0 auto;
    }

    .solution-section {
        margin-bottom: 0;
    }

    .case-study-slider .swiper-wrapper {
        justify-content: unset;
    }

    .case-study-testimonial img.client-story-img {
        width: 100%;
    }
}

/* case-study */