/* =================================== */
/*	Basic Style 
/* =================================== */

body {
  background-color: #062033;
  font-family: 'Open Sans', sans-serif;
  line-height: 21px;
  font-size: 13px;
  color: #6a737b;
  overflow-x: hidden !important;
}

section {
  max-width: 1480px;
  margin: 0 auto;
}

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

figure,
p {
  margin: 0;
}

a {
  color: #fff;

  -webkit-transition: all .3s ease-in 0s;
  -moz-transition: all .3s ease-in 0s;
  -ms-transition: all .3s ease-in 0s;
  -o-transition: all .3s ease-in 0s;
  transition: all .3s ease-in 0s;
}

iframe {
  border: 0;
}

a,
a:focus,
a:hover {
  text-decoration: none;
  outline: 0;
}

a:focus,
a:hover {
  color: #6CB670;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
}

.clear:before,
.clear:after {
  content: " ";
  display: table;
}

.clear:after {
  clear: both;
}

/* .clear {
   *zoom: 1;
} */

span.color {
  color: #c99530;
}

body>section,
.footer {
  padding: 70px 10px;
}

/* .sec-title {} */

.sec-title h2 {
  color: white;
  font-size: 28px;
  line-height: 32px;
  font-weight: 800;
  text-transform: uppercase;
}

.sec-sub-title {
  margin: 35px 0 45px;
}

.sec-sub-title p {
  font-weight: 600;
  line-height: 24px;
  font-size: 18px;
  color: #5b646e;
}

.devider {
  margin-top: 30px;
}

.devider i {
  color: #cccccc;
}

.devider:before,
.devider:after {
  content: "______________________";
  color: #e6e8ea;
  position: relative;
  bottom: 6px;
}

.devider:before {
  right: 10px;
}

.devider:after {
  left: 10px;
}

.mb50 {
  margin-bottom: 50px;
}

#preloader {
  background-color: #062033;
  height: 100vh;
  position: fixed;
  width: 100vw;
  z-index: 1100;
}

#preloader>img {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;

}

.flex-row {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}

.flex-col {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}

@media (max-width: 721px) {

  .flex-row,
  .flex-col {
    gap: 0px !important;
  }
}

.flex-end {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}

.form-item {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 15px;
  font-size: 16px;
  margin: 10px 0;
  width: fit-content;
  color: #041724;

  &.form-checkbox {
    margin-right: 10px;

    label,
    .label {
      width: 200px;
    }

    input,
    .checkbox {
      width: 18px;
      height: 18px;
      border-radius: 4px;
    }
  }

  label,
  .label {
    width: 150px;
    font-size: 16px;
    color: #cccccc !important;
    align-self: center !important;
    margin: 0 !important;
  }

  label.error {
    position: absolute;
    width: 100%;
    bottom: -30px;
    text-align: right;
    right: 0px;
    color: #c0392b;
    font-size: 14px;
    text-transform: capitalize;
    /* border: 1px solid #c0392b; */
  }

  input {
    width: 180px;
    height: 30px;
    border-radius: 4px;
  }

  select {
    width: 180px;
    height: 28px;
    border-radius: 4px;
  }
}

input[type="submit"] {
  width: 100px;
  height: 35px;
  background-color: #c99530;
  border: none;
  color: white;
  font-size: 16px;
  font-weight: 600;
  border-radius: 4px;
  cursor: pointer;
}


/*=========================================
	Header
==========================================*/

#navigation {
  background-color: #062033;
  border: 0 none;
  margin: 0;

  -webkit-transition: background-color 800ms linear;
  -moz-transition: background-color 800ms linear;
  -ms-transition: background-color 800ms linear;
  -o-transition: background-color 800ms linear;
  transition: background-color 800ms linear;
}

.navbar-toggle i {
  color: #fff;
}

.navbar-nav li a {
  border-top: 1px solid transparent;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  gap: 0px;
}

.navbar-nav li a.current,
.navbar-nav li a:focus,
.navbar-nav li a:hover {
  background-color: transparent;
  /* border-top: 1px solid #c99530; */
  /* color: #040b1bb3; */
  font-weight: 600;
}

@media screen and (max-width: 992px) {
  .navbar-nav li a {
    font-size: 14px;
    flex-direction: row !important;
    gap: 5px;
  }
}

/*=========================================
	Mobile Navigation - Navbar Collapse Rewrite
==========================================*/

