/* Responsive Images */
img {
  max-width: 100%;
  height: auto;
}

/* Specific responsive adjustments */
.footer_logo {
  max-width: 200px;
  height: auto;
}

.navbar-brand img {
  max-height: 55px;
  width: auto;
}

/* Skip Link for Accessibility */
.skip-link {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  background: #000;
  color: white;
  padding: 8px;
  text-decoration: none;
  z-index: 1000;
  border-radius: 4px;
  font-weight: bold;
}

.skip-link:focus {
  position: absolute;
  left: 6px;
  top: 6px;
  width: auto;
  height: auto;
  padding: 8px;
  color: white;
  background: #000;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
  overflow: visible;
}
  margin: 0;
  overflow: visible;
}

/* Focus styles for accessibility */
*:focus {
  outline: 2px solid #007bff;
  outline-offset: 2px;
}

/* Skip link target focus */
#main-content:focus {
  outline: 2px solid #007bff;
  outline-offset: 2px;
}

/* Compact form modal styles */
#contactform .modal-dialog {
  max-height: 90vh;
  overflow-y: auto;
  margin-top: 2vh !important;
  margin-bottom: 0 !important;
}

/* Position modal at top of viewport */
#contactform.modal {
  padding-top: 0 !important;
}

#contactform .modal.show .modal-dialog {
  transform: translateY(0) !important;
}

/* Override conflicting wrap-contact100 positioning */
#contactform .wrap-contact100 {
  top: 0 !important;
  margin-top: 0 !important;
  position: relative !important;
}

/* Responsive top positioning */
@media (max-width: 768px) {
  #contactform .modal-dialog {
    margin-top: 1vh !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}

@media (min-width: 769px) {
  #contactform .modal-dialog {
    margin-top: 3vh !important;
  }
}

#contactform .modal-body {
  max-height: 70vh;
  overflow-y: auto;
  padding: 20px;
}

/* Ensure submit button is always visible */
#contactform .modal-footer {
  position: sticky;
  bottom: 0;
  background: white;
  border-top: 1px solid #dee2e6;
  z-index: 10;
}

/* Remove default outline and add custom focus styles */
a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus {
  outline: 2px solid #007bff;
  outline-offset: 2px;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25);
}

/* Ensure focus is visible on navbar items */
.navbar-nav .nav-link:focus {
  background-color: rgba(0, 123, 255, 0.1);
  border-radius: 4px;
}

:root {
  --red: hsl(0, 78%, 62%);
  --cyan: hsl(180, 62%, 55%);
  --orange: hsl(34, 97%, 64%);
  --blue: hsl(212, 86%, 64%);
  --varyDarkBlue: hsl(234, 12%, 34%);
  --grayishBlue: hsl(229, 6%, 66%);
  --veryLightGray: hsl(0, 0%, 98%);
  --weight1: 200;
  --weight2: 400;
  --weight3: 600;
}

:after,
:before,
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: 'Rajdhani', sans-serif;

  > a .arrow {
    --arrow-size: 3rem;
  }
}

a {
  color: rgb(27, 68, 189);
  text-decoration: none;
  
  &:hover {
    color: rgb(22, 20, 20);
  }
}

p a {
  font-size: 1.25rem;
}

.navbar-collapse {
  float: right;
  flex-grow: 0;
}

.nav-item a {
  font-size: 25px;
  font-weight: bold;
}
.container-fluid a {
  font-size: 1.2em;
  font-weight: bold;
}

.modal-header button {
  font-size: 40px;
}

h2 {
  line-height: 1.1;
  font-weight: 20;
}

.first_slide {
  background-image: url(images/first_waypoint_home_1.jpg);
}
.second {
  background-image: url(images/first_waypoint_home.jpg);
}

.testimony {
  width: 1079px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 45px;
}

.hero-style {
  height: 850px;
  transition: all .4s ease;
}

.hero-slider {
  width: 100%;
  height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}

.hero-slider .swiper-slide {
  overflow: hidden;
  color: #fff;
}

.hero-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.hero-slider .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  background: transparent;
  width: 55px;
  height: 55px;
  line-height: 53px;
  margin-top: -30px;
  text-align: center;
  border: 2px solid #d4d3d3;
  border-radius: 55px;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
}

.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.hero-slider .swiper-button-prev::before {
  font-family: "Font Awesome 5 Free";
  content: "\f060";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-button-next {
  right: 25px;
  transform: translateX(-50px);
}

.hero-slider .swiper-button-next::before {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  text-align: left;
  line-height: 12px;
  font-size: 12px;
  color: #000;
  opacity: 0.3;
  background: #fff;
  transition: all .2s ease;
}

.hero-slider .swiper-pagination-bullet-active {
  opacity: 1;
}

.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
  bottom: 30px;
}

