* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
    padding-top: 70px;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.hidden {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.hidden.in-view {
    opacity: 1;
    transform: translateY(0);
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 2.5rem;
        padding-left: .5rem;
    }
}


/* Cursor start*/

.cursor {
    position: fixed;
    height: 50px;
    width: 50px;
    border: 1px solid black;
    left: 0;
    top: 0;
    z-index: 999;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    transition: .1s;
}

.cursor2 {
    position: fixed;
    width: 10px;
    height: 10px;
    z-index: 999;
    left: 0;
    top: 0;
    background-color: black;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    transition: all 0.2s ease-out;
}

/* Cursor end*/

  /* Custom Styling */
  .navbar {
    background-color: #ffffff;
    border-bottom: 1px solid #f1f1f1;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1030;
}

.navbar-nav .nav-link {
    color: #000000;
    font-weight: 500;
    font-family: "Sora";
    /* justify-content: space-between; */
    /* display: flex; */
}

.navbar-nav .nav-link:hover {
    color: #F16624;
}

.navbar-nav .active {
    color: #F16624 !important;
}

.contact-us {
  position: relative;
  border: 2px solid black;
  border-radius: 10px;
  width: 170px;
  height: 48px;
  overflow: hidden;
  background-color: transparent;
  text-transform: uppercase;
  color: black;
  font-size: 14px;
  font-family: "Sora";
  font-weight: 700;
  padding: 12px;
}

.contact-us:hover {
  cursor: pointer;
  border: 2px solid #F16624;
  color: white;
  transition: all 0.3s ease-out;
  background-color: transparent;
}

.contact-us .round {
  border-radius: 50%;
  background-color: #F16624;
  position: absolute;
  top: 5px;
  left: 10px;
  z-index: -1;
  animation: scale-down 0.2s forwards;
}

.contact-us.animate .round {
  animation: scale-up 0.5s forwards;
}

@keyframes scale-up {
  to {
      transform: scale(600);
  }
}

@keyframes scale-down {
  from {
      transform: scale(600);
  }

  to {
      transform: scale(0);
  }
}

.navbar-brand img {
    height: 40px;
}

/* Center the navigation links */
.navbar-nav {
    margin: 0 auto;
}

@media (max-width: 575.98px) {
    .navbar-brand img {
        height: 35px;
    }

    .btn-outline-dark {
        width: 100%;
        margin-top: 15px;
    }
}


/* Navigation end */



/* Who we are section css start */

.who-section {
    text-align: center;
    padding: 50px 0;
    position: relative;
    overflow: hidden;
}

.who-section h1 {
    font-size: 25px;
    font-weight: bold;
    color: #000;
    position: relative;
    z-index: 1;
    display: inline-block;
}

.who-section h1::before {
    content: "WHO WE ARE";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: rgba(0, 0, 0, 0.1);
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
    font-size: 50px;

    z-index: -1;
    white-space: nowrap;
}

@media (min-width: 576px) {

    .who-section h1::before {
        font-size: 110px;
    }
}

@media (min-width: 1200px) {
    .who-section h1::before {
        font-size: 150px;
    }

    .who-section h1 {
        font-size: 50px;
    }
}
.text-orange {
    color: #ff5722;
    padding: 20px;
    font-size: 20px;
    font-family: "Sora";
}
.text-orange1 {
    color: #ff5722;
    padding: 70px;
    font-size: 20px;
    font-family: "Sora";
}

