
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Open+Sans:wght@300;400;600;700&display=swap");
body {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #151414;
  background-color: #ffffff;
  overflow-x: hidden;
  font-size: 18px;}


 


.layout_padding {
  padding: 50px 0;
}

.layout_padding2 {
  padding: 50px 0;
}

.layout_padding2-top {
  padding-top: 50px;
}

.layout_padding2-bottom {
  padding-bottom: 50px;
}

.layout_padding-top {
  padding-top: 50px;
}

.layout_padding-bottom {
  padding-bottom: 50px;
}

.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;
}

.heading_container h2 {
  position: relative;
  font-weight: bold;
  font-family:Verdana, Geneva, Tahoma, sans-serif;
  margin-bottom: 0;
  font-size: 28px;
}

.heading_container h2 span {
  color: rgba(231, 9, 9, 0.696);
  
}

.heading_container p {
  margin-top: 0px;
  margin-bottom: 0;
}

.heading_container.heading_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

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;
}

/*header section*/
.hero_area {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.hero_area .hero_bg_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  overflow: hidden;
  z-index: -1;
  object-fit:cover;
}

.hero_area .hero_bg_box .bg_img_box {
  width: 100%;
  height: 100%;
  object-fit:cover;/*or 'cover' based on your need*/
}

.hero_area .hero_bg_box img {
  min-width: 100%;
  min-height: 100%;
  object-fit:cover;/*or 'cover' based on your need*/
}

.sub_page .hero_area {
  min-height: 10px;
  background: #f1f1f4;
}

.sub_page .hero_area .hero_bg_box {
  display: inline-block;
}

.header_section {
  padding: 5px ;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}
.navbar-brand .kuwait,
.navbar-brand .forex,
.navbar-brand .traders {
    font-weight: bold;
    font-size: 28px; 
}

.navbar-brand .kuwait {
  color: green !important;
}

.navbar-brand .forex {
  color: rgb(99, 98, 98) !important;
}

.navbar-brand .traders {
  color: rgba(231, 9, 9, 0.696);
}


.custom_nav-container {
  padding: 0px;;
}

.custom_nav-container .navbar-nav {
  margin-left: auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 5px 20px;
  color: rgba(231, 9, 9, 0.696);
  text-align: center;
  text-transform: uppercase;
  border-radius: 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link, .custom_nav-container .navbar-nav .nav-item.active .nav-link {
  color: rgba(231, 9, 9, 0.696);
}

.custom_nav-container .navbar-nav .nav-item.active .nav-link {
  font-weight: 600;
}

.custom_nav-container .nav_search-btn {
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  color: #e6e3e1;
}

.custom_nav-container .nav_search-btn:hover {
  color:  rgba(231, 9, 9, 0.696);
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #565656;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: " ";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #161515;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
}



/*end header section*/


/* slider section */



.slider_section .detail-box {
  margin-top: 150px;
  color: #ed722a;
}

.slider_section .detail-box h1 {
  font-size: 30px;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #c41a0e;
    width: 100%;
  
    display: inline-block;
    margin: 0 0.5rem;
  
    animation: bounce; /* referring directly to the animation's @keyframe declaration */
    animation-duration: 2s; /* don't forget to set a duration! */
  
   
}




.slider_section .detail-box p {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  color: #bd0d0d;
  font-size: 30px;/*Responsive for desktops change to 70px for desktop */
  font-style: normal;
}

.slider_section .detail-box .btn-box {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;}

 .btn-raised {
    background-color: #d51f15;
    color: #fff;
    padding: 1rem 2rem;
    border: 2px;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.3s ease;
}
.btn-raised:hover {
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.3);
}


.slider_section .detail-box .btn-box a {
  margin: 10px;
  text-align: center;
  width: 130px;
 
}


.slider_section .detail-box .btn-box .btn1 {
  
    background-color: rgb(212, 24, 24);
    color: #0e0d0d;
    padding: 0.8rem 1rem;/*reduced padding*/
    font-size: 0.9rem;/*Reduced font size*/
    border: none;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(99, 98, 98, 0.2);
    transition: box-shadow 0.3s ease;
    position: absolute;
    top: auto;
    left: 50;
    transform: translateX(-50%);/*ensure perfect centering*/
    margin-top: 5px;

}
.btn-raised:hover {
    box-shadow: 0 8px 16px rgba(87, 86, 86, 0.3);

    justify-content: inherit;
    align-items: center;
    margin: -5px 10px 0px 10px; /* Adjusted margin */
    position: relative;/* !important */
    right: -1px; /* !important */
    top: -30px; /* !important*/
  }
    


