@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Outfit:wght@100..900&display=swap');



body {

    padding: 0;

    margin: 0;

    font-family: "Inter", sans-serif;

}



:root {

    --snd-font: "Outfit", sans-serif;

    --fade: #fff;

    --gradient: linear-gradient(45deg, rgba(255, 0, 229, 1), rgba(0, 101, 255, 1));

    --grey: rgba(110, 110, 110, 1);

    --blue: rgba(0, 101, 255, 1);

    --black: rgba(47, 47, 47, 1);

    --bd-color: rgba(221, 221, 221, 1);

    --color-bg: rgba(246, 246, 246, 1);

    --plasholder-color: rgba(173, 173, 173, 1);

}



.secton-padding {

    padding: 100px 0;
    padding-bottom: 60px;

}

div#odd-srv {
    padding: 0px;
}

.padding-bottom{

    padding-bottom: 100px;

}

.padding-top{

    padding-top: 100px;

}

.bg-color{

    background-color: var(--color-bg);

}





/* header sec start */

header {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    padding: 38px 0;

    z-index: 999;

}



.scrolled {

    position: fixed;

    background: #fff;

    animation: slideDown 0.4s ease-in-out;

    transition: 0.5s ease-out;

    padding: 15px 0;

    box-shadow: 0px 9px 8px rgb(178 178 178 / 5%);

}

section.about_meraki {
    padding: 60px;
}

@keyframes slideDown {

    from {

        transform: translateY(-100%);

        opacity: 0;

    }



    to {

        transform: translateY(0);

        opacity: 1;

    }

}



.header-right {

    display: flex;

    gap: 58px;

    justify-content: end;

}



.call-btn {

    color: var(--fade);

    font-size: 16px;

    font-weight: 300;

    text-decoration: none;

    transition: 0.5s ease-out;

}



.scrolled .call-btn {

    color: var(--black);

}



.menu-bar {

    transition: 0.5s ease-out;

    filter: none;

}



.scrolled .menu-bar {

    transition: 0.5s ease-out;

    filter: invert(1);

}



.call-btn img {

    margin-right: 10px;

}



.menu-bar {

    background-color: transparent;

    border: none;

}



.scrolled .nav-logo img {

    filter: invert(1);

    transition: 0.5s ease-out;

}



.header-menu {

    position: fixed;

    top: -100%;

    left: 0;

    width: 100%;

    height: 100vh;

    background: var(--black);

    z-index: 999;

    opacity: 0;

    visibility: hidden;

    transition: 0.5s ease-out;

}



.header-menu.active {

    top: 0;

    opacity: 1;

    visibility: visible;

    transition: 0.5s ease-out;

}



.header-main {

    position: relative;

    background: var(--gradient);

    height: 100%;

    padding-top: 100px;

}



.mega-menu {

    padding: 0;

    margin: 0;

    list-style: none;

    display: flex;

    flex-direction: column;

    gap: 20px;

}

section.disclaimer {
    padding: 60px 0px;
}

section.disclaimer p {
    padding: 10px 0px;
}

.nav-link {

    font-size: 30px;

    color: var(--fade);

    font-weight: 700;

    text-transform: uppercase;

    letter-spacing: 1.2px;

    display: flex;

    align-items: center;

    gap: 15px;

}



.address-menu-area h5 {

    font-size: 20px;

    font-weight: 300;

    text-transform: uppercase;

    letter-spacing: 0.8px;

    color: var(--bd-color);

}



.address-menu h4 {

    color: var(--fade);

    font-weight: 300;

    width: 60%;

    margin-bottom: 0;

    line-height: 30px;

}



.address-social .social-list {

    justify-content: start;

    margin-top: 20px;

    gap: 25px;

}



.address-social .social-list li a img {

    filter: brightness(0) invert(1);

}



.address-links .contact-list {

    gap: 20px;

    margin-top: 20px;

}