.swiper-pagination {
  text-align: left;
}

.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 50px;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
}

.hero-style .slide-title,
.hero-style .slide-text,
.hero-style .slide-btns {
  max-width: 690px;
}

.hero-style .slide-title h2 {
  font-size: 100px;
  font-weight: 600;
  line-height: 1;
  color: #ffffff;
  margin: 0 0 40px;
  text-transform: capitalize;
  transition: all .4s ease;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8), 0 0 10px rgba(0, 0, 0, 0.6);
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3));
  padding: 20px;
  border-radius: 10px;
  backdrop-filter: blur(5px);
}

.hero-style .slide-text p {
  opacity: 1;
  font-family: Rajdhani;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: normal;
  color: #ffffff;
  margin: 0 0 40px;
  transition: all .4s ease;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8), 0 0 10px rgba(0, 0, 0, 0.6);
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2));
  padding: 15px;
  border-radius: 8px;
  backdrop-filter: blur(3px);
}
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.9);
  background: rgba(0, 0, 0, 0.4);
  padding: 15px;
  border-radius: 8px;
}


.hero-style .slide-btns>a:first-child {
  margin-right: 10px;
}

.theme-btn,
.theme-btn-s2 {
  background-color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  color: #2b3b95;
  padding: 9px 32px;
  border: 0;
  border-radius: 3px;
  text-transform: uppercase;
  display: inline-block;
  line-height: initial;
  transition: all .4s ease;
}

a {
  text-decoration: none;
  transition: all 0.2s ease;
}

.theme-btn-s2 {
  background-color: rgba(255, 255, 255, 0.9);
  color: #131e4a;
}

.theme-btn:hover,
.theme-btn-s2:hover,
.theme-btn:focus,
.theme-btn-s2:focus,
.theme-btn:active,
.theme-btn-s2:active {
  background-color: #2b3b95;
  color: #fff;
}

.theme-btn-s3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
  text-transform: uppercase;
}

i.fa-chevron-circle-right {
  height: 22px;
  width: 22px;
}

a:hover {
  text-decoration: none;
}

/*-------------------------What we do section ----------------*/
.what_we_do {
  background-color: #fff;
}



/*---------------
.star-decor {
  padding-top: 3vw;
  padding-bottom: 1vw;
  text-align: center;
  font-size: 5em;
}
-----------------*/

.section-heading p {
  font-size: 1.5em;
}


.d-flex {
  height: 20vh
}

.box p {
  color: #34515e;
  font-size: 20px;
}

.box h2 {
  text-align: center;
}

.box {
  box-shadow: 0px 30px 40px -20px var(--grayishBlue);
  padding: 10px;
  margin: 20px;
}


.arrow {
  --arrow-size: 1em;
  --arrow-color: rgb(11, 64, 156);
  --arrow-color-hover: rgba(77, 70, 70, 0.5);
  position: relative;
  display: inline-flex;
  vertical-align: middle;
  width: var(--arrow-size);
  height: var(--arrow-size);
  overflow: hidden;
  
  &::after {
    content: '';
    position: absolute;
    top: 50%;
    box-sizing: border-box;
    display: inline-block;
    width: calc( var(--arrow-size) * .7071);
    height: calc( var(--arrow-size) * .7071);
    border-top: calc( var(--arrow-size) / 5 ) solid var(--arrow-color);
    transition: all 150ms ease-in-out;
  }
  
  &.left {
    &::after {
      left: calc( var(--arrow-size) / 5 );
      border-left: calc( var(--arrow-size) / 5 ) solid var(--arrow-color);
      transform-origin: top left;
      rotate: -45deg;
    }

    &:hover::after {
      box-shadow: calc( var(--arrow-size) / -8 ) calc( var(--arrow-size) / -8 ) 0 var(--arrow-color);
    }
  }

  &.right {
    &::after {
      right: calc( var(--arrow-size) / 5 );
      border-right: calc( var(--arrow-size) / 5 ) solid var(--arrow-color);
      transform-origin: top right;
      rotate: 45deg;
    }

    &:hover::after {
      box-shadow: calc( var(--arrow-size) / 8 ) calc( var(--arrow-size) / -8 ) 0 var(--arrow-color);
    }
  }
}

a {
  &:hover .arrow {
    &.left,
    &.right {
      &::after {
        border-color: var(--arrow-color-hover);
      }
    }

    &.left {
      &::after {
        box-shadow: calc( var(--arrow-size) / -8 ) calc( var(--arrow-size) / -8 ) 0 var(--arrow-color);
      }
    }

    &.right {
      &::after {
        box-shadow: calc( var(--arrow-size) / 8 ) calc( var(--arrow-size) / -8 ) 0 var(--arrow-color);
      }
    }
  }
}



