@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=Poppins:wght@400;500;600;700&display=swap");
/* fonts import */
@import url("../fonts/octin_sports_rg.ttf");
body {
  font-family: "Poppins", sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
  overflow-x: hidden;
}

.layout_padding {
  padding: 90px 0;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.long_section {
  margin-left: 45px;
  margin-right: 45px;
  padding-left: 15px;
  padding-right: 15px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-family: 'Playfair Display', serif;
}

.heading_container h2 {
  position: relative;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}

.heading_container.heading_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

h1,
h2 {
  font-family: 'Playfair Display', serif;
}

/*header section*/
.header_section {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.header_section .nav_container {
  margin: 0 auto;
}

.header_section.innerpage_header {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#184d47), to(#184d47));
  background: linear-gradient(to right, #184d47, #184d47);
  padding: 10px 0;
}

.custom_nav-container {
  padding-left: 0;
  padding-right: 0;
}

 

  .slider1 {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 300px;
  }

  .slide1 {
    display: none;
    width: 100%;
    height: 100%;
  }

  .slide1.active {
    display: block;
  }

  .slider1 img {
    width: 100%;
    height: auto;
    display: block;
  }

  /* Navigation buttons */
  .prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    color: transparent;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 18px;
  }

  .prev {
    left: 10px;
  }

  .next {
    right: 10px;
  }


.custom_menu-btn {
  position: fixed;
  right: 25px;
  top: 15px;
  width: 50px;
  height: 50px;
}

.custom_menu-btn::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #FC9D04;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.07);
  z-index: 7;
  border-radius: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_menu-btn.menu_btn-style::before {
  width: 100vh;
  height: 100vh;
  background-color: #184d47;
  -webkit-transform: scale(7);
          transform: scale(7);
  border-radius: 0;
}

.custom_menu-btn button {
  width: 50px;
  height: 50px;
  outline: none;
  border: none;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: transparent;
  position: relative;
  z-index: 999;
  margin: 0;
}

.custom_menu-btn button span {
  display: block;
  width: 30px;
  height: 3px;
  background-color: #000000;
  margin: 2.5px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 15px;
}

.custom_menu-btn .s-2 {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.menu_btn-style button span {
  background-color: #ffffff;
}

.menu_btn-style button .s-1 {
  -webkit-transform: rotate(45deg) translate(6px, 6px);
          transform: rotate(45deg) translate(6px, 6px);
}

.menu_btn-style button .s-2 {
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
}

.menu_btn-style button .s-3 {
  -webkit-transform: rotate(-45deg) translate(5px, -5px);
          transform: rotate(-45deg) translate(5px, -5px);
}

.overlay {
  height: 100%;
  background-color: #FC9D04;
  width: 0;
  position: fixed;
  top: 0;
  left: 0;
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 9;
}

.overlay .closebtn {
  position: absolute;
  top: 0;
  right: 30px;
  font-size: 60px;
}

.overlay a {
  padding: 0px;
  text-decoration: none;
  font-size: 22px;
  color: #ffffff;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 600;
  opacity: 0;
}

.overlay a:hover {
  color: #184d47;
}

.overlay-content {
  position: absolute;
  top: 30%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
  z-index: 99;
}

.menu_width {
  width: 100%;
}

.menu_width.overlay a {
  opacity: 1;
}
.slider_video {
  width: 100%;
  height: 100%;
  object-fit: cover; 
}


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

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.navbar-brand {
  font-family: 'Playfair Display', serif;
}

.navbar-brand span {
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
}

/*end header section*/

/* slider section */
.slider_section {
  min-height: 100vh;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section .detail-box {
  position: relative;
  z-index: 4;
  color: #ffffff;
  padding: 75px 0;
}

.slider_section .detail-box h1 {
  font-weight: bold;
  font-size: 3rem;
}

.slider_section .detail-box p {
  margin-top: 15px;
}



.slider_section .detail-box .slider-link {
  display: inline-block;
  padding: 10px 45px;
  background-color: #96bb7c;
  color: #ffffff;
  border-radius: 5px;
  border: 1px solid #96bb7c;
  -webkit-transition: all .2s;
  transition: all .2s;
  margin-top: 10px;
}

.slider_section .detail-box .slider-link:hover {
  background-color: transparent;
  color: #96bb7c;
}

.slider_section .slider_bg_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  overflow: hidden;
}

.slider_section .slider_bg_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top left;
     object-position: top left;
}

.slider_section .slider_bg_box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(24, 77, 71, 0.2)), to(rgba(24, 77, 71, 0.75)));
  background: linear-gradient(to right, rgba(24, 77, 71, 0.2), rgba(24, 77, 71, 0.75));
}
.highlight {
  color: #fc9d04;
}
.swiper-pagination-bullet {
  background-color: transparent !important; /* Change bullet color */
}