.font-weight-bold {
    font-weight: 700;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.who-content {
    color: #8F8F8F;
    font-weight: 300;
    font-family: "Sora";
    font-size: 19px;
}


/* who we are section css end */


/* Mission section css start  */

.mission {
    background: linear-gradient(177.33deg, #FFFFFF -15.06%, #FFCBB3 188%);
}

.mi-section {
    text-align: center;
    padding: 50px 0;
    position: relative;
    overflow: hidden;
}

.mi-section h1 {
    font-size: 25px;
    font-weight: bold;
    color: #000;
    position: relative;
    z-index: 1;
    display: inline-block;
    /* font-family: "Sora"; */
}

.mi-section h1::before {
    content: "OUR MISSION";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: rgba(0, 0, 0, 0.1);
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
    font-size: 48px;

    z-index: -1;
    white-space: nowrap;
}

@media (min-width: 576px) {

    .mi-section h1::before {
        font-size: 110px;
    }
}

@media (min-width: 1200px) {
    .mi-section h1::before {
        font-size: 150px;
    }

    .mi-section h1 {
        font-size: 50px;
    }
}

.mission-text-section {
    text-align: center;
    margin: 20px 0;
}

.mission-text-section h3 {
    line-height: 1.5;
    word-break: break-word;
    color: #F16624;
    font-family: "Sora";
    font-size: 18px;
}

.mission-text {
    text-align: center;
    padding-top: 30px;
    font-family: "Sora";
    color: #8F8F8F;
}

.mission1-text {
    font-family: "Sora";
    color: #8F8F8F;
}

/* Mission section css end */


/* Vision section css start */

.vi-section {
    text-align: center;
    padding: 50px 0;
    position: relative;
    overflow: hidden;
}

.vi-section h1 {
    font-size: 25px;
    font-weight: bold;
    color: #000;
    position: relative;
    z-index: 1;
    display: inline-block;
    /* font-family: "Sora"; */
}

.vi-section h1::before {
    content: "OUR VISSION";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: rgba(0, 0, 0, 0.1);
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
    font-size: 48px;

    z-index: -1;
    white-space: nowrap;
}

@media (min-width: 576px) {

    .vi-section h1::before {
        font-size: 110px;
    }
}

@media (min-width: 1200px) {
    .vi-section h1::before {
        font-size: 150px;
    }

    .vi-section h1 {
        font-size: 50px;
    }
}
.content-section {
    margin: 20px 0;
}

.content-section img {
    max-width: 100%;
    height: auto;
}

.content-section .content {
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    line-height: 30px;
    font-size: 19px;
    font-family: "Sora";
    color: #8F8F8F;
}

h3 {
    color: black;
}

/* Vision section css end */

/* Marquee css start */

.marquee {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.marquee span {
    display: inline-block;
    padding-left: 100%;
    font-size: 70px;
    padding-bottom: 35px;
    /* font-family: "Sora"; */
    color: rgba(0, 0, 0, 0.3);
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    font-weight: 400;
    animation: marquee 20s linear infinite;
}

@keyframes marquee {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(-100%, 0);
    }
}

/* Marquee css end */



/* Connect page css start */

  /* Connect Section Styles */
  .connect {
    background: linear-gradient(179.81deg, #FFCBB2 -505.18%, #FFFFFF 157.66%);
    margin-top: 50px;
    /* padding: 30px 0; */
    /* padding-top: 30px; */
}

.connect-section {
    text-align: center;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}


/* Connect Section Title */
.connect-section h1 {
    font-size: 25px;
    font-weight: bold;
    color: #000;
    position: relative;
    z-index: 1;
    display: inline-block;
}

.connect-section h1::before {
    content: "CONNECT";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: rgba(0, 0, 0, 0.1);
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
    font-size: 63px;
    z-index: -1;
    white-space: nowrap;
    /* padding-bottom: 10%; */
}

/* Responsive adjustments */
@media (min-width: 576px) {
    .connect-section h1::before {
        font-size: 110px;
    }
}

@media (min-width: 1200px) {
    .connect-section h1::before {
        font-size: 150px;
        /* padding-bottom: 10%; */
    }

    .connect-section h1 {
        font-size: 50px;
    }
}

.orange-box {
    background-color: #F16624;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: white;
    padding: 20px;
    text-align: center;
    font-family: "sora";
}

.contact-box {
    padding: 20px;
    background-color: white;
}

.footer-text {
    font-size: 19px;
    font-weight: 700;
    line-height: 1.5;
  
}

/* Google Map Button Styles */
.google-map-btn {
    border: 2px solid black;
    border-radius: 10px;
    width: 170px;
    height: 48px;
    background-color: transparent;
    color: black;
    font-size: 14px;
    font-weight: 700;
    position: relative;
}

.google-map-btn:hover {
    cursor: pointer;
    border-color: #F16624;
    background-color: #F16624;
    color: white;
    transition: all 0.3s ease-out;
}

.google-map-btn .google-round {
    border-radius: 50%;
    background-color: #F16624;
    position: absolute;
    top: 5px;
    left: 10px;
    z-index: -1;
    animation: scale-down 0.2s forwards;
}
p{
  font-family: "sora";
}

/* Footer Styles */
footer {
    background-color: black;
    padding: 10px 0;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    flex-wrap: wrap;
    font-family: "sora";
}

.copy {
    font-size: 18px;
    margin-bottom: -9px;
}

.social-icons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 0px;
}


.social-icons .button {
    margin-right: 10px;
}

.social-icons a {
    color: white;
    text-decoration: none;
}

.social-icons .surat {
    margin-left: 10px;
    color: white;
    font-size: 18px;
}

/* Tooltip Styles */
.tool {
    position: relative;
    cursor: help;
    text-align: center;
}

.tool::before,
.tool::after {
    left: 50%;
    opacity: 0;
    position: absolute;
    z-index: -100;
}

.tool:hover::before,
.tool:focus::before,
.tool:hover::after,
.tool:focus::after {
    opacity: 1;
    transform: scale(1) translateY(0);
    z-index: 100;
}

.tool::after {
    background: #3E474F;
    border-radius: .25em;
    bottom: 130%;
    color: #EDEFF0;
    content: attr(data-tip);
    margin-left: -1.75em;
    transition: all .65s cubic-bezier(.84, -0.18, .31, 1.26) .2s;
    transform: scale(.6) translateY(50%);
    width: 5.5em;
}



/* connect page css end */

:root {
    --animate-duration: 800ms;
    --animate-delay: 0.9s;
}

.animate__animated.animate__slideInLeft {
    --animate-duration: 4s;
}

.animate__animated.animate__slideInRight {
    --animate-duration: 4s;
}

.animate__animated.animate__jackInTheBox {
    --animate-duration: 4s;
    opacity: 0.5s;
}

.animate__animated.animate__fadeIn {
    --animate-duration: 10s;
}

.animate__animated.animate__fadeInLeft {
    --animate-duration: 10s;
}

.animate__animated.animate__fadeInRight {
    --animate-duration: 10s;
}

.animate__animated.animate__bounceIn {
    --animate-duration: 10s;
}