/*-----------Footer ----------*/

.first_footer_bkb7i ul li {
  font-family: var(--main-font);
  line-height: none;
  padding-bottom: 10px;
  margin-right: 20px;
  margin-top: 20px;
  opacity: .8;
  padding: 0;
  font-size: 16px;
  line-height: 28px;
  max-width: 900px;
}

.first_footer_bkb7i ul {
  margin: 10px;
}

.first_footer_inner h4 {
  color: black;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 2px;
}

/*-----------------------------*/



.cyan {
  border-top: 3px solid var(--cyan);
}

.red {
  border-top: 3px solid var(--red);
}

.blue {
  border-top: 3px solid var(--blue);
}

.orange {
  border-top: 3px solid var(--orange);
}

h2 {
  color: var(--varyDarkBlue);
  font-weight: var(--weight3);
}



/*------------------Testemony-------------------*/
figure.snip1197 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  margin: 10px;
  min-width: 400px;
  max-width: 480px;
  width: 100%;
  color: #333;
  text-align: left;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

figure.snip1197 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

figure.snip1197 img {
  float: right;
  max-width: 40%;
  vertical-align: middle;
  border-radius: 0 8px 8px 0;
}

figure.snip1197 figcaption {
  top: 0;
  bottom: 0;
  left: 0;
  width: 60%;
  position: absolute;
  background-color: #ffffff;
  border-radius: 8px 0 0 8px;
}

figure.snip1197 blockquote {
  position: relative;
  padding: 25px 50px 25px 50px;
  font-size: 0.8em;
  font-weight: 500;
  text-align: left;
  margin: 0;
  line-height: 1.6em;
  font-style: italic;
}

figure.snip1197 blockquote:before,
figure.snip1197 blockquote:after {
  font-family: 'FontAwesome';
  content: "\201C";
  position: absolute;
  font-size: 50px;
  opacity: 0.3;
  font-style: normal;
}

figure.snip1197 blockquote:before {
  top: 25px;
  left: 20px;
}

figure.snip1197 blockquote:after {
  content: "\201D";
  right: 20px;
  bottom: 0px;
}

figure.snip1197 .arrow {
  top: 30px;
  left: 100%;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 25px solid transparent;
  border-top: 25px solid #ffffff;
  margin: 0;
  position: absolute;
}

figure.snip1197 .author {
  position: absolute;
  top: 100%;
  width: 60%;
  padding: 10px 15px;
  color: #4c576e;
  margin: 0;
  text-transform: uppercase;
}

figure.snip1197 .author h5 {
  font-size: 0.8em;
  opacity: 0.8;
  margin: 0;
  font-weight: 800;
  color: #2b3b95;
}

figure.snip1197 .author h5 span {
  font-weight: 400;
  text-transform: none;
  padding-left: 5px;
}


.fa {
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
   left: 50%;
}
/*---------------New contact -----------------*/
.section {
  position: relative;
  width: 900px;
  max-width: 80%;
  border: 2px solid #333;
  border-top: none;
  text-align: center;
  
}

.section h1 {
  position: relative;
  margin-top: -14px;
  display: inline-block;
  letter-spacing: 4px;
}

.top-border{
  position: absolute;
  height: 2px;
  width: 24%;
  background-color: #333;
}

.right {
  right: 0;
}

.left {
  left: 0;
}

.section p {
  width: 61%;
  margin: 20px auto 40px auto;
  line-height: 30px;
}

.section a {
  outline: 0;
  display: inline-block;
  padding: 20px;
  margin-bottom: 40px;
  width: 440px;
  max-width: 80%;
  background-color: #333;
  color: #fff;
  font-size: 22px;
  letter-spacing: 3px;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}

.section a:hover {
  background-color: #1D222D;
}

.section a:link, .section a:visited, .section a:link:hover, .section a:visited:hover {
  text-decoration: none;
  color: #fff;
}

ul,
li {
    margin: 0px;
    list-style-type: none;
}

input {
    outline: none;
    border: none;
}

textarea {
    outline: none;
    border: none;
}