/* Enhanced navbar-collapse for mobile-first design */
.navbar-collapse {
  /* Override Bootstrap defaults with mobile-optimized values */
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;

  /* Mobile-first styling */
  background-color: rgba(6, 32, 51, 0.98);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  /* Smooth transitions for all states */
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);

  /* Enhanced visibility and layering */
  z-index: 1050;

  /* Mobile optimization */
  max-height: 100vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/* Collapsed state - hidden on mobile only */
@media (max-width: 991px) {
  .navbar-collapse.collapse {
    display: none !important;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-20px);
  }

  /* Expanded state - visible and animated on mobile */
  .navbar-collapse.collapse.in {
    display: block !important;
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
}

/* Enhanced mobile navigation styling */
@media (max-width: 767px) {
  .navbar-collapse {
    /* Full-width mobile menu */
    width: 100% !important;
    padding: 15px 20px 25px !important;
    margin: 0 !important;

    /* Enhanced background for better visibility */
    background: linear-gradient(135deg,
        rgba(6, 32, 51, 0.98) 0%,
        rgba(6, 32, 51, 0.95) 100%);

    /* Subtle border for definition */
    border-top: 2px solid rgba(201, 149, 48, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);

    /* Mobile-specific shadows */
    -webkit-box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.1),
      0 8px 32px rgba(0, 0, 0, 0.3);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.1),
      0 8px 32px rgba(0, 0, 0, 0.3);
  }

  /* Mobile navigation list */
  .navbar-collapse .navbar-nav {
    margin: 0 !important;
    padding: 0;
    list-style: none;
  }

  /* Mobile navigation items */
  .navbar-collapse .navbar-nav>li {
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .navbar-collapse .navbar-nav>li:last-child {
    border-bottom: none;
  }

  /* Mobile navigation links - optimized for touch */
  .navbar-collapse .navbar-nav>li>a {
    display: flex !important;
    align-items: center;
    justify-content: flex-start;

    /* Touch-friendly dimensions */
    min-height: 48px !important;
    padding: 12px 16px !important;
    margin: 2px 0;

    /* Enhanced typography for mobile */
    font-size: 16px !important;
    font-weight: 500;
    line-height: 1.4;
    color: #ffffff !important;
    text-decoration: none;

    /* Mobile-optimized transitions */
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;

    /* Subtle styling */
    border-radius: 8px;
    background-color: transparent;

    /* Remove Bootstrap conflicts */
    border-top: none !important;
    flex-direction: row !important;
    gap: 8px !important;
  }

  /* Mobile link hover/focus states */
  .navbar-collapse .navbar-nav>li>a:hover,
  .navbar-collapse .navbar-nav>li>a:focus {
    background-color: rgba(201, 149, 48, 0.15) !important;
    color: #c99530 !important;
    transform: translateX(4px);
    border-radius: 8px;

    /* Enhanced shadow on interaction */
    -webkit-box-shadow: 0 2px 8px rgba(201, 149, 48, 0.2);
    box-shadow: 0 2px 8px rgba(201, 149, 48, 0.2);
  }

  /* Active/current page styling */
  .navbar-collapse .navbar-nav>li>a.current,
  .navbar-collapse .navbar-nav>li.active>a {
    background-color: rgba(201, 149, 48, 0.2) !important;
    color: #c99530 !important;
    font-weight: 600;

    /* Active state indicator */
    border-left: 4px solid #c99530;
    border-radius: 0 8px 8px 0;
    padding-left: 12px !important;
  }

  /* Touch feedback for mobile */
  .navbar-collapse .navbar-nav>li>a:active {
    background-color: rgba(201, 149, 48, 0.25) !important;
    transform: translateX(2px) scale(0.98);
  }
}

/* Tablet landscape optimization */
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-collapse {
    /* Tablet-specific adjustments */
    padding: 10px 15px 20px;
    background: rgba(6, 32, 51, 0.96);
  }

  .navbar-collapse .navbar-nav>li>a {
    min-height: 44px !important;
    padding: 10px 14px !important;
    font-size: 15px !important;
  }
}

/* Desktop restoration - ensure desktop behavior is preserved */
@media (min-width: 992px) {
  .navbar-collapse {
    /* Restore desktop behavior */
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;

    /* Desktop navigation flow */
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;

    /* Reset mobile-specific styles */
    max-height: none;
    overflow: visible;
    padding: 0 !important;
    margin: 0 !important;
  }

  .navbar-collapse .navbar-nav>li>a {
    /* Restore desktop link styling */
    min-height: auto !important;
    background: transparent !important;
    transform: none !important;
    border: none !important;
    border-radius: 0 !important;

    /* Reset hover states for desktop */
    transition: color 0.3s ease;
  }

  .navbar-collapse .navbar-nav>li>a:hover {
    transform: none !important;
    box-shadow: none !important;
  }
}