.address-links .contact-list li a {

    color: var(--fade);

}



.address-links .contact-list li span img {

    filter: brightness(0) invert(1);

}



.address-menu-area {

    padding-left: 50px;

    border-left: 1px solid var(--bd-color);

}



.menu-close svg {

    width: 4rem;

    height: 4rem;

    stroke-width: 0.5;

}

section.disclaimer {
    padding: 60px 0px;
}

section.disclaimer p {
    padding: 10px 0px;
}

.menu-close {

    position: absolute;

    top: 10px;

    right: 10px;

    background: var(--fade);

    border-radius: 50%;

    cursor: pointer;

}



.menu-item-has-children {

    position: relative;

}



.open-submenu {

    font-size: 20px;

    display: inline-block;

    transition: 0.5s ease-out;

}



.menu-item-has-children.active .open-submenu {

    transform: rotate(90deg);

    transition: 0.5s ease-out;

}



.subnav-list {

    list-style: none;

    margin: 0;

    position: absolute;

    width: 0%;

    background: #ffffff00;

    z-index: 9;

    padding: 20px;

    backdrop-filter: blur(20px);

    top: 40px;

    right: -100%;

    opacity: 0;

    visibility: hidden;

    transition: 0.5s ease-out;

}



.menu-item-has-children.active .subnav-list {

    right: -0%;

    opacity: 1;

    visibility: visible;

    transition: 0.5s ease-out;

    width: 100%;

}



.subnav-list li a {

    color: #fff;

    font-size: 30px;

    text-decoration: none;

    margin-bottom: 15px;

    display: block;

    text-transform: uppercase;

    font-weight: 300;

}



.mob-view{

        display: none;

}

.dask-view{

        display: block;

}



/* header sec end */





/* banner sec start */

.banner-area {
  position: relative;
}

.banner-overley {
  position: absolute;
  inset: 0;
  z-index: 2;
}

/* TEXT POSITIONING */
.banner-content {
    position: absolute;
    top: 54%;
    left: 60px;
    transform: translateY(-50%);
    max-width: 100%;
    z-index: 3;
    padding: 230px;
}

.drop-text span {
    display: inline-block;
    margin-right: 6px;
    background: linear-gradient(
    45deg,
    rgba(255, 0, 229, 1),
    rgba(0, 101, 255, 1)
  );
    -webkit-background-clip: text;
    -webkit-text-fill-color: #ffffff;
    opacity: 0;
    transform: translateY(-50px);
    animation: dropFromTop 0.6s ease forwards;
}

.grecaptcha-badge {
    display: none !important;
}

@keyframes dropFromTop {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.banner-content h1 {
  font-size: 56px;
  line-height: 1.2;
  margin-bottom: 20px;
}

.banner-content p {
  font-size: 18px;
  line-height: 1.7;
}


/* Typography */
.banner-content h1 {
  font-size: 56px;
  line-height: 1.2;
  margin-bottom: 20px;
  text-align: center;
}

.banner-content p {
  font-size: 18px;
  line-height: 1.7;
  max-width: 100%;
  text-align: center;
}


/* MOBILE */
@media (max-width: 768px) {
  .banner-content {
    top: 50%;
    padding: 0 15px;
  }

  .banner-content h1 {
    font-size: 34px;
  }

  .banner-content p {
    font-size: 16px;
  }
}



/*
.banner-overley {

    position: absolute;

    bottom: 106px;

    left: 0;

    width: 100%;



}*/



/*.banner-btn {

    display: flex;

    justify-content: space-between;

    align-items: center;

}*/

.banner-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 60px;
    width: 80%;
}

.scroll-explore {

    font-size: 14px;

    color: #8F8F8F;

    font-family: var(--snd-font);

    text-transform: uppercase;

    text-decoration: none;

}



.scroll-explore img {

    margin-right: 19px;

}