.slider_section .detail-box .btn-box .btn1:hover {
  background-color: #d3350e;

}

.slider_section .detail-box .btn-box .btn2 {
  display: flex;
 
  background-color: #000000;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.slider_section .detail-box .btn-box .btn2:hover {
  background-color: #f5693e;
}

.slider_section .img-box {
  margin: 30px 0;
}

.slider_section .img-box img {
  width: 100%;
  -webkit-animation: upDown 5s infinite;
          animation: upDown 5s infinite;
}

@-webkit-keyframes upDown {
  0% {
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
  }
  50% {
    -webkit-transform: translateY(45px);
            transform: translateY(45px);
  }
  100% {
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
  }
}

@keyframes upDown {
  0% {
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
  }
  50% {
    -webkit-transform: translateY(45px);
            transform: translateY(45px);
  }
  100% {
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
  }
}

.slider_section .carousel-indicators {
  position: unset;
  margin: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section .carousel-indicators li {
  background-color: #f5693e;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  opacity: 1;
}

.slider_section .carousel-indicators li.active {
  width: 20px;
  height: 20px;
  background-color: #f5693e;
}


/* End slider section*/

/* Service Section*/

.service_section {
  position:relative;
 
  font-style: normal;
  
    margin: 0; /* Removes any default margin */
    padding: 20px; /* Adds spacing inside the section */
    position: relative;
    font-style: normal;
    margin: 0;
    padding: 20px;
    text-align: justify;
    display: flex
    
;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    margin-right: 10px;}
    
 

.service_section .layout_padding{
  padding-bottom: 25px;
  

}



.service_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;

  -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;
  text-align: justify;
  font-style: normal;

  margin-bottom: 45px;
 

  margin-top: 20px;
  background-color: white;

    margin-left: 20px; /* Previously 150px, now reduced to half */
    margin-right: 20px; /* Previously 60px (if applicable), now reduced */
  }



.service_section .box .img-box {
  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;
  width: 150px;
  min-width: 150px;
  height: 150px;
  margin-bottom: 5px;
  margin-top: 15px;
  margin-left: 70px;
  margin-right: 70px;
}

.service_section .box .img-box img {
  display: flex;

  justify-content: center;
  align-items:normal;
  height: 150px;
  margin-bottom: 10px;
  width: 150px;
  border: 3px solid #161515;
  border-radius: 10px;
  padding: 5px;
  
 transition: transform 0.3s ease-in-out;
}

.service_section .box .img-box a:hover img {
    transform: scale(1.2);
}


.service_section .box .detail-box h5 {
  text-align: center;
 
  font-weight: bold;
  text-transform: uppercase;
  font-style: normal;
  
}

.service_section .box .detail-box a {
  color: #d91b17;
  font-weight: normal;
  text-align: center; /* Center aligns text */
  display:flex;
  white-space: nowrap; /* Prevents line breaks */
  

  max-width: 100%; 
  margin-left: 10px;
  margin-right: 10px;
  
}

.service_section .box {
  display: flex; /* Makes sure elements are aligned in a row */
  flex-wrap: nowrap; /* Prevents elements from wrapping to the next line */
  justify-content: center;
  align-items: center;
  gap: 10px; /* Adds space between items */
}

.service_section .btn-box {
  display: flex;
  justify-content: ;
  margin-top: 45px;
}

.service_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #e34713;
  color: #101010;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.service_section .btn-box a:hover {
  background-color: #e04c16;
}


/*End service section*/


/*About section*/

.about_section {
  background-color: #ffffff;
  color: #0c0b0b;
  text-align: justify;
  
 
 max-width:95%;
  display: flex;
  flex-direction: column;

    width: 95%; /* Keeps slight spacing on the sides */
    padding: 10px; /* Adjusted padding */
    margin-left: 10px;
    margin-right: 10px;
  }

  

  .about_section .detail-box p {
    padding: 0 5px; /* Ensures proper text spacing */
    margin-left: 10px;
    margin-right: 10px;
  }

  .about_section .box {
    padding: 0 5px; /* Adds space for better readability */
  }