/* Accessibility improvements */
.navbar-collapse .navbar-nav>li>a:focus {
  outline: 2px solid #c99530;
  outline-offset: 2px;
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {

  .navbar-collapse,
  .navbar-collapse .navbar-nav>li>a {
    transition: none !important;
    transform: none !important;
  }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
  .navbar-collapse {
    background-color: #000 !important;
    border-color: #fff !important;
  }

  .navbar-collapse .navbar-nav>li>a {
    color: #fff !important;
    border: 1px solid transparent;
  }

  .navbar-collapse .navbar-nav>li>a:hover,
  .navbar-collapse .navbar-nav>li>a:focus {
    background-color: #fff !important;
    color: #000 !important;
    border-color: #fff !important;
  }
}






/*=========================================
	Slider
==========================================*/

#slider {
  padding: 0;
}

#slider .carousel-inner .item {
  position: absolute;
  width: 100vw;
  height: 100vh;
}

.item video {
  height: 100%;
  width: 177.77777778vh;
  /* 100 * 16 / 9 */
  /* min-width: 100%; */
  min-height: 100vh;
  /* 100 * 9 / 16 */
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.carousel-caption {
  top: 65%;
}

.carousel-caption h2 {
  font-size: 62px;
  font-weight: 300;
}

.carousel-caption h2 span {
  font-weight: 800;
}

.carousel-caption h3 {
  font-size: 48px;
  font-weight: 300;
  margin: 6px 0 20px;
}

.carousel-caption p {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

.carousel-caption p:before,
.carousel-caption p:after {
  color: #c99530;
  content: "___";
  position: relative;
  top: -8px;
}

.carousel-caption p:before {
  right: 20px;
}

.carousel-caption p:after {
  left: 20px;
}

.social-links {
  margin-top: 5%;
  margin-bottom: 10%;
}

.social-links li {
  display: inline-block;
}

.social-links i {
  font-size: 2em;
  padding: 20px;
}

.social-links li a {
  color: rgba(255, 255, 255, 0.3);
  display: block;
  margin: 0 6px;
}

.social-links li a:hover {
  color: #fff;
}

.downToVideo {
  bottom: 10%;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.downToVideo i {
  font-size: 3em;
  padding: 20px;

}

/* .slogan img{
  width: 100vw;
  animation-duration:2s;
  animation-timing-function: ease-in;
  animation-direction: normal;

} */
.slogan {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100vh;
  align-items: center;
}

.slogan img {
  max-width: 600px;
}

.theVideo {
  position: relative;
  background-color: #062033;
  min-height: 90vh;
}

.videoContainer {
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  top: 10%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 20px;
  height: 100%;
  width: 100%;
  max-width: 1000px;

  .videoWrapper {
    position: relative;
    width: 100%;
    /* max-height: 50vh; */
    overflow: hidden;
  }

  .videoWrapper::before {
    display: block;
    content: "";
    padding-top: 75%;
    /* for 16:9 aspect ratio. Adjust as needed */
  }

  .videoWrapper video {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
  }
}

.theVideo .container {
  display: flex;
  font-size: 20px;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  line-height: 1.5em;
  padding: 0 5%;
  font-weight: 600;
  width: 100%;

  >p {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 600px) {
  .theVideo .container {
    font-size: 14px;
  }
}


.carousel-indicators {
  bottom: 10px;
  left: inherit;
  margin: 0;
  right: 30px;
  top: 49%;
  width: 0;
}

.carousel-indicators li {
  border: 1px solid rgba(255, 255, 255, 0.3);
  height: 8px;
  width: 8px;
}

.carousel-indicators .active {
  height: 8px;
  width: 8px;
}



/*=========================================
	Features
==========================================*/

.features {
  background-color: #f4f7f9;
}

.owl-controls {
  bottom: -45px;
  margin-top: 10px;
  position: relative;
  text-align: center;
}

.owl-controls .owl-page {
  display: inline-block;
}

.owl-controls .owl-page span {
  border: 1px solid #C7CED3;
  border-radius: 20px;
  display: block;
  height: 8px;
  margin: 5px 4px;
  width: 8px;
}

.owl-controls .owl-page.active span {
  background: #062033;
  border: 0;
}

.service-icon {
  border: 1px solid #c99530;
  border-radius: 50%;
  color: #c99530;
  float: left;
  padding: 10px 13px;
}

.service-desc {
  margin-left: 70px;
  position: relative;
  top: 5px;
}

.service-desc h3 {
  color: #062033;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 25px;
}

.social {
  position: absolute;
  right: 35px;
  bottom: 0;

  img {
    display: block;
    width: 32px;
  }
}

/* Scrollbar styles */
::-webkit-scrollbar {
  width: 10px !important;
}

::-webkit-scrollbar-track {
  background: #062033 !important;
  border-radius: 10px !important;
}

::-webkit-scrollbar-thumb {
  background: #888 !important;
  border-radius: 10px !important;
}

::-webkit-scrollbar-thumb:hover {
  background: #555 !important;
}


/*=========================================
	Our Works
==========================================*/

.works {
  /* min-height: 100vh; */
  background-color: #062033;
  padding-bottom: 200px;
  /* padding-top: 10%; */
}

.work-filter {
  margin-bottom: 35px;
}

.work-filter ul li {
  display: inline-block;
}

.work-filter ul li a {
  color: #062033;
  display: block;
  font-size: 14px;
  font-weight: 700;
  padding: 5px 17px;
  border-radius: 6px;
  text-transform: capitalize;
}

.work-filter ul li a:hover,
.work-filter ul li a.active {
  background-color: #c99530;
  border-radius: 6px;
  color: #fff;
  padding: 5px 17px;
}

.mix {
  display: none;
}

.work-item {
  float: left;
  width: 20%;
  position: relative;
}

.work-item>img {
  display: block;
  height: auto;
  max-width: 100%;
  object-fit: cover !important;
}

.overlay {
  background-color: #c99630e2;
  text-align: center;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  left: 15%;
  top: 25%;
  width: 70%;
  height: 30%;
  color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);

  -webkit-transition: all 450ms ease-out 0s;
  -moz-transition: all 450ms ease-out 0s;
  -o-transition: all 450ms ease-out 0s;
  transition: all 450ms ease-out 0s;

  -webkit-transform: rotateY(180deg) scale(0.5, 0.5);
  -moz-transform: rotateY(180deg) scale(0.5, 0.5);
  -ms-transform: rotateY(180deg) scale(0.5, 0.5);
  -o-transform: rotateY(180deg) scale(0.5, 0.5);
  transform: rotateY(180deg) scale(0.5, 0.5);
}

.work-item:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);

  -webkit-transform: rotateY(0deg) scale(1, 1);
  -moz-transform: rotateY(0deg) scale(1, 1);
  -ms-transform: rotateY(0deg) scale(1, 1);
  -o-transform: rotateY(0deg) scale(1, 1);
  transform: rotateY(0deg) scale(1, 1);
}

.work-item .overlay a:hover {
  color: #fff;
}

.work-item .overlay h4 {
  font-size: 18px;
  font-weight: 700;
}

.work-item .overlay p {
  font-size: 14px;
}



/*=========================================
	Our Team Member
==========================================*/

.member-thumb {
  width: 273px;
  position: relative;
}

.member-thumb .overlay h5 {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin: 10px 0;
}

.member-thumb .overlay {
  font-size: 16px;
  padding: 20px;
  line-height: 24px;
}

.team-member h4 {
  color: #062033;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin: 15px 0 8px;
}

.member-thumb:hover .overlay {
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);

  -webkit-transform: rotateY(0deg) scale(1, 1);
  -moz-transform: rotateY(0deg) scale(1, 1);
  -ms-transform: rotateY(0deg) scale(1, 1);
  -o-transform: rotateY(0deg) scale(1, 1);
  transform: rotateY(0deg) scale(1, 1);
}