textarea:focus,
input:focus {
    border-color: transparent !important;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder {
    color: transparent;
}

textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

textarea:focus:-moz-placeholder {
    color: transparent;
}

textarea:focus::-moz-placeholder {
    color: transparent;
}

textarea:focus:-ms-input-placeholder {
    color: transparent;
}

input::-webkit-input-placeholder {
    font-family: Poppins-Medium;
    color: #555555;
}

input:-moz-placeholder {
    font-family: Poppins-Medium;
    color: #555555;
}

input::-moz-placeholder {
    font-family: Poppins-Medium;
    color: #555555;
}

input:-ms-input-placeholder {
    font-family: Poppins-Medium;
    color: #555555;
}

textarea::-webkit-input-placeholder {
    font-family: Poppins-Medium;
    color: #555555;
}

textarea:-moz-placeholder {
    font-family: Poppins-Medium;
    color: #555555;
}

textarea::-moz-placeholder {
    font-family: Poppins-Medium;
    color: #555555;
}

textarea:-ms-input-placeholder {
    font-family: Poppins-Medium;
    color: #555555;
}

button {
    outline: none !important;
    border: none;
    background: transparent;
}

button:hover {
    cursor: pointer;
}

iframe {
    border: none !important;
}



.container-contact100 {
    width: 60%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: transparent;
    position: relative;
    z-index: 1;
}

.contact100-map {
    position: absolute;
    z-index: -2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}



.show-wrap-contact100 {
    visibility: visible;
    opacity: 1;
}

.contact100-form {
    max-width: 900px;
    /*--width: 100%;--*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact100-form-title {
    display: block;
    width: 100%;
    font-family: Poppins-Bold;
    font-size: 39px;
    color: #333333;
    line-height: 1.2;
    text-align: left;
    padding-bottom: 44px;
}

.wrap-input100 {
    width: 100%;
    position: relative;
    border-bottom: 2px solid #d9d9d9;
    padding-bottom: 10px;
    margin-bottom: 25px;
}

.rs1-wrap-input100 {
    width: calc((100% - 30px) / 2 );
}

.message-wrap {
  width: calc((100% - 30px));
}

.label-input100 {
    font-family: Poppins-Regular;
    font-size: 15px;
    color: #999999;
    line-height: 1.5;
    padding-left: 5px;
}

.input100 {
    display: block;
    width: 100%;
    background: transparent;
    font-family: Poppins-SemiBold;
    font-size: 18px;
    color: #555555;
    line-height: 1.2;
    padding: 0 5px;
}

.focus-input100 {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.focus-input100::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;

    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;

    background: #ff4b5a;
}

input.input100 {
    height: 40px;
}


textarea.input100 {
    min-height: 80px;
    padding-top: 8px;
    padding-bottom: 8px;
}


.input100:focus+.focus-input100::before {
    width: 100%;
}

.has-val.input100+.focus-input100::before {
    width: 100%;
}


.contact100-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    min-width: 160px;
    height: 50px;
    background-color: #ff4b5a;
    border-radius: 25px;

    font-family: Poppins-Medium;
    font-size: 16px;
    color: #fff;
    line-height: 1.2;

    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;

    box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);
    -moz-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);
    -webkit-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);
    -o-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);
    -ms-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);
}

.contact100-form-btn i {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.contact100-form-btn:hover {
    background-color: #333333;
    box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);
    -webkit-box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);
    -o-box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);
    -ms-box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);
}

.contact100-form-btn:hover i {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
}


@media (min-width: 816px) {
  .wrap-contact100 {
    width: 802px;
    height: 100%;
    background: #fff;
    border-radius: 10px;
    position: relative;
    display: none;
    margin:auto;
    top: -950px;

}

.modal-dialog {
  margin: 0px;
}

.container-contact100-form-btn {
  width: 31%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

#thankyou {
  padding-left: 700px;
}
}

@media (max-width: 992px) {
    .wrap-contact100 {
        padding: 40px 40px 20px 40px;
    }
}

@media (max-width: 768px) {
    .rs1-wrap-input100 {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .wrap-contact100 {
        padding: 30px 15px 20px 15px;
    }
    
    .contact100-form-btn {
        min-height: 50px;
        font-size: 16px;
    }
    
    .modal-header .close {
        font-size: 1.5rem;
        padding: 0.5rem;
    }
}

/* Validation styles for consistent design */
.alert-validate .input100 {
    border-color: #e74c3c !important;
    background-color: #fdf2f2 !important;
}

.alert-validate .focus-input100::before {
    border-color: #e74c3c !important;
}

.alert-validate::after {
    content: attr(data-validate);
    position: absolute;
    max-width: 270px;
    background-color: #e74c3c;
    border: 1px solid #e74c3c;
    color: white;
    padding: 4px 25px 4px 10px;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
    border-radius: 3px;
    font-size: 12px;
    z-index: 100;
}

.alert-validate::before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #e74c3c;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 110;
}

/* Improved responsive design */
@media (max-width: 768px) {
    .alert-validate::after {
        position: static;
        display: block;
        margin-top: 5px;
        right: auto;
        transform: none;
    }
    
    .alert-validate::before {
        display: none;
    }
    
    .modal-dialog {
        margin: 1rem;
    }
    
    .modal-title {
        font-size: 1.25rem;
    }
}



.validate-input {
    position: relative;
}

.alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    max-width: 70%;
    background-color: #fff;
    border: 1px solid #c80000;
    border-radius: 2px;
    padding: 4px 25px 4px 10px;
    top: 58%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 2px;
    pointer-events: none;

    font-family: Poppins-Medium;
    color: #c80000;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;

    visibility: hidden;
    opacity: 0;

    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.alert-validate::after {
    content: "\f06a";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    color: #c80000;
    font-size: 16px;
    top: 58%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 8px;
}

.alert-validate:hover:before {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 992px) {
    .alert-validate::before {
        visibility: visible;
        opacity: 1;
    }
}


.contact100-more {
    font-family: Poppins-Regular;
    font-size: 14px;
    color: #999999;
    line-height: 1.5;
}

.contact100-more-highlight {
    color: #ff4b5a;
}

.contact100-btn-hide {
    color: #333333;
    font-size: 14px;

    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border: 1px solid #ececec;
    border-radius: 50%;
    top: -15px;
    right: -15px;

    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.contact100-btn-hide:hover {
    background-color: #333333;
    color: #fff;
}

.contact100-btn-show {
    color: #fff;
    font-size: 39px;

    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.contact100-btn-show::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -2;
    width: 100%;
    height: 100%;
    background-color: #ff4b5a;
    border-radius: 50%;

    top: 0;
    left: 0;

    box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);
    -moz-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);
    -webkit-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);
    -o-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);
    -ms-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);

    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;

    -webkit-animation: beatbtn 0.9s ease-in-out infinite;
    animation: beatbtn 0.9s ease-in-out infinite;
}