.about_section .heading_container {
  margin-bottom: 25px;
  text-align: center;

 
}



.about_section .detail-box h3 {
  
  
  font-weight: normal;}
  .about_section .kuwait{
  color: green !important;}


  .about_section  .forex {
  color: rgb(99, 98, 98) !important;
}

.about_section .traders {
  color: rgba(231, 9, 9, 0.696)!important;
}

  

.about_section .detail-box p {
  margin-top: 15px;
  font-size: 18px;
  margin-right: 5px;
  max-width: 98%;
  margin-left: 0px;
  text-align:justify;
  align-items: center;
  justify-content: center;

  
}

.about_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;
  text-align: justify;
  font-style: normal;
  

  margin-top: 20px;
  margin-bottom: 10px;
  background-color: white;

  border-radius: 0px;
  margin-left: 0px;
  text-align:inherit;
  align-items: center;
  justify-content: center;

}

.about_section .detail-box a:hover {
  background-color: #f5efed;
  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;
  text-align: justify;
  font-style: normal;
  


  margin-bottom: 10px;
  background-color: white;

  border-radius: 0px;
}
.about_section .img-box{
  height: 600px;/*Match the detail box height*/
  width: 1057px;

    width: 100%;
    height: 100%;
    object-fit:scale-down;}

    .about_section .img {
      object-fit: scale-down;
    }



/*--About section end*/

/*Why section*/

.why_section .box {
  margin-top: 45px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: justify;
  font-style: normal;
}

.why_section .box .img-box {
  margin-bottom: 40px;
  margin-right: 20px;
  margin-top: 40px;
  width: 100px;
  height: 100px;
  min-width: 150px;
  min-height: 150px;
  border-radius: 15px;
  border: 5px solid #090909;
  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;
}


.why_section .box .img-box img {
  width: 100px;/*increase the width*/
  height: auto;/*keep the aspect ratio*/
  fill: #e8e1df;
  align-items: flex-start;
  transition: transform 0.3s ease-in-out;
}

.why_section .box .img-box a:hover img {
    transform: scale(1.2);
}


.why_section .box h5 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
  color: #d12a13;
  font-style: normal;
}

.why_section .box p {
  margin-bottom: 10px;
}

.why_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 25px;
}

.why_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #f5693e;
  color: #f06d16;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.why_section .btn-box a:hover {
  background-color: #d32512;
}

/*team section */
.team_section {
  text-align: center;
  background-color: #f5693e;
  color: #171616;
}

.team_section .heading_container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.team_section .team_container {
  padding: 0 15px;
}