.team-member:hover h4 {
  color: #c99530;
}

.team-member .social-links {
  margin-top: 24%;
}

.team-member .social-links li a {
  background-color: #c99530;
  color: #fff;
  height: 42px;
  padding: 10px 0 0;
  width: 42px;
}


/*=========================================
	Some fun facts
==========================================*/

#facts {
  background-image: url("../img/categories/parallex.jpg");
  background-color: rgba(6, 32, 51, .8);
  background-attachment: fixed !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 0;
}

.facts .devider:before,
.facts .devider:after {
  color: #737C85;
}

.facts .devider i {
  color: #fff;
}

.parallax-overlay {
  background-color: rgba(6, 32, 51, .8);
  padding: 70px 0;
  margin: 0 auto;

}

.counters-item {
  color: #fff;
  font-size: 2em;
}

.counters-item i {
  border: 1px solid #c99530;
  border-radius: 50%;
  color: #c99530;
  display: inline-block;
  height: 200px;
  margin: 0 0 35px;
  padding: 72px 0 0;
  width: 200px;
}

.shopImg {
  max-width: 100%;
  width: fit-content;
}

/* .gmap{
  width: 50% !important;
  @media (min-width: 768px) {
    width: 100% !important;
  }
} */

.counters-item strong {
  display: block;
  font-size: 60px;
  font-weight: 600;
  line-height: 60px;
}