@keyframes beatbtn {
    0% {
        background-color: rgba(255, 75, 90, 1);
        transform-origin: center;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    50% {
        background-color: rgba(255, 75, 90, 0.8);
        transform-origin: center;
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
}

/*--------------Contact form -----------------*/
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}

.pattern {
  color: #000;
}

.contact {
  position: relative;
  width: 50%;
  min-height: 50vh;
  padding: 2rem;
  background-color: #ffffff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}



.form {
  width: 100%;
  max-width: 820px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr)
}


.contact-info-form {
  background-color: #D50000;
  position: relative
}

.circle {
  border-radius: 50%;
  background: linear-gradient(135deg, transparent 20%, #a7323254);
  position: absolute
}

.circle.one {
  width: 130px;
  height: 130px;
  top: 130px;
  right: -40px
}

.circle.two {
  width: 80px;
  height: 80px;
  top: 10px;
  right: 30px
}

.contact-info-form:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  background-color: #D50000;
  transform: rotate(45deg);
  bottom: 66px;
  left: -13px
}

form {
  padding: 2.3rem 2.2rem;
  z-index: 10;
  overflow: hidden;
  position: relative
}

.title {
  color: #fff;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 0.7rem
}

.social-input-containers {
  position: relative;
  margin: 1rem 0
}

.input {
  width: 100%;
  outline: none;
  border: 2px solid #fafafa;
  background: none;
  padding: 0.6rem 1.2rem;
  color: #fff;
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  border-radius: 4px;
  transition: 0.3s
}

textarea.input {
  padding: 0.8rem 1.2rem;
  min-height: 150px;
  border-radius: 4px;
  resize: none;
  overflow-y: auto
}

.social-input-containers label {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  padding: 0 0.4rem;
  color: #fafafa;
  font-size: 0.9rem;
  font-weight: 400;
  pointer-events: none;
  z-index: 1000;
  transition: 0.5s
}

.social-input-containers.textarea label {
  top: 1rem;
  transform: translateY(0)
}

.btn {
  padding: 0.6rem 1.3rem;
  background-color: #fff;
  border: 2px solid #fafafa;
  font-size: 0.95rem;
  color: #0e1312;
  line-height: 1;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  
 
  

}

.btn:hover {
  background-color: transparent;
  color: #fff
}

.social-input-containers span {
  position: absolute;
  top: 0;
  left: 25px;
  transform: translateY(-50%);
  font-size: 0.8rem;
  padding: 0 0.4rem;
  color: transparent;
  pointer-events: none;
  z-index: 500
}

.social-input-containers span:before,
.social-input-containers span:after {
  content: "";
  position: absolute;
  width: 10%;
  opacity: 0;
  transition: 0.3s;
  height: 5px;
  background-color: #d50000;
  top: 50%;
  transform: translateY(-50%)
}

.social-input-containers span:before {
  left: 50%
}

.social-input-containers span:after {
  right: 50%
}

.social-input-containers.focus label {
  top: 0;
  transform: translateY(-50%);
  left: 25px;
  font-size: 0.8rem
}

.social-input-containers.focus span:before,
.social-input-containers.focus span:after {
  width: 50%;
  opacity: 1
}

.contact-info {
  padding: 2.3rem 2.2rem;
  position: relative
}

.contact-info .title {
  color: #d50000
}

.text {
  color: #333;
  margin: 1.5rem 0 2rem 0
}

.social-information {
  display: flex;
  color: #555;
  margin: 0.7rem 0;
  align-items: center;
  font-size: 0.95rem
}

.icon {
  width: 28px;
  margin-right: 0.7rem
}

.social-media {
  padding: 2rem 0 0 0
}

.social-media p {
  color: #333
}

.social-icons {
  display: flex;
  margin-top: 0.5rem
}

.social-icons a {
  width: 35px;
  height: 35px;
  border-radius: 43px;
  background: linear-gradient(45deg, #d50000, #d50000);
  color: #fff;
  text-align: center;
  line-height: 35px;
  margin-right: 0.5rem;
  transition: 0.3s
}

.social-icons a:hover {
  transform: scale(1.05)
}

.contact-info:before {
  content: "";
  position: absolute;
  width: 110px;
  height: 100px;
  border: 22px solid #d50000;
  border-radius: 50%;
  bottom: -77px;
  right: 50px;
  opacity: 0.3
}

.social-information i {
  font-size: 22px;
  margin-bottom: 23px;
  margin-right: 8px;
  color: #cf0606
}

.big-circle {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: linear-gradient(to bottom, #d50000, #cb0b0b);
  bottom: 50%;
  right: 50%;
  transform: translate(-40%, 38%)
}

.big-circle:after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  background-color: #fafafa;
  border-radius: 50%;
  top: calc(50% - 180px);
  left: calc(50% - 180px)
}

.square {
  position: absolute;
  height: 400px;
  top: 50%;
  left: 50%;
  transform: translate(181%, 11%);
  opacity: 0.2
}

/*---------------------------------------------------*/



/*--------------------Project------------------------*/
.project {
  display: flex;
  margin-top: 125px;
  align-items: center;
  justify-content: center;
}

.card {
  margin: 10px;
}











/*---------------Footer-------------------*/
.first_footer {
  background: #f1f5f9;
  margin-top: 20px;
  position: relative;
}

.first_footer_bkb7i {
  margin: auto;
  max-width: 1300px;
  padding: 25px;
}

.first_footer_bkb7i ul li a {
  display: block;
  border-bottom: 1px solid rgb(225, 225, 225);
  padding-bottom: 1px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
  outline: none;
  list-style: none;
  color: #333
}

.first_footer_inner {
  display: flex;
  flex-direction: row;
}



.footer1 {
  display: flex;
  width: 70%;
}

.first_footer_logoholder {
  padding-top: 15px;
  padding-bottom: 10px;
  flex: 2 1 !important;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.first_footer_logoholder p {
  margin-right: 20px;
  margin-top: 20px;
  opacity: .8;
  padding: 0;
  font-size: 16px;
  line-height: 28px;
  max-width: 900px;
}

.footer_inner_logoholder {
  display: block;
}

.footer_social {
  position: relative;
  left: -10px;
  margin-top: 15px;
  text-align: left;
}

.footer_social a {
  padding: 8px;
  opacity: .63;
  margin: 2px;
  display: inline-block;
}

.footer_social a:hover {
  opacity: 1;
  transform: translateY(-2px);
  transition: all 0.3s ease;
}

.firstBottom {
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px solid rgb(225 225 225);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.firstBottom a {
  margin-left: 20px;
  border-bottom: 1px solid rgb(225, 225, 225);
  padding-bottom: 1px;
  font-family: var(--main-font);

}


/*--------------End Footer ----------------*/

/*-------X-Large devices (large desktops, less than 1400px)---*/
@media (max-width: 1399.98px) {
  ...
}


/*---Large devices (desktops, less than 1200px)---*/

@media (max-width: 1199.98px) {

  /*---------------Hero-----------------*/
  .hero-style .slide-title h2 {
    font-size: 75px;
  }

  /*-------------About us --------------*/


}

@media only screen and (min-width: 992px) and (max-width: 1119px) {

  .nav-item a {
    font-size: 20px !important;}
  
  }
  

@media (max-width: 991px) {

  /*--------------Hero---------------*/
  .hero-slider {
    height: 600px;
  }

  .hero-style {
    height: 600px;
  }

  .hero-style .slide-title h2 {
    font-size: 50px;
    margin: 0 0 35px;
  }

  .theme-btn,
  .theme-btn-s2,
  .theme-btn-s3 {
    font-size: 13px;
    padding: 15px 25px;
  }

  .order-lg-1 {
    display: none;
  }

  .col-lg-6 {
    margin-top: 45px;
  }
  /*-------------About us --------------*/

}

@media (min-width: 950px) {
  .row1-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .row2-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .box-down {
    position: relative;
    top: 150px;
  }

  .box {
    width: 27%;

  }

  .header p {
    width: 30%;
  }

}

@media (min-width: 991.98px) {
  /*-------------Hero--------------------*/

  .hero-slider .swiper-container-horizontal>.swiper-pagination-bullets,
  .hero-slider .swiper-pagination-custom,
  .hero-slider .swiper-pagination-fraction {
    /*     display: none; */
  }
}

@media screen and (min-width: 992px) {
  .hero-style .container {
    padding-top: 95px;
  }
}

@media all and (max-width: 992px) {
  .testimony {
    display: ;
    margin-bottom: 45px;
  }
  .display-3 {
    margin-top: 30px;
  }
 
}

/*---Small devices (landscape phones, less than 768px)----483px)--*/
@media only screen and (min-width: 365px) and (max-width: 944px) {
  .item {
    display: flex;
    border: 2px solid green;
    margin: 2%;
    border-radius: 10px;
  }

  .item1 {
    display: flex;
    border: 2px solid green;
    margin: 2%;
    border-radius: 10px;
  }

  .star-decor {
    padding-top: 2vh;
    padding-bottom: 1vh;
    text-align: center;
    font-size: 3em;
    
  }

  .section-heading {
    margin-top: 20px;
    background-image: url(/images/ooorganize.svg);
    background-size: 12% auto;
  }

  .section-heading p {
    
    padding: 15px, 15px;
  }

  .hero-slider {
    height: 500px;
  }

  .hero-slider .swiper-button-prev,
  .hero-slider .swiper-button-next {
    display: none;
  }

  .hero-style {
    height: 500px;
  }

  .hero-style .slide-title h2 {
    font-size: 55px;
    margin: 0 0 30px;
  }

  .hero-style .slide-text p {
   
    font-size: 1.5rem;
    font-weight: normal;
    margin: 0 0 30px;
  }

  .theme-btn,
  .theme-btn-s2 {
    padding: 13px 20px;
    font-size: 13px;

  }

  .box {
    margin:30px; 
  }

  .carousel-inner {
    align-items: center;
    justify-content: center;
  }

  .container {
    max-width: 90%;
}

.img_tower {
  display: none;
}

.d-flex {
  height: 12vh;
 
}

.min-vh-100 {
  min-width: 21vh !important;
  min-height: 74vh !important;
}

.col-md-3 {
  width: 100%;
}

}

@media (max-width: 950px) and (min-width: 450px) {
  .box {
    text-align: center;
    height: 216px;
  }
}


@media screen and (min-width: 900px) {
  .mobile_testimony {
    display: none;
  }

  .pattern h2 {
    font-size: calc(3.35em + .9vw) !important;
    text-align: center;
    margin-top: 25px;
  }

  .min-vh-100 {
    min-height: 51vh !important;
  }

}

@media screen and (max-width: 894px) {
  .large_testimony {
    display: none;
  }

  .carousel-inner {
    display: flex;
    margin: 0 auto;
  }

  .carousel-control-next,
  .carousel-control-prev {
    width: 5vw;
    height: 5vw;
    top: 80px;
    color:#131e4a;
  }
  .carousel {

  }

}

@media (max-width:822px) {
  .left {
     top:0px;
     bottom:0px; 
  }

  .right {
    top:0px;
    bottom:0px; 
 }

 .container-contact100 {
  min-height:8vh;
 }

 .contact100-btn-show {
  width: 50px;
  height: 50px;
 }

 .section P {
  width: 100%;
 }
}

@media (min-width: 822px) {
  .left {
    top:0px;
    bottom:0px; 
 }

 .right {
   top:0px;
   bottom:0px; 
}

.container-contact100 {
  min-height:9vh;
 }

 .contact100-btn-show {
  width: 52px;
  height: 52px;
 }

 .section P {
  width: 100%;
 }

}






/*--- Medium devices (tablets, less than 992px)---*/




/*------------------Contact -----------------------*/
@media (max-width: 850px) {
  .form {
    grid-template-columns: 1fr
  }

  .contact-info:before {
    bottom: initial;
    top: -75px;
    right: 65px;
    transform: scale(0.95)
  }

  .contact-info-form:before {
    top: -13px;
    left: initial;
    right: 70px
  }

  .square {
    transform: translate(140%, 43%);
    height: 350px
  }

  .big-circle {
    bottom: 75%;
    transform: scale(0.9) translate(-40%, 30%);
    right: 50%
  }

  .text {
    margin: 1rem 0 1.5rem 0
  }

  .social-media {
    padding: 1.5rem 0 0 0
  }
}



/*---------------------Breakpoint -------------------------*/

@media (min-width: 768px) {
  .button {
    float: right;
  }

  .first {
    display: flex;
    width: 100%;

  }

  .item {
    display: flex;
    border-radius: 10px;
    border: 2px solid green;
    margin: 2%;
  }


  .second {
    display: flex;
    width: 100%;
  }

  .item1 {
    display: flex;
    border-radius: 10px;
    border: 2px solid green;
    margin: 2%;
  }

  .hero-slider .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 30px;

  }

  .testimony {
    display: flex;

  }

}

/*-----------------Project ------------------*/
@media screen and (max-width: 742px) {
  .project {
    display: none !important;
  }
}

@media (max-width: 685px) {
  .top-border {	
    width: 18%;
    }
  }

/*------------------New contact-------------------*/
@media (max-width: 500px) {

  .top-border {	
    display: none;
  }
  
 .section {
  border-top: 2px solid #333; 
  }

  .section h1 {
    margin: 20px 6px;
  }

  .row lc-block {
    display: inline-block;
  }
}


@media (max-width: 480px) {
  .container {
    padding: 1rem;
  }

  .contact-info:before {
    display: none
  }

  .square,
  .big-circle {
    display: none
  }

  form,
  .contact-info {
    padding: 1.7rem 1.6rem
  }

  .text,
  .social-information,
  .social-media p {
    font-size: 0.8rem
  }

  .title {
    font-size: 1.15rem
  }

  .social-icons a {
    width: 30px;
    height: 30px;
    line-height: 30px
  }

  .icon {
    width: 23px
  }

  .input {
    padding: 0.45rem 1.2rem
  }

  .btn {
    padding: 0.45rem 1.2rem
  }
}


@media (max-width: 482px) {
  .section-heading h2 {
    font-size: 2.5em;
    text-align: center;
  }

  .section-heading p {
    font-size: 1.3em;
    letter-spacing: 1px;
  }


  .box p {
    font-size: 17px;
  }
  .box {
    height: 245px;
  }

  .box img {
    display: none;
  }

  .section {
    margin: 15px auto;
  }

  .first_footer_bkb7i ul {
    margin: -15px;
  }
.first_footer_bkb7i ul li {
  margin-top: 3px;
}
.first_footer_inner h4 {
  margin-bottom: 15px;
}
}


@media (max-width:349px){

  .centered-link {
    align-content: center;
  }

  .navbar-toggler-icon {
    width: .5em;
  }

  .slide-title h2 {
font-size: 25px;
  }
}

/* Founder Section Styles */
.founder-content {
  padding: 1rem;
}

.founder-content h2 {
  color: #333;
  font-weight: 700;
}

.founder-content h3 {
  color: #007bff;
  font-weight: 600;
}

.founder-content .lead {
  color: #6c757d;
  font-size: 1.1rem;
}

.founder-content ul li {
  padding: 0.25rem 0;
  color: #495057;
  font-size: 1rem;
}

.founder-content .fa {
  width: 20px;
  text-align: center;
}

/* Fix overlapping sections */
.py-5 {
  position: relative;
  z-index: 1;
}

section {
  position: relative;
  clear: both;
}

/* Ensure proper spacing between sections */
section + section {
  margin-top: 0;
}

/* Values section fixes */
.img_tower {
  position: relative;
  z-index: 1;
}

.img_tower img {
  max-height: 600px;
  object-fit: cover;
}

/* Responsive adjustments for founder section */
@media (max-width: 768px) {
  .founder-content {
    text-align: center;
    margin-top: 2rem;
    padding: 2rem 1rem;
  }
  
  .founder-content ul {
    text-align: left;
    max-width: 400px;
    margin: 0 auto;
  }
  
  /* Fix values section on mobile */
  .img_tower {
    margin: 2rem 0;
    order: -1;
  }
  
  .lc-block {
    padding: 2rem 0 !important;
  }
}

@media (max-width: 576px) {
  .founder-content h2 {
    font-size: 1.75rem;
  }
  
  .founder-content h3 {
    font-size: 1.5rem;
  }
  
  .founder-content .lead {
    font-size: 1rem;
  }
  
  .founder-content ul li {
    font-size: 0.9rem;
  }
  
  .img_tower img {
    max-height: 400px;
  }
}