.swiper-button-next, 
.swiper-button-prev {
  color: transparent !important; /* Change the arrow color */
}

/* Optional: Hover effect for navigation buttons */
.swiper-button-next:hover, 
.swiper-button-prev:hover {
  color: #fc9d04 !important; /* Change hover effect */
}

/* .slider_video {
  width: 100%;
  height: auto;
  object-fit: cover;
} */

.detai  h4::after{
  content: "";
    display: block;
    width: 75px;
    height: 5px;
    background-color: #fc9d04;
    margin: 10px auto 0;
}
.detai h4 {
  display: inline-block; /* Ensure the h4 behaves as an inline element */
  white-space: nowrap;   /* Prevent text from wrapping */
  overflow: hidden;      /* Hide overflowed text */
  text-overflow: ellipsis; /* Add ellipsis for overflowed text */
  max-width: 100%;       /* Ensure it doesn't overflow its container */
  margin-left: 5px !important;
}
@media (max-width: 768px) {
  .detai h4 {
    white-space: nowrap; /* Prevent text from wrapping */
    overflow: hidden;    /* Optional: Hide overflow text */
    text-overflow: ellipsis; /* Optional: Add ellipsis for overflow */
    font-size: 16px;     /* Adjust the font size if needed */
  }
}
@keyframes slide-up {
  from {
    transform: translateY(0);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.detail-box {
  animation: slide-up 3s ease-out forwards;
  position: relative;
  overflow: hidden; 
}

.detail-box {
  transform: translateY(100%);
  opacity: 0;
  transition: transform 1s ease-out, opacity 1s ease-out;
}

.detail-box.slide-visible {
  transform: translateY(0);
  opacity: 1;
}



.spcl_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.spcl_section .detail-box {
  margin-bottom: 35px;
  color: #666;
}

.spcl_section .detail-box img {
  width: 45px;
  margin-bottom: 10px;
}

.spcl_section .detail-box h5 {
  text-transform: uppercase;
}

.spcl_section .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #184d47));
  background: linear-gradient(to bottom, transparent 70%, #184d47 70%);
  padding: 0 25px 45px 25px;
 
}

.spcl_section .img-box img {
  width: 100%;
}

.spcl_section button{
  isplay: inline-block;
    padding: 10px 60px;
    background-color: #fc9d04;
    color: #ffffff;
    border-radius: 5px;
    border: 1px solid #fc9d04;
    transition: all .2s;
    text-transform: uppercase;
    font-weight: bold;
}

.spcl_section button:hover{
  background-color: transparent;
  color: #fc9d04;
}

.about_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
      
}
.aaa{
  background-color: rgb(249, 249, 249);
}
.about_section .img-box {
  position: relative;
  /* background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #184d47));
  background: linear-gradient(to bottom, transparent 70%, #184d47 70%); */
  padding: 0 25px 45px 25px;
  margin-top: 25px;
}

.about_section .img-box img {
  width: 100%;
  position: relative;
}

.about_section .detail-box p {
  margin-top: 10px;
  margin-bottom: 35px;
  color: #666;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #fc9d04;
  color: #ffffff;
  border-radius: 5px;
  border: 1px solid #fc9d04;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.about_section .detail-box a:hover {
  background-color: transparent;
  color: #102039;
}
.detail-box h4{
  margin-left: 50px;
}
.container .detail-box button{
  isplay: inline-block;
    padding: 10px 60px;
    background-color: #fc9d04;
    color: #ffffff;
    border-radius: 5px;
    border: 1px solid #fc9d04;
    
    transition: all .2s;
    text-transform: uppercase;
    font-weight: bold;
}

.container .detail-box button:hover{
  background-color: transparent;
  color: #fc9d04;
}

.heading_container h2{
  color: #fc9d04;
}


.services-list li {
  display: flex; /* Align icon and text horizontally */
  align-items: center;
  margin-bottom: 25px; 
  font-size: 16px; 
  color: #333; 
  
}

.services-list i {
  color: #fc9d04; /* Icon color */
  margin-right: 10px; /* Space between icon and text */
  font-size: 18px; /* Adjust icon size */
}

 

/* contact section */
.contact_section {
  position: relative;
  color: #ffffff;
  
}

.contact_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact_section .contact_form-container {
  margin-top: 35px;
}


.contact_section .contact_form-container input {
  border: none;
  outline: none;
  color: #fefefe;
  height: 45px;
  width: 100%;
  margin: 15px 0;
  padding-left: 15px;
  background-color: transparent;
  border-bottom: 1px solid #fff;
}

.contact_section .contact_form-container input::-webkit-input-placeholder {
  color: #fafafa;
  text-transform: uppercase;
}

.contact_section .contact_form-container input:-ms-input-placeholder {
  color: #fafafa;
  text-transform: uppercase;
}

.contact_section .contact_form-container input::-ms-input-placeholder {
  color: #fafafa;
  text-transform: uppercase;
}

.contact_section .contact_form-container input::placeholder {
  color: #fafafa;
  text-transform: uppercase;
}

.contact_section .contact_form-container input.message_input {
  height: 75px;
}

.contact_section .contact_form-container input:focus {
  border-bottom: 1px solid #fc9d04;
}

.contact_section .contact_form-container input[type="date"]::-webkit-calendar-picker-indicator,
.contact_section .contact_form-container input[type="time"]::-webkit-calendar-picker-indicator {
  color: #fff;
  -webkit-filter: invert(1);
          filter: invert(1);
}

.contact_section .contact_form-container .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 25px;
}