.counters-item p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin-top: 15px;
  text-transform: uppercase;
  color: #c99530;
}


/*=========================================
	Contact Us
==========================================*/

.contact {
  padding-bottom: 0;
}

.contact-address h3 {
  color: #062033;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 25px;
}

.contact-address p {
  line-height: 24px;
}

.footer-social {
  margin-top: 17px;
}

.footer-social li a {
  color: #cdd2d6;
  display: block;
  margin-bottom: 10px;
}

#map_canvas {
  height: 300px;
  width: 100%;
}



/*=========================================
	Contact Us
==========================================*/


.footer {
  background-color: #c99530;
  border-top: 5px solid #062033;
  color: #fff;
}

.footer a:hover {
  color: #062033;
}

.footer h6 {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 30px;
}

.about-us p {
  line-height: 24px;
}

.footer-single .subscribe {
  margin-bottom: 15px;
  position: relative;
}

.subscribe #subscribe {
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 2px;
  height: 40px;
  text-indent: 10px;
  width: 100%;
}

.subscribe #subs {
  background-color: transparent;
  border: 0 none;
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 6px;
}

.footer-single {
  line-height: 24px;
}

/* .footer-single ul {
  } */

.footer-single li {
  line-height: 32px;
}

.footer-single p i {
  margin: 0 10px;
}

.credit a {
  color: #062033;
}

.credit a:hover {
  color: #fff;
}

.copyright {
  color: #fff;
  margin-top: 100px;
}

#back-top {
  bottom: 20px;
  position: fixed;
  right: 25px;
  z-index: 9;
}


/*=========================================
	Calculate Form
==========================================*/


.form-app {
  /* background-color: #f4f7f9; */
  padding: 40px 0;
  min-height: 100vh !important;
  height: 100%;
}

.contact-form {
  padding: 70px 0;
}


/* .contact-form {} */

.contact-form h3 {
  color: #062033;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 25px;
}

.contact-form .form-control {
  border-color: -moz-use-text-color -moz-use-text-color #cccccc;
  border-radius: 0;
  border-style: none none solid;
  border-width: 0 0 1px;
  box-shadow: none;
  margin-bottom: 10px;
}

.radio-group {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 15px;
  min-width: 200px;
}

.form-check {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: fit-content;
}

.form-check-input {
  width: 14px !important;
  height: 14px !important;
  margin-right: 5px !important;
}

.form-check-label {
  font-size: 14px;
  font-weight: 600;
  width: fit-content !important;
  text-align: center;
  align-self: center;
  margin-bottom: 0px !important;
}


.custom-btn1 {
  z-index: 1;
  background-color: #c99530;
  padding: 10px 16px;
  border: solid 1.2px #041724;
  color: white;
  font-size: 18px;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  width: 100%;
  height: 40px;
  margin-top: 20px;

  &:hover,
  :focus {
    border: solid 1.2px #c99530;
    color: white;
  }
}

.form-text {
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  margin: 15px 0;
  color: #ffffffe6;
}

@media screen and (max-width: 765px) {
  .firstSection {
    padding: 70px 0 !important;
    position: relative !important;
    top: 0 !important;
  }

  .form-text {
    font-size: 14px;
  }

  .sec-title h2 {
    font-size: 18px;
    line-height: 20px;
  }
}

@media screen and (max-width: 1480px) and (min-width: 768px) {
  .firstSection {
    padding-top: 200px !important;
  }
}


.form-block {
  margin: 20px 0;
}

.form-text {
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  margin: 15px 0;
  color: #ffffffe6;
}

@media screen and (max-width: 765px) {
  .firstSection {
    padding: 70px 0 !important;
    position: relative !important;
    top: 0 !important;
  }

  .form-text {
    font-size: 14px;
  }

  .sec-title h2 {
    font-size: 18px;
  }
}

@media screen and (max-width: 1480px) and (min-width: 768px) {
  .firstSection {
    padding-top: 200px !important;
  }
}


.form-block {
  margin: 20px 0;
}