.lets-talk {

    background: var(--gradient);

    display: inline-block;

    font-size: 14px;

    font-weight: 500;

    padding: 15px 20px;

    color: var(--fade);

    text-decoration: none;

    text-transform: uppercase;

    border-radius: 44px;

    letter-spacing: 2.5px;

    position: relative;

    z-index: 1;

}



.lets-talk:before {

    content: '';

    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #674600, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);

    position: absolute;

    top: -2px;

    left: -2px;

    background-size: 400%;

    z-index: -1;

    filter: blur(5px);

    width: calc(100% + 4px);

    height: calc(100% + 4px);

    animation: glowing 20s linear infinite;

    opacity: 0;

    transition: opacity .3s ease-in-out;

    border-radius: 44px;

}



.lets-talk:active {

    color: #000

}



.lets-talk:active:after {

    background: transparent;

}



.lets-talk:hover:before {

    opacity: 1;

}



.lets-talk:after {

    z-index: -1;

    content: '';

    position: absolute;

    width: 100%;

    height: 100%;

    background: var(--gradient);

    left: 0;

    top: 0;

    border-radius: 44px;

}



@keyframes glowing {

    0% {

        background-position: 0 0;

    }



    50% {

        background-position: 400% 0;

    }



    100% {

        background-position: 0 0;

    }

}



/* banner sec end */





/* about sec start */

.heading-span {

    color: var(--grey);

    font-weight: 400;

    font-size: 14px;

    text-transform: uppercase;

    display: flex;

    position: relative;

    padding-left: 12px;

}



.heading-span::before {

    content: "";

    width: 2px;

    height: 100%;

    background-color: var(--blue);

    display: flex;

    position: absolute;

    left: 0;

    top: 0;

}



.heading {

    font-family: var(--snd-font);

    font-size: 50px;

    font-weight: 400;

}



.heading span {

    font-weight: 700;

    background: var(--gradient);

    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;

}



.about-icons img {

    margin-right: 25px;

}



.about-icons {

    font-size: 16px;

    font-weight: 600;

    color: var(--black);

}



.about-para {

    font-size: 16px;

    font-weight: 300;

    color: var(--black);

}



/* about sec end */



/* services sec start */

.service-area {

    padding: 49px 49px 60px;

    border: 1px solid var(--bd-color);

    position: relative;

    transition: 0.5s ease-out;

    overflow: hidden;

    min-height: 307px;

}

div#six-srv {
    padding: 0px;
}

.service-area::after {

    content: "";

    position: absolute;

    bottom: -40px;

    right: -40px;

    width: 100px;

    height: 100px;

    background: var(--gradient);

    border-radius: 100%;

    z-index: -1;

    opacity: 0;

    visibility: hidden;

    transition: 0.2s ease-out;

}



.service-area:hover::after {

    opacity: 1;

    visibility: visible;

    bottom: 0;

    right: 0;

    width: 100%;

    height: 100%;

    transition: 0.5s ease-out;

    border-radius: 0%;

}



.sr-icon {

    padding-bottom: 34px;

    filter: none;

    transition: 0.5s ease-out;

}



.sr-icon img {

    filter: none;

    transition: 0.5s ease-out;

}



.service-area:hover .sr-icon img {

    filter: brightness(0) invert(1);

    transition: 0.5s ease-out;

}



.service-area h4 {

    font-size: 18px;

    color: var(--black);

    font-weight: 600;

    margin-bottom: 34px;

    transition: 0.5s ease-out;

}



.service-area:hover h4 {

    color: var(--fade);

    transition: 0.5s ease-out;

}



.service-area p {

    font-size: 16px;

    color: var(--black);

    font-weight: 300;

    margin-bottom: 0;

    transition: 0.5s ease-out;

}



.service-area:hover p {

    color: var(--fade);

    transition: 0.5s ease-out;

}



.service-area a {

    position: absolute;

    bottom: 10px;

    right: 10px;
    padding: 20px;

}