.contact_section .contact_form-container button {
  display: inline-block;
  padding: 10px 60px;
  background-color: #fc9d04;
  color: #ffffff;
  border-radius: 5px;
  border: 1px solid #fc9d04;
  -webkit-transition: all .2s;
  transition: all .2s;
  text-transform: uppercase;
  font-weight: bold;
}

.contact_section .contact_form-container button:hover {
  background-color: transparent;
  color: #fc9d04;
}

.contact_bg_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact_bg_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top right;
     object-position: top right;
}

.contact_bg_box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(24, 77, 71, 0.4)), to(rgba(24, 77, 71, 0.85)));
  background: linear-gradient(to right, rgba(77, 60, 24, 0.4), rgba(24, 77, 71, 0.85));
}
/* end contact section */
  
    /* core values */
    .core-values-section {
      text-align: center;
      padding: 50px 20px;
      background-color: #f9f9f9; 
    }
    
    .core-values-section h2 {
      font-size: 36px;
      font-weight: bold;
      margin-bottom: 40px;
      position: relative;
      color: #fc9d04;
    }
    
    .core-values-section h2::after {
      content: "";
      display: block;
      width: 60px;
      height: 5px;
      background-color: #fc9d04;
      margin: 10px auto 0;
    }
    .heading_container h2::after {
      content: "";
      display: block;
      width: 60px;
      height: 5px;
      background-color: #fc9d04;
      margin: 10px auto 0;
    }
    
    .values-container {
      display: flex;
      justify-content: space-around;
      flex-wrap: wrap;
    }
    
    .value-item {
      max-width: 300px;
      text-align: center;
      padding: 20px;
      background-color: #fff;
      border-radius: 15px;
      margin: 20px;
      text-align: start;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    .value-item h3 {
text-align: center;
color: #184d47;
    }
    .value-item:hover{
      transform: scale(1.1);
    }
    
    .value-number {
      position: absolute;
      top: -10px;
      left: -10px;
      width: 30px;
      height: 30px;
      background-color: #fc9d04;
      color: #fff;
      font-weight: bold;
      font-size: 16px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    }
    .value-icon {
      position: relative;
      width: 100px;
      height: 100px;
      margin: 0 auto 20px;
      border-radius: 50%;
      background-color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      transition: background-color 0.3s ease;
    }
    
    .value-icon img {
      width: 60%;
      height: auto;
      z-index: 2; /* Ensure image stays on top */
      transition: transform 0.3s ease;
    }
    
    .value-icon:hover {
      background-color: #fc9d04;
    }
    
    .value-icon:hover img {
      transform: scale(1.1); /* Slight zoom effect */
    }
    
    .value-item h3 {
      font-size: 20px;
      font-weight: bold;
      margin: 10px 0;
    }
    
    .value-item p {
      font-size: 14px;
      color: #666;
      line-height: 1.6;
    }

    

.client_section {
  text-align: center;
 
}

.client_section #carouselExampleControls {
  padding: 0 10%;
}

.client_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 45px;
}

.client_section .box .img-box {
  width: 145px;
}

.client_section .box .img-box img {
  width: 100%;
  border-radius: 100%;
}

.client_section .box .detail-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

.client_section .box .detail-box h4 {
  font-weight: bold;
  font-size: 18px;
  padding: 0 10px;
  border-bottom: 1px solid #ffffff;
  margin-left: 2px;
}

.client_section .box .detail-box p {
  margin-top: 10px;
}