.team_section .team_container .box {
  padding: 35px 0 0 0;
  border-radius: 5px;
  overflow: hidden;
  -webkit-transition: all .1s;
  transition: all .1s;
  margin-top: 45px;
  background: -webkit-gradient(linear, left top, left bottom, from(#002759), to(#002b64));
  background: linear-gradient(to bottom, #002759, #002b64);
}

.team_section .team_container .box .img-box {
  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;
}

.team_section .team_container .box .img-box img {
  width: 120px;
  border-radius: 100%;
  border: 5px solid #ffffff;
}

.team_section .team_container .box .detail-box {
  margin: 25px 0;
}

.team_section .team_container .box .detail-box h5 {
  color: #00bbf0;
  font-weight: 600;
  position: relative;
}

.team_section .team_container .box .social_box {
  padding: 10px 45px 20px 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.team_section .team_container .box .social_box a {
  color: #ffffff;
  font-size: 22px;
}

.team_section .team_container .box .social_box a:hover {
  color: #00bbf0;
}

/*team section end*/
/* client section start */
.client_section .heading_container {
  margin-bottom: 30px;
}

.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;
  margin: 15px;
}

.client_section .box .img-box {
  position: relative;
  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;
  width: 100px;
  margin-bottom: -50px;
  margin-left: 25px;
  position: relative;
}

.client_section .box .img-box img {
  border-radius: 100%;
}

.client_section .box .client_id {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.client_section .box .client_id .client_info h6 {
  font-weight: 600;
  margin-bottom: 5px;
}

.client_section .box .client_id .client_info p {
  margin-bottom: 0;
  font-size: 15px;
  font-size: 14px;
  margin-bottom: 10px;
}

.client_section .box .detail-box {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  padding: 75px 25px 25px 25px;
}

.client_section .box .detail-box i {
  color: #00204a;
  margin-bottom: 10px;
}

.client_section .owl-carousel .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.client_section .owl-carousel .owl-nav .owl-prev,
.client_section .owl-carousel .owl-nav .owl-next {
  width: 55px;
  height: 55px;
  background-color: #ffffff;
  color: #000000;
  outline: none;
  bottom: 0px;
  font-size: 24px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}

.client_section .owl-carousel .owl-nav .owl-prev:hover,
.client_section .owl-carousel .owl-nav .owl-next:hover {
  color: #00204a;
}

/* client section end */
.info_section {
  background-color: #212121;
  color: #f0eaea;
  
  font-style: normal;
font-size: 18px;}



container, .info_section{
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;}

.info_section h4 {
  font-weight: 100;
  margin-bottom: 5px;
  margin-top: 5px;
  align-content: inherit;
  color: #ede7e7;
  font-style: normal;
}

.info_section .info_col {
  margin-bottom: 5px;
  margin-left: 0px;
  margin-right: 0px;}
  .info_section .whatsapp-icon {
    width: 16px;
    height: 16px;
    color: green;
  }


.info_section .info_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;
}

.info_section .info_contact .contact_link_box a {
  margin: 5px 0;
  color: #cdc5c5;
}

.info_section .info_contact .contact_link_box a i {
  margin-right: 5px;
}

.info_section .info_contact .contact_link_box a:hover {
  color: #e2e0e0;
}

.info_section .info_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  margin-bottom: 10px;
  
}


.info_section .info_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: #f6f5f5;
  border-radius: 50%;
  margin-right: 25px;
  font-size: 25px;
}

.info_section .info_social a:hover {
  color: #ddd8d7;
}

.info_section .info_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  -webkit-box-orient:inherit;
  -webkit-box-direction:left;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: left;
      flex-wrap: left;
       align-content: inherit;
       text-align: inherit;
}

.info_section .info_links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
  margin-bottom: 5px;
  color: #ebe2e2;
  align-content: inherit;
  margin-left: 40;
  text-align: inherit;
  justify-content: flex-start;
}

.info_section .info_links a:hover {
  color: #dad1d1;
}

.info_section form input {
  border: none;
  border-bottom: 1px solid #212121;
  background-color: transparent;
  width: 100%;
  height: 25px;
  color: #212121;
  outline: none;
}

.info_section form input::-webkit-input-placeholder {
  color: #e0e0e0;
}

.info_section form input:-ms-input-placeholder {
  color: #f5693e;
}

.info_section form input::-ms-input-placeholder {
  color: #f5693e;
}

.info_section form input::placeholder {
  color: #f5693e;
}

.info_section form button {
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 10px 55px;
  background-color: #212121;
  color: #f1ebeb;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  margin-top: 15px;
}

.info_section form button:hover {
  background-color: #212121;
}

/* footer section*/
.footer_section {
  position: relative;
  background-color: #212121;
  text-align:justify;
  justify-content: center;
  font-style:normal ;
padding-left: 0px;}

  


.footer_section p{
  color: #ebe7e6;
  padding: 5px 0;
  margin: 0;
  font-size: 15px;
  text-align:left;
  font-weight: normal;}

 
.footer_section p a {
  color: #fffbfa;
  text-align: right;
  font-size: 15px;
  font-style: normal;
  text-align:justify;
  justify-content: center;
}

#info_social {
  display: flex;
  justify-content: inherit;
  align-items: center;
  padding-left: 5px;
  background-color: #212121;
  margin-bottom: 10px;
}

#info_social .social-icons {
  display: flex;
  gap: 15px;
}

#info_social .icon {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content:center;
  align-items:center;
  border-radius: 10px; /* Change to 50% for round icons */
  background-color: #212121;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out, background-color 0.3s ease;
}

#info_social .icon img {
  width: 30px;
  height: 30px;
}

#info_social .icon:hover {
  transform: scale(1.2);
}

/* Background colors for each platform */
#info_social .facebook { background-color: #f1eeee; } /* Facebook Blue */
#info_social .instagram { background-color:#f1eeee; } /* Instagram Pink */
#info_social .telegram { background-color: #f1eeee; } /* Telegram Blue */
#info_social .linkedin { background-color: #f1eeee; } /* LinkedIn Blue */
#info_social .x { background-color: #f1eeee; } /* X Black */