.service-area:hover a {

    filter: brightness(0) invert(1);

    transition: 0.5s ease-out;

}



.section-para {

    font-weight: 300;

    font-size: 16px;

    color: var(--black);

    margin: 0;

}



#fst-srv .service-area {

    border-bottom-left-radius: 0;

    border-bottom-right-radius: 0;

}



#snd-srv .service-area {

    border-top-right-radius: 0;

    border-top-left-radius: 0;

    border-top-color: transparent;

    border-bottom-right-radius: 0;

}



#trd-srv .service-area {

    border-radius: 0;

    border-left-color: transparent;

}



#fiv-srv .service-area {

    border-bottom-left-radius: 0;

    border-top-left-radius: 0;

    border-left-color: transparent;

}



#fst-srv {

    padding-right: 0;

}



#snd-srv {

    padding-right: 0;

}



iv#fst-srv {

    padding-right: 0;

}



#trd-srv {

    padding-left: 0;

    padding-right: 0;

}

div#odd-srv .service-area {
    border-left: none;
}

div#six-srv .service-area {
    border-left: none;
}

#fiv-srv {

    padding-left: 0;

    padding-right: 0;

}



.service-btn {

    display: flex;

    align-items: end;

    justify-content: end;

    height: 100%;

}



.services-sec {

    padding-top: 50px;

}



/* services sec end */



/* vission sec start */

.vission-sec {

    background-color: var(--color-bg);

}



.vi-slide-item {

    background-color: var(--fade);

    padding: 26px 26px 40px;

    border-radius: 25px;

    position: relative;

    z-index: 1;

    overflow: hidden;

}



.vi-slide-item::after {

    content: "";

    position: absolute;

    bottom: -40px;

    right: -40px;

    width: 100px;

    height: 100px;

    background: var(--gradient);

    border-radius: 100%;

    z-index: -1;

    opacity: 0;

    visibility: hidden;

    transition: 0.2s ease-out;

}



.vi-slide-item:hover::after {

    opacity: 1;

    visibility: visible;

    bottom: 0;

    right: 0;

    width: 100%;

    height: 100%;

    transition: 0.5s ease-out;

    border-radius: 0%;

}



.vi-slide-item a {

    text-decoration: none;

}



.vi-slide-item img {

    margin-bottom: 35px;

}



.vi-slide-item h5 {

    font-size: 14px;

    font-weight: 400;

    color: var(--grey);

    text-transform: uppercase;

    letter-spacing: 2px;

}



.vi-slide-item:hover h5 {

    color: var(--fade);

    transition: 0.5s ease-out;

}



.vi-slide-item h3 {

    font-size: 20px;

    font-weight: 600;

    color: var(--black);

}



.vi-slide-item:hover h3 {

    color: var(--fade);

    transition: 0.5s ease-out;

}



.vission-slider {

    position: relative;

}



.custom-nav {

    display: flex;

    gap: 40px;

    justify-content: end;

}



.custom-nav button {

    position: relative;

    border: none;

    padding: 0;

    background-color: transparent;

    z-index: 1;

}



.custom-nav button::after {

    content: "";

    position: absolute;

    top: -8px;

    left: -6px;

    width: 42px;

    height: 42px;

    background: var(--gradient);

    z-index: -1;

    border-radius: 50%;

    transform: scale(0);

    transition: 0.3s ease-in;

}



.custom-nav button:hover::after {

    transform: scale(1);

    transition: 0.3s ease-in;

}



.custom-nav button:hover img {

    filter: brightness(0) invert(1);

}



/* vission sec end */



/* seclls sec start */

.up-scell-sec {

    background-color: var(--color-bg);

    position: relative;

}



.scelss-area {

    display: grid;

    grid-template-columns: repeat(5, 1fr);

    gap: 38px;

}



.sels-icon {

    display: flex;

    flex-direction: column;

    padding: 50px 40px;

    background: #fff;

    align-items: center;

    justify-content: center;

}