.client_section .carousel_btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.client_section .carousel-control-prev,
.client_section .carousel-control-next {
  position: absolute;
  top: 50%;
  width: 45px;
  height: 45px;
  border: none;
  opacity: 1;
  background-color: #fc9d04;
  color: #ffffff;
  border-radius: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 18px;
}

.client_section .carousel-control-prev:hover,
.client_section .carousel-control-next:hover {
  background-color: #102039;
}

.client_section .carousel-control-prev {
  left: 0;
}

.client_section .carousel-control-next {
  left: initial;
  right: 0;
}

/* footer section*/
.footer_section {
  background-color: #184d47;
  
  color: #ffffff;
  padding: 75px 0 40px 0;
  text-align: center;
}

/* .footer_section :hover{
  color: #fc9d04;
} */
.footer_section h4 {
  font-size: 28px;
}

.footer_section h4,
.footer_section .footer-logo {
  font-weight: 600;
  margin-bottom: 20px;
  font-family: 'Playfair Display', serif;
}

.footer_section .footer-col {
  margin-bottom: 30px;
 
}

.footer_section .footer_contact .contact_link_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer_section .footer_contact .contact_link_box a {
  margin: 5px 0;
  color: #ffffff;
}

.footer_section .footer_contact .contact_link_box a i {
  margin-right: 5px;
}

 .contact_link_box a:hover {
  color: #fc9d04;
  transform: scale(1.1);
}

.footer_section .footer-logo {
  display: block;
  font-weight: bold;
  font-size: 32px;
  color: #ffffff;
  margin-top: -60px;
}

.footer_section .footer_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  margin-bottom: 10px;
  
}


.footer_section .footer_social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #102039;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #ffffff;
  border-radius: 100%;
  margin: 0 2.5px;
  font-size: 18px;
}

.footer_section .footer_social a:hover {
  color: #fc9d04;
  transform: scale(1.1);
}

.footer_section .map_container {
  width: 100%;
  height: 175px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.footer_section .map_container .map {
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.footer_section .map_container .map #googleMap {
  height: 100%;
}

.footer_section .footer-info {
  text-align: center;
  margin-top: 25px;
}

.footer_section .footer-info p {
  color: #ffffff;
  margin: 0;
}

.footer_section .footer-info p  {
  color: #ffffff;
}
/* .footer_section .footer-info  a {
  color: #fc9d04;
} */

.footer_section .footer-info p :hover{
  color: #fc9d04;
  
}


/*# sourceMappingURL=style.css.map */



.marquee-container {
  overflow: hidden;
  width: 100%;
  height: 80px; /* Adjust height as needed */
  position: relative;
  background: #f9f9f9; /* Optional: background color */
}


.marquee-item {
  flex-shrink: 0;
  opacity: 0; /* Start as invisible */
  animation: fadeIn 0.5s ease-in-out forwards; /* Apply fade-in effect */
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
.marquee-content {
  display: flex;
  gap: 20px; /* Space between images */
  width: max-content; 
  position: absolute;
  animation: scroll 45s linear infinite;
}
.marquee-content h3{
  text-align: center;
  color: #FC9D04;
  font-weight: bold;
  margin-top: 25px;
}

.marquee-content img {
  height: 80px; /* Adjust image size */
  object-fit: contain;
}

@keyframes scroll {
  from {
    transform: translateX(10%);
  }
  to {
    transform: translateX(-100%);
  }
}




.cta {
  background: #fc9d04;
  color: #fff;
  padding: 50px 0;
  margin: 50px;
  border-radius: 100px;
  text-align: center;
}

.cta h2 {
  font-size: 2.5rem;
  text-align: center;
}

.cta .btn {
  background-color: #fff;
  color: #fc9d04;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  font-size: 1.2rem;
  display: inline-block;
  transition: all 0.3s ease;
  

}

.cta .btn:hover {
  background-color: #184d47;
  color: #fff;
}



 /* About Section */
 .about {
  padding: 50px 0;
}

.about h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.about .features {
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
  margin-left: 25px;
}

.feature-box {
  max-width: 300px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-box:hover{
  transform: scale(1.1);
}

.feature-box i {
  font-size: 3rem;
  color: #fc9d04;
  margin-bottom: 10px;
}

.feature-box h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.service-title1 h2::after{
  content: "";
  display: block;
  width: 60px;
  height: 5px;
  background-color: #fc9d04;
  margin: 10px auto 0;
}

.service-title1 {
  font-size: 24px;
  color: #fc9d04;
  margin-bottom: 10px;
  text-align: center;
}