.sels-icon img {

    width: 48px;

    margin: 0 auto;

}



.sels-icon h6 {

    margin: 28px 0 0;

    font-size: 16px;

    font-weight: 600;

    color: var(--blue);

    text-align: center;

}



#fst-sel .sels-icon {

    height: 233px;

}



#snd-sel .sels-icon {

    height: 443px;

}



#trd-sel .sels-icon {

    height: 839px;

}



#frd-sel .sels-icon {

    height: 443px;

}



#fiv-sel .sels-icon {

    height: 221px;

}



.cel-1 {

    height: 586px;

    background: var(--fade);

    margin-top: 19px;

}



.cel-2 {

    height: 378px;

    background: var(--fade);

    margin-top: 19px;

}



.cel-4 {

    height: 378px;

    background: var(--fade);

    margin-top: 19px;

}



.cel-5 {

    height: 599px;

    background: var(--fade);

    margin-top: 19px;

}



.img-vector {

    position: absolute;

    bottom: 0;

    left: -48px;

}



/* scels sec end */



/* blog sec start */

.blog-item {

    display: flex;

    gap: 22px;

}



.blog-content span img {

    width: 14px !important;

}



.blog-img img {

    width: 196px !important;

}



.blog-content span {

    display: flex;

    gap: 8px;

    font-size: 14px;

    font-weight: 400;

    letter-spacing: 1px;

    color: var(--grey);

    margin-bottom: 25px;

}



.blog-content h4 {

    color: var(--black);

    font-size: 20px;

    font-weight: 600;

    line-height: 25px;

    margin-bottom: 25px;

}



.read-more {

    font-size: 12px;

    text-transform: uppercase;

    font-weight: 700;

    display: flex;

    gap: 10px;

    text-decoration: none;

    color: var(--black);

}



.read-more img {

    width: 10px !important;

    transition: 0.5s ease-out;

}



.read-more:hover img {

    transform: rotate(45deg);

    transition: 0.5s ease-out;

}



/* blog sec end  */



/* contact sec start */

.contact-sec {

    background-color: var(--color-bg);

}



.contact-list {

    padding: 0;

    margin: 0;

    display: flex;

    flex-direction: column;

    gap: 56px;

}



.contact-list li {

    display: flex;

    gap: 27px;

    align-items: baseline;

}



.contact-list li p {

    font-size: 16px;

    font-weight: 300;

    color: var(--black);

    margin: 0;

}



.contact-list li a {

    font-size: 16px;

    font-weight: 300;

    color: var(--black);

    margin: 0;

    text-decoration: none;

}



.contact-list li .call {

    font-weight: 600;

    font-size: 16px;

    color: var(--black);

}



.contact-img {

    position: relative;

    display: block;

    margin-top: 112px;

    width: 536px;

    transition: 0.5s ease-out;

    border-radius: 20px;

}



.contact-img img {

    width: 100%;

}



.contact-img span {

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    width: 132px;

    height: 132px;

    background-color: #00000087;

    border: 1px solid #fff;

    line-height: 132px;

    color: #fff;

    text-align: center;

    border-radius: 50%;

}



.contact-img:hover {

    box-shadow: 1px 3px 10px #3f3f3f;

    transition: 0.5s ease-out;

}



.contact-form {

    margin-top: 42px;

}



.form-group label {

    font-size: 14px;

    font-weight: 500;

    color: var(--black);

    letter-spacing: 1.2px;

    margin-bottom: 12px;

    text-transform: uppercase;

}



.form-group input {

    height: 45px;

    background-color: var(--fade);

    border-radius: 10px;

    box-shadow: none !important;

    outline: none;

    border: none;

    padding: 0 24px;

}



.form-select {

    height: 45px;

    background-color: var(--fade);

    border-radius: 10px;

    box-shadow: none !important;

    outline: none;

    border: none;

    padding: 0 24px;

    font-size: 14px;

    font-weight: 300;

    color: var(--plasholder-color);

}



.form-group textarea {

    height: 85px;

    padding: 15px 24px;

}



.form-group input::placeholder {

    font-size: 14px;

    font-weight: 300;

    color: var(--plasholder-color);

}



.form-group textarea::placeholder {

    font-size: 14px;

    font-weight: 300;

    color: var(--plasholder-color);

}



.form-group {

    margin-bottom: 32px;

}



.form-submit {

    display: flex;

    justify-content: end;

    gap: 0px;

}



.clear {

    font-size: 14px;

    font-weight: 500;

    letter-spacing: 1.2px;

    color: var(--black);

    text-transform: uppercase;

    padding: 0;

}



.submit {

    outline: none;

    border: none;

    background-color: transparent;

    width: 148px;

}



.contact-more-video {

    font-size: 12px;

    font-weight: 700;

    text-transform: uppercase;

    text-decoration: none;

    letter-spacing: 0.5px;

    display: inline-block;

    margin-top: 54px;

    color: var(--black);

}



.contact-more-video img {

    margin-left: 8px;

}



/* contact sec end */



/* footer sec start */

footer {

    background-image: url(../images/footer-bg.png);

    background-repeat: no-repeat;

    background-size: cover;

    padding-top: 73px;

}



.footer-list {

    padding: 0;

    margin: 0;

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 47px;

}



.footer-list li a {

    font-size: 16px;

    font-weight: 300;

    color: var(--fade);

    text-decoration: none;

}



.social-list {

    display: flex;

    align-items: center;

    justify-content: end;

    gap: 36px;

    list-style: none;

    padding: 0;

    margin: 0;

}



.social-list li a {

    display: inline-block;

    position: relative;

    z-index: 1;

}



.social-list li a:before {

    content: '';

    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);

    position: absolute;

    top: -2px;

    left: -2px;

    background-size: 400%;

    z-index: -1;

    filter: blur(5px);

    width: calc(100% + 4px);

    height: calc(100% + 4px);

    animation: glowing 20s linear infinite;

    opacity: 0;

    transition: opacity .3s ease-in-out;

    border-radius: 44px;

}



.social-list li a:active {

    color: #000

}



.social-list li a:active:after {

    background: transparent;

}



.social-list li a:hover:before {

    opacity: 1;

}



.copyright {

    font-size: 16px;

    font-weight: 300;

    color: var(--plasholder-color);

    margin: 0;

    text-align: right;

}



.copyright-area {

    background-color: #000;

    padding: 37px 0;

    margin-top: 75px;

}



.quick-links {

    display: flex;

    align-items: center;

    gap: 42px;

    padding: 0;

    margin: 0;

    list-style: none;

}



.quick-links li a {

    font-size: 16px;

    font-weight: 300;

    color: var(--plasholder-color);

    text-decoration: none;

}



.footer-bottom {

    gap: 55px;

}



.scroll-top {

    background: transparent;

    border: none;

    position: relative;

    z-index: 1;

    opacity: 0;

    visibility: hidden;

}

.scroll-top.show {

  opacity: 1;

  visibility: visible;

}



.scroll-top:before {

    content: '';

    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);

    position: absolute;

    top: -2px;

    left: -2px;

    background-size: 400%;

    z-index: -1;

    filter: blur(5px);

    width: calc(100% + 4px);

    height: calc(100% + 4px);

    animation: glowing 20s linear infinite;

    opacity: 0;

    transition: opacity .3s ease-in-out;

    border-radius: 44px;

}



.scroll-top:active {

    color: #000

}



.scroll-top:active:after {

    background: transparent;

}



.scroll-top:hover:before {

    opacity: 1;

}



/* footer sec end */



/* inner banner sec start */

.inner-banner-sec{

    position: relative;

}

.inner-banner-sec::after {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 200px;

    z-index: 1;

    background: linear-gradient(180deg, #030116, transparent);

}

/* inner banner sec end  */



/* blog page sec start */

.blog-page-sec .blog-item {

    flex-direction: column;

    padding: 30px;

    border: 1px solid var(--bd-color);

    border-radius: 20px;

    margin-bottom: 30px;

}

.blog-page-sec .blog-item .blog-img img {

    width: 100% !important;

}

.blog-page-sec .blog-item .blog-content{

    margin-top: 30px;

}

.blog-page-sec{

    padding-bottom: 70px;

}

.snd-heading{

    font-family: var(--snd-font);

    font-weight: 400;

}

.blog-page-sec p a{

    color: var(--blue);

    text-decoration: none;

}

/* blog page sec end */



/* contact sec start */

.contact-box {

  text-align: center;

}

.contact-icon {

    width: 100px;

    height: 100px;

    background: var(--gradient);

    border-radius: 50%;

    line-height: 100px;

    margin: 0 auto 20px;

}

.contact-icon img {

    filter: invert(1);

    width: 40px;

}

.contact-box h3 {

    font-size: 24px;

    margin-bottom: 10px;

    font-family: var(--snd-font);

}

.contact-box p {

  color: #666;

  font-size: 16px;

  margin: 5px 0;

}

.contact-box strong {

  color: #333;

}

.contact-form-sec .form-group textarea {

    height: 200px;

    padding: 15px 24px;

}

.contact-location {

    margin-bottom: -6px;

}

/* contact sec end */


/* service page sec start */
.service-heading p {
    font-size: 16px;
    font-weight: 300;
    width: 84%;
    text-align: center;
    margin: 0 auto;
    line-height: 28px;
}
.service-heading p span{
    font-weight: 700;
    color: var(--blue);
}
.services-page-sec .service-area a{
    position: relative;
    top: auto;
    right: auto;
    text-decoration: none;
}
.main-services .col-lg-4:nth-child(even) .service-area {
    background-color: rgb(221 221 221 / 26%);
    border-color: rgba(221, 221, 221, 1);
}
.main-services .service-area{
    margin-bottom: 30px;
    min-height: 352px;
}
/* service page sec end */

/* case deatils sec start */
.case-logo-area div {
    width: 190px;
    height: 190px;
    object-fit: cover;
    border-radius: 50%;
    background-color: rgba(13, 77, 160, 1);
    display: flex;
    align-items: center;
    justify-content: center;
}
.case-logo-area {
    width: 212px;
    height: 212px;
    background: #fff;
    margin: 0 auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.case-logo h5{
    font-weight: 300;
    text-align: center;
    color: var(--black);
    font-size: 24px;
}
.case-logo {
    position: relative;
    margin-top: -135px;
}
.img-hand {
    width: 83px;
    margin: 0 auto 23px;
}
.case-heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.case-sm-heading {
    font-size: 24px;
    font-weight: 600;
    width: 60%;
    text-align: center;
    color: var(--black);
}
.case-heading p {
    font-size: 16px;
    font-weight: 300;
    color: var(--black);
    line-height: 25px;
    text-align: center;
    width: 60%;
    margin: 28px 0 0;
}
.case-slide-content h5{
    font-size: 16px;
    font-weight: 700;
    color: var(--black);
}
.case-slide-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(2, 196px);
    gap: 8px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--bd-color);
}
.case-slide-content ul li img{
    margin-right: 5px;
}
.case-slide-content {
    padding-left: 30px;
}
.case-slide-content p{
    font-size: 16px;
    font-weight: 300;
    color: var(--black);
    line-height: 30px;
    margin-top: 20px;
}
.mt-ab {
    margin-top: 30px;
}
.testimonial-area{
    background-image: url(../images/footer-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 25px;
    padding: 40px;
    position: relative;
}
.quote {
    position: absolute;
    top: -39px;
    left: 100px;
}
.testimonial-area h2{
    font-weight: 700;
    font-size: 25px;
    color: var(--fade);
    text-align: center;
}
.img-testi {
    display: table;
    margin: 25px auto 25px;
}
.testi-heading h3{
    font-size: 16px;
    font-weight: 700;
    color:var(--fade);
}
.testi-heading h5{
    font-size: 16px;
    font-weight: 300;
    color:var(--fade); 
}
.testi-item p{
    font-size: 16px;
    font-weight: 300;
    color: var(--fade);
    margin: 0;
}
.review-list{
    display: flex;
    list-style: none;
    color: #fff;
    padding: 0;
    margin: 0;
    gap: 5px;
}
.testi-item {
    display: flex;
    gap: 67px;
    justify-content: center;
    align-items: center;
}
.test-pera {
    width: 430px;
}
.test-pera {
    position: relative;
}
.test-pera::after {
    content: "";
    position: absolute;
    top: 0;
    right: -32px;
    width: 1px;
    height: 100%;
    background-color: var(--bd-color);
}
.test-pera::before {
    content: "";
    position: absolute;
    top: 0;
    left: -32px;
    width: 1px;
    height: 100%;
    background-color: var(--bd-color);
}

/* case deatils sec end */





.animate-text {

    opacity: 0;

    transform: translateY(20px);

    transition: all 0.6s ease-out;

}



.animate-text.active {

    opacity: 1;

    transform: translateY(0);

}



.slide-left {

    opacity: 0;

    transform: translateX(-30px);

    transition: all 0.6s ease-out;

}



.slide-left.active {

    opacity: 1;

    transform: translateX(0);

}


/* SECTION TITLE */
.section-title {
  text-align: center;
  font-size: 32px;
  margin-bottom: 40px;
}

/* CAREER SECTION */
.career-section {
  padding: 60px 8%;
}

/* JOB GRID */
.job-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* JOB CARD */
.job-card {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
}

.job-card:hover {
  transform: translateY(-8px);
}

.job-card h3 {
  margin-bottom: 15px;
  font-size: 22px;
}

.job-card p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 25px;
}

/* APPLY BUTTON */
.apply-btn {
  background: var(--gradient);
  color: #fff;
  border: none;
  padding: 12px 22px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 15px;
}

.apply-btn:hover {
  background: #084298;
}

/* APPLY FORM SECTION */
.apply-section {
  padding: 60px 8%;
  background: #ffffff;
}

.apply-form {
  max-width: 600px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.apply-form input,
.apply-form textarea {
  padding: 14px;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 14px;
}

.apply-form button {
  background: var(--gradient);
  color: #fff;
  padding: 14px;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
}

.apply-form button:hover {
  background: #146c43;
}

.apply-section {
  padding: 70px 8%;
  background: #f8fafc;
}

.section-title {
  text-align: center;
  font-size: 32px;
  margin-bottom: 10px;
}

.section-subtitle {
  text-align: center;
  font-size: 15px;
  color: #666;
  margin-bottom: 40px;
}

.apply-form {
  max-width: 700px;
  margin: auto;
  background: #fff;
  padding: 35px;
  border-radius: 14px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

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

.form-group label {
  display: block;
  font-size: 14px;
  margin-bottom: 6px;
  font-weight: 600;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 14px;
  border-radius: 8px;
  border: 1px solid #d1d5db;
  font-size: 14px;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #0d6efd;
}

.submit-btn {
  width: 100%;
  padding: 15px;
  background: var(--gradient);
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 10px;
}

.submit-btn:hover {
  background: #084298;
}

section.contact-us.section-padding {
    padding: 60px;
}

.Thank h1 {
    text-align: center;
}

.Thank p {
    text-align: center;
}

.Thank a {
    display: table;
    margin: auto;
}

/* Mobile */
@media (max-width: 600px) {
  .apply-form {
    padding: 25px;
  }
}


/* RESPONSIVE */
@media (max-width: 992px) {
  .job-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

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