/**
// 
// MADE WITH LOVE 
// - FA10 
// 

*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

html{
  font-size: 16px; /* Default browser setting */

}
:root{
--sea-foam:						#ffffff83;
--orange-off:#BF9E71;
--orange-vibrant:#ec8c3e;
--orange-vibrant-hover: #ec8c3ecb;
--primary: #ff0000;
/* --orange-vibrant-hover: #ec8c3e98; */
--dark: #000000c0;
--sub-prime:#af8c5e;

/* --orange-vibrant:#ff7300; */
/* --orange-vibrant:#cf9a6e;  */
--default-font: "Open Sans",  system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";

--default-color: #444444; /* Default color used for the majority of the text content across the entire website */
  --heading-color: #2c4964; /* Color for headings, subheadings and title throughout the website */
  --accent-color: #1977cc; /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
  --surface-color: #ffffff; /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
  --contrast-color: #ffffff; /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */

/* --orange-vibrant:#ff7300; */
/* --orange-vibrant-hover: #ff7300b6; */

	/* 
  --spearmint:					#c2bbbb2c; */
  --beige-dark:#c2af9dc2;
  --beige:						#c2af9d62;
  --spearmint:					#cc8a642c;
  --background-color: #ffffff; /* Background color for the entire website, including individual sections */
  --dark-brown:rgba(12, 6, 0, 0.445);
  --logo-brown:#6C5E50;

}

@import url('https://fonts.cdnfonts.com/css/br-segma');
body {
  /* font-family: 'br segma', sans-serif  !important; */
  font-family: var(--default-font);
                                                
font-size: 100%;
  color: #444444;
  background-color: rgba(255, 255, 255, 0.952);
  background: url('/assets/img/BG_design.png')   center;
  background-size: contain;
  box-shadow: inset 0 0 10px rgba(114, 80, 35, 0.9); /* Example of an inset box shadow */


}

body.en {
  font-size: 40%; 
}



a {
  color: black;
  text-decoration: none;
}

a:hover {
  color: #ff7300;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /*  "Raleway", sans-serif; */
}


.dashicons--plus {
  display: inline-block;
  width: 1em;
  height: 1em;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23000' d='M17 7v3h-5v5H9v-5H4V7h5V2h3v5z'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
p{


  color: rgb(88, 88, 88);

font-size: large;

}
.glow {


  margin-top: 0; padding-top: 0;
margin-bottom: 50px;
  font-size: 40px;
  font-weight: 700;
  color: white;
position: relative;

bottom:25px;

}
.glow::after {
  content: "";
  width: 100%;
  height: 1.5px;
  display: block;
  background: var(--orange-vibrant);
  margin-top: 10px;

}

@media (max-width: 768px) {

} 



/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.fixed-actions {
  position: fixed;
  right: 7px;
  top: 93%;
  transform: translateY(-50%);
  z-index: 100;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  background: white;
  padding: 10px;
  text-align: center;
  visibility: hidden; /* Initially hidden */
  opacity: 0; /* Initially hidden */
  transition: visibility 0.4s, opacity 0.4s; /* Smooth transition */
}

.fixed-actions .back-to-top
{
  display: block;
  margin: 0 auto;
  width: 40px;
  height: 40px;
  background: var(--orange-vibrant);
  color: #151515;
  font-size: 28px;
  line-height: 40px;
  transition: all 0.4s;
  border-radius: 20%;
}

.fixed-actions .whatsup {
  display: block;
  margin: 0 auto;
  width: 40px;
  height: 40px;

  color: #56be3c;
  font-size: 40px;
  line-height: 40px;
  transition: all 0.4s;}

.fixed-actions .back-to-top i,
.fixed-actions .whatsup i {
  display: inline-block;
  vertical-align: middle;
}




.fixed-actions .back-to-top:hover
 {
  background: var(--orange-vibrant-hover);
  color: white;
}


.fixed-actions .whatsup:hover{

  color: #56be3cb7;


}

.fixed-actions .divider {
  margin: 10px 0;
  border: 0;
  border-top: 1px solid #69471d;
}

.fixed-actions.active {
  visibility: visible; /* Show the element */
  opacity: 1; /* Show the element */
}


.header .navbar .dropdown {

align-items: center;
justify-content: center;

}
.header .navbar .dropdown a span {


  margin-inline-end: 10px;
}
.header .navbar .dropdown a i{

margin: 0 auto;
position: absolute;
top: 10px;
color: red;
margin-inline-end: 10px;


}

 
@media (max-width: 768px) {

} 

@media (max-width: 576px) {

  .fixed-actions {
    position: fixed;
    right: 7px;
    top: 93.5%;
    transform: translateY(-50%);
    z-index: 100;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    background: white;
    padding: 5px;
    text-align: center;
    visibility: hidden; /* Initially hidden */
    opacity: 0; /* Initially hidden */
    transition: visibility 0.4s, opacity 0.4s; /* Smooth transition */
  }
  
  .fixed-actions .back-to-top
  {
    display: block;
    margin: 0 auto;
    width: 40px;
    height: 40px;
    background: var(--orange-vibrant);
    color: #151515;
    font-size: 26px;
    line-height: 20px;
    transition: all 0.4s;
    border-radius: 20%;
  }
  
  .fixed-actions .whatsup {
    display: block;
    margin: 0 auto;
    width: 40px;
    height: 40px;
  
    color: #56be3c;
    font-size: 40px;
    line-height: 40px;
    transition: all 0.4s;}
  

  

} 



.stats{color: white;
font-size: 12px;

}







/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/

#preloader {
  
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000f6; /* Background color */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999; /* Ensure it covers the entire page */
}
#preloader .loader {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
#preloader img {
  width: 100px; /* Adjust logo size */
  height: auto;
  z-index: 10; /* Ensure the logo is above the circle */
}
#preloader .circle {
  position: absolute;
  width: 120px; /* Circle size */
  height: 120px; /* Circle size */
  border: 5px solid transparent;
  border-top: 5px solid var(--orange-vibrant); /* Blue color for the top border */
  border-radius: 50%;
  animation: spin 1s linear infinite;
  z-index: 5;
}
/* Spin animation */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Hide the preloader when the page is loaded */
.loaded #preloader {
  display: none;
}


/* SEASONAL POPUP IMAGE */
#consolPopup {
background-color: transparent;
  width: auto;
  height: auto;
}


/* 
@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
} */

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
/* .header {
background-color: #00000083;

  color: var(--default-color);
  background-color: var(--background-color);
  padding: 15px 0;
  transition: all 0.5s;
  z-index: 997;
} */
#header{
  /* padding: 15px 0; */
  /* border-bottom: solid 2px rgba(189, 186, 186, 0.349); 
  background-color: var(--dark-brown);*/
  /* box-shadow: rgba(151, 146, 142, 0.404) 0px 2px 6px, rgba(59, 59, 66, 0.329) 0px 4px 13px, rgba(117, 111, 107, 0.342) 0px 24px 80px;  */

}
.header .logo {
  
  margin-inline-end: auto;
 /* margin-right: 30px; */
  /* line-height: 1; */
 
}

.header .logo img {
  max-height: 216px;

}


.btn-getstarted,
.btn-getstarted:focus {
  color: white; 
  background-color: var(--orange-vibrant);
  font-size: 14px;
  padding: 8px 25px;
  /* margin: 0 0 0 30px; */
  cursor: pointer; 

  transition: 0.3s;
}


/* #header.header-scrolled .btn-getstarted {
  color: #000000;
} */




 .btn-getstarted:hover,
 .btn-getstarted:focus:hover {
  color: white;
  background-color: var(--orange-vibrant-hover);
}

.header .navmenu{
border-radius: 15px;
/* background-color: #c9c7c610; */
border: solid 1px rgba(255, 255, 255, 0.1);
  margin-inline-start: 30px;
  margin-inline-end: 30px;
}




@media (max-width: 1200px) {
  .header .logo {
    order: 1;
  }

  .header .btn-getstarted {
    order: 2;
    margin: 0 15px 0 0;
    /* padding: 6px 15px; */
  }

  .header .navmenu {
    order: 3;

  }
}

 
@media (max-width: 768px) {

} 

@media (max-width: 576px) {
  .header .logo {
    order: 1;
  }
  .header .logo img {
width: 80%;
height: auto;  
  }
  
  .header .btn-getstarted {
    /* order: 2;
    margin: 0 15px 0 0;
    padding: 4px 11px;
    font-size: 13px; */

    display: none;
  }

  .header .navmenu {
    order: 2;

  }

} 



/* Index Page Header
------------------------------*/
.index-page .header
 {

  --heading-color: #ffffff;
  --nav-color: #ffffff;
}

/* Index Page Header on Scroll
------------------------------*/
/* .index-page.scrolled .header {
  --background-color: rgba(40, 58, 90, 0.9);
} */



#header.header-inner-pages .navbar a,
#header.header-inner-pages .navbar .dropdown ul a,
#header.header-inner-pages i {
  color: black; /* Set font color of menu items to black */
}


#header.header-inner-pages .navbar .dropdown ul {
  background-color: #ffffffa8; /* Set font color of dropdown menu items to black */
}





#header .dropdown ul {
  background-color: var(--dark-brown);
  border: none; /* Remove border if any */
  color: white;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1); /* Optional: add some shadow */
}



/* SCROLLED!!!!!!!!!!!!!!!!!!! */


#header.header-scrolled,
#header.header-inner-pages,
.project-detailes-page #header
{
  box-shadow: 0px 2px 5px rgba(139, 135, 135, 0.596); /* Optional: add some shadow */

  background-color: rgba(255, 255, 255, 0.966);
  transition: transform 0.7s ease;
  border-bottom: none;

}
#header.header-scrolled .navmenu,
#header.header-inner-pages .navmenu,
.project-detailes-page #header .navmenu
{
  border-radius: 15px;
  /* background-color: #c9c7c610; */
  border: solid 1px rgba(59, 42, 25, 0.11);

}



 /* New styles for dropdown menu when scrolled */
#header.header-scrolled .dropdown ul

{

  border: none; /* Remove border if any */
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1); /* Optional: add some shadow */
}
#header.header-scrolled  .navmenu ul a,
#header.header-scrolled .language-display i,
.project-detailes-page #header .navmenu ul a,
.project-detailes-page #header .language-display i
{

color: rgb(20, 12, 2);

}

#header.header-scrolled .dropdown ul,
.project-detailes-page #header .dropdown ul{

background-color: rgba(255, 255, 255, 0.925);

}
  .navmenu ul a{

    font-size:18px;
    font-weight: 600;
  }

  .dropdown .toggle-dropdown {
    margin-inline-start: 7px;

    position: relative; 
    top:2px;
}
  .mobile-only-item{

    display: none;
  }

  .descriptions,  .contact_info p{
    font-size: 18px;
  }

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
@media (min-width: 1200px) {


/* Hover effect for top-level nav items */
.navmenu > ul > li > a:hover::after {
  position: absolute;
  content: "";
  top: 95%;
  left: 0;
  width: 100%;
  height: 3px;
  background:var(--orange-vibrant-hover);
  transform: scaleX(0);
  transform-origin: right;
  /* transition: transform 0.5s; */
}

/* Change color on hover for top-level nav items */
.navmenu > ul > li > a:hover {
  color:var(--orange-vibrant-hover);
}

/* Animation effect on hover for top-level nav items */
.navmenu > ul > li > a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}


    .navmenu .dropdown ul a:hover,
    .navmenu .dropdown ul .active:hover,
    .navmenu .dropdown ul li:hover>a {
  
      background-color: var(--orange-vibrant-hover);
      box-shadow:0px 0px 5px 0px #ffffff80; ;
      /* transform: translateX(10px); */
      border-width: 10px;

    
    }


    /* MENU BACKGROUND COLOR!! */
  .header .navmenu{

    /* background-color: var(--beige); */
  
  }

  .navmenu {

    padding: 0;
/* margin: auto; */
flex:1;
text-align: center;
justify-content: center; /* Vertically center items */
  }

  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
      justify-content: center;
  }

  .navmenu li {
    position: relative;
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-color);
    padding: 18px 15px;
    font-size: 15px;
    /*  var(--nav-font); */
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s;
  }

  .navmenu li:last-child a {
    padding-right: 0;
  }



  .navmenu .dropdown ul {
    margin: 0;
    padding: 10px 0;
    background: rgba(0, 0, 0, 0.342);
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 99;
    box-shadow: 0px 0px 30px color-mix(in srgb, var(--default-color), transparent 85%);
  }

  .navmenu .dropdown ul li {
    min-width: 200px;
  }

  .navmenu .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    color: white;
  }

  .navmenu .dropdown ul a i {
    font-size: 12px;
  }


  .navmenu .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navmenu .dropdown .dropdown ul {
    top: 0;
    left: -90%;
    visibility: hidden;
  }

  .navmenu .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: -100%;
    visibility: visible;
  }


  .navmenu .dd-box-shadow { /* THIS IS WHAT TRANSFORM THE MENU TO AN ICON, FOR MOBILE AND SMALLER DISPLAY MENU */
    box-shadow: 0px 0px 30px color-mix(in srgb, var(--default-color), transparent 85%);
  }
}


@media (min-width: 1199px) {
  /* .mobile-only-item {
    display: block;
  } */


  .language-display{

    display: block;

  }


}

/* Mobile Navigation */
/*@media (max-width: 1199px) {*/


/*  .btn-getstarted{*/

/*    display: none;*/
/*  }*/

/*  .mobile-only-item{*/
/*    display: block;*/
/*  }*/
/*  .descriptions,  .contact_info p{*/

/*    font-size: 14px;*/

/*  }*/
  /* .contact_us .contactus_paragraph .descriptions{
    color: red;
   font-size: 5px;
  } */



/*  .header .logo img {*/
/*    max-height: 250px;*/
  
/*  }*/
/*  .language-display{*/

/*    display: none;*/

/*  }*/

  /* .mobile-only-item {
    display: block;
  } */


/*  .mobile-nav-toggle {*/
/*    color: var(--beige-dark);*/
/*    font-size: 28px;*/
/*    line-height: 0;*/
/*    margin-right: 10px;*/
/*    cursor: pointer;*/
/*    margin: 0 auto;*/
/*    padding: 5px 2px;*/
/*    transition: color 0.3s;*/

/*  }*/



/*  .navmenu {*/
/*    padding: 0;*/
/*    z-index: 9997;*/
/*      }*/

/*  .navmenu ul {*/

/*    display: none;*/
/*    position: fixed;*/
/*    inset: 60px 10px 20px 20px;*/
/*    height: 75%;*/
/*    padding: 10px 0;*/
/*    margin: 0;*/
/*    border-radius: 6px;*/
/*    background-color:rgba(255, 255, 255, 0.801);*/
/*    overflow-y: auto;*/
/*    transition: 0.3s;*/
/*    z-index: 9998;*/
/*    box-shadow: 0px 0px 30px color-mix(in srgb, var(--default-color), transparent 90%);*/
/*  }*/

/*  .navmenu li a,*/
/*  .navmenu li a:focus {*/
/*color: var(--default-color);*/
/*    padding: 10px 20px;*/
    /*  var(--nav-font); */
/*    font-size: 17px;*/
/*    font-weight: 600;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: space-between;*/
/*    white-space: nowrap;*/
/*    transition: 0.3s;*/
/*  }*/

/*  .navmenu a:hover{*/
/*background-color: var(--orange-vibrant-hover);*/
/* color: var(--beige-dark); */
/*  }*/



/*  .navmenu a i,*/
/*  .navmenu a:focus i {*/
/*    font-size: 12px;*/
/*    line-height: 0;*/
/*    margin-left: 5px;*/
/*    width: 30px;*/
/*    height: 30px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    border-radius: 50%;*/
/*    transition: 0.3s;*/

/*  }*/

/*  .navmenu a i:hover,*/
/*  .navmenu a:focus i:hover {*/

/*    color: var(--contrast-color);*/
/*  }*/



/*  .navmenu .active i,*/
/*  .navmenu .active:focus i {*/


/*    transform: rotate(180deg);*/
/*  }*/


/*  .navmenu .dropdown ul ul {*/
/*    background-color: rgb(41, 33, 33);*/
/*  }*/

/*  .navmenu .dropdown>.dropdown-active {*/
/*    display: block;*/
/*    background-color: rgba(33, 37, 41, 0.03);*/
/*  }*/

/*  .mobile-nav-active {*/
/*    overflow: hidden;*/
/*  }*/

/*  .mobile-nav-active .mobile-nav-toggle {*/
/*    color: var(--orange-vibrant);*/
/*    position: absolute;*/
/*    font-size: 32px;*/
/*    top: 15px;*/
/*    right: 15px;*/
/*    margin-right: 0;*/
/*    z-index: 9999;*/
/*  }*/

/*  .mobile-nav-active .navmenu {*/
/*    position: fixed;*/
/*    overflow: hidden;*/
/*    inset: 0;*/
    /* background: rgba(41, 33, 33, 0.8); */
/*    transition: 0.3s;*/
/*  }*/

/*  .mobile-nav-active .navmenu>ul {*/
/*    display: block;*/
/*  }*/
/*}*/

/* Navmenu - Mobile */
@media (max-width: 1199px) {
  .mobile-nav-toggle {
    color: #c1a98fc7;
;    font-size: 28px;
    line-height: 0;
    /* margin-right: 10px; */
    padding: 1.5px;
    cursor: pointer;
    transition: color 0.3s;
  }
  .language-display{

    display: none;

  }

  .mobile-only-item{

    display: block;
  }
  #header.header-scrolled  .navmenu ul a,
  #header.header-scrolled .language-display i,
  .project-detailes-page #header .navmenu ul a,
  .project-detailes-page #header .language-display i,
  .header .navmenu ul li a
  {
  
  color: #c1a98f;
  
  }



  #header .dropdown ul{


    background-color: rgb(255, 255, 255);
  }

  .navmenu {
    padding: 0;
    z-index: 9997;
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    /* background: #c1a98f59; */
    transition: 0.3s;
  }


  .navmenu ul {
    display: none;
    position: absolute;
    inset: 60px 20px 20px 20px;
    padding: 10px 0;
    margin: 0;
    border-radius: 6px;
    background-color: #ffffffef;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }



  .navmenu a,
  .navmenu a:focus {

    padding: 10px 20px;

    font-size: 17px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    color: #c1a98fc7;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
background-color: #ffffff;  
border: 2px solid #c1a98fc7;


}


  .navmenu ul li a:hover,
  .navmenu .active,
  .navmenu .active:focus,
  #header.header-scrolled .navmenu ul li a:hover {

    color: var(--orange-vibrant-hover);
  }

  .navmenu .active i,
  .navmenu .active:focus i {
    transform: rotate(180deg);
  }

  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    /* background-color: blue; */
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    box-shadow: none;
    transition: all 0.5s ease-in-out;
  }


  /* .navmenu .dropdown ul ul {
    background-color: rgba(255, 255, 255, 0.562);
  } */

  .navmenu .dropdown>.dropdown-active {
    display: block;
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .mobile-nav-toggle {
    /* color: #13c557; */
    position: absolute;
    font-size: 32px;
    top: 15px;
    right: 15px;
    margin-right: 0;
    z-index: 9999;
  }



  .mobile-nav-active .navmenu>ul {
    display: block;
  }
}




.contact-info .phone-number {
  color: #d80d0d;
}

/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media (max-width: 576px) {


  .aboutus_img{display: none;}
  .glow {

    font-size: 18px;


  
  }
  
  .descriptions,  .contact_info p{

    font-size: 14px;
    color:#000000;
  }

  .whatsapp-number,.phone-number {

    color: black;
  }


  .contact_info img{

    width: 20px;
    height: 20px;
  }
  
} 



.lang-toggle {
  color: #ffffff;
  font-size: 1.9rem;
  cursor: pointer;
  z-index: 9999;

} 
.lang-toggle:hover{
color: rgba(255, 255, 255, 0.61);

} 

.language-display {
  position: flex;
padding: 20px;

}
.language-display i{
font-style: normal;
  font-size: 16px;
  font-weight: 600;
}

.logo .left {
  margin-left: auto;
}

.logo .right {
  margin-right: auto;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#hero {
  width: 100%;
  height: 100vh;
  background-color: rgba(39, 37, 34, 0.438);
  box-shadow: 0px 1px 15px rgba(2, 2, 2, 0.637);

  overflow: hidden;
  padding: 0;
}

#hero .carousel-item {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#hero .carousel-item::before {
  content: "";
  background-color: rgba(44, 43, 43, 0.7);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .carousel-content {
  text-align: center;
}

#hero h1 {
  margin: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
  color: #fff;
  margin-bottom: 28px;

}



#hero h2 {
  color: rgba(255, 255, 255, 0.9);
  margin: 10px 0 0 0;
  font-size: 32px;
}



#hero p {
  width: 80%;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 0;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}

#hero .carousel-indicators li {
  cursor: pointer;
  list-style-type: none;
}



#hero .play-btn{
  font-size: 85px;
  cursor: pointer;
  color: var(--orange-vibrant);

  width: 42px;
  height: 42px;



}

#hero .play-btn:hover{

color:var(--orange-vibrant-hover);


}



@media (max-width: 768px) {
  #hero .play-btn{
    font-size: 55px;
    cursor: pointer;
    color: var(--orange-vibrant);
  
    width: 42px;
    height: 42px;
  
  
  
  }
}
@media (max-width: 576px) {
  
  #hero .play-btn{
  font-size: 45px;
  cursor: pointer;
  color: var(--orange-vibrant);

  width: 42px;
  height: 42px;
}


}

@media (min-width: 1024px) {
  #hero p {
    width: 50%;
  }

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}


@media (max-width: 992px) {
  #hero .play-btn {
    margin-top: 30px;
  }
}


@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 20px;
    line-height: 24px;
  }
}




/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
  position: relative;
}

.section-title {
  padding-top: 30px;
  padding-bottom:30px;
  text-align: center;
  align-items: center;
  justify-content: center;

}




 /* .section-title h2 { 
  font-size: 18px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #9c7a6a;

} */

.section-title p::after {
  content: "";
  width: 5vw;
  height: 3px;
  display: inline-block;
  background: var(--orange-vibrant);
  margin: 12px 10px;

}

.section-title p::before {
  content: "";
  width: 5vw;
  height: 3px;
  display: inline-block;
  background: var(--orange-vibrant);
  margin: 12px 10px;
}


.section-title p {
  margin: 0;

  font-size: 50px;
  font-weight: 500;
  text-transform: uppercase;
   /* "Poppins", sans-serif; */
  /* color: #151515; */
  font-weight: bold;

   background: url('/assets/img/TEXT_PATTERN/TEXT-PATTERN_1.jpg') no-repeat;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
}


@media (max-width: 768px) {

  .section-title p {

    font-size: 40px;
  }
  
.glow{font-size: 40px;}

  .section-title p::after {
    content: "";
    width:  4.3vw;
    height: 2px;

  
  }
  
  .section-title p::before {
    content: "";
    width:  4.3vw;
    height: 2px;

  }

  } 
 @media (max-width: 576px) {


  .section-title p {


    font-size: 30px;

  
  }

  
.glow{font-size: 30px;}

}






/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/



.about {
  padding: 55px 0 55px 0;
/* background: url('/assets/img/bg_section.png'); */
  
}
.about .row{
  
  padding-bottom: 5rem;
  /* display: flex; */

  align-items: center; 
  justify-content: center;/* Vertical centering */

}
.about col{

  margin-inline-start: 30px;
}

.about .icon-boxes h3 {
  font-size: 30px;
  font-weight: 700;
  color: #000000;
 padding-top: 30px;
  text-align: center;
}
.about img{

  box-shadow: 0px 5px 15px rgba(122, 122, 122, 0.801);
  
margin: 0 auto 0 0;

}

.about .icon-box {
  margin-top: 40px;
}

.about .icon-box .title {
  /* margin-left: 85px; */
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 19px;
}

.about .icon-box .title::after {

content: "";
width: auto;
height: 1.5px;
display: block;

background: var(--orange-vibrant);
margin-top: 10px;

}



.about .icon-box .title a {
  color: #343a40;
  transition: 0.3s;
}

.about .icon-box .title a:hover {
  color: #ff7300ab;
}

.about .icon-box .description {
  /* margin-left: 85px; */
  line-height: 24px;
  font-size: 19px;
  text-transform: none;
  font-weight: normal;
  color: rgb(88, 88, 88);
}

.about .icon-box .get-started-btn {
position: relative;

left: 50%; 
} 

.about .img_about {

 background-size:cover;
margin-bottom: 30px;
box-shadow: 0px 5px 15px rgba(122, 122, 122, 0.801);

}



.about  .portfolio-details-slider .swiper-wrapper {
  display: flex;
  align-items: center;
}

.about  .portfolio-details-slider .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide .play-btn{

  color: var(--orange-vibrant);

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999; /* Ensure the play button is above other content */
  font-size: 4rem; /* Adjust size as needed */
  
  cursor: pointer;

}

/* 
.swiper-wrapper .color-overlay {
  background: rgba(73, 64, 56, 0.623);

  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  transition: background 0.2s cubic-bezier(0.33, 0.66, 0.66, 1);
} */

.swiper-slide .play-btn:hover{

  color: var(--orange-vibrant-hover);


}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}



 
@media (max-width: 768px) {

} 

@media (max-width: 576px) {

  .about .icon-box .title {
    /* margin-left: 85px; */
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 15px;
  }
  
  .about .icon-box .title::after {
  
  content: "";
  width: auto;
  height: 1.5px;
  display: block;
  
  background: var(--orange-vibrant);
  margin-top: 10px;
  
  }
  
} 


/*--------------------------------------------------------------
# OUR FACTORY
--------------------------------------------------------------*/
/* #factory{

  background: url("/assets/img/bg_section.png")  center center;
} */

.factory {
  background: url("../img/factory-bg.jpg") center center;
  background-size: cover;
  position: relative;
  padding: 80px 0;
}

.factory:before {
  content: "";
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.factory .factory-img {
  position: relative;
  transition: 0.5s;
}

.factory .factory-img img {
  max-width: 100%;
  border: 4px solid rgba(255, 255, 255, 0.2);
  position: relative;
}

.factory .factory-img::before {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 60px;
  height: 60px;
  z-index: 1;
  content: "";
  border-left: 5px solid #cda45e;
  border-top: 5px solid #cda45e;
  transition: 0.5s;
}

.factory .factory-img::after {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  z-index: 2;
  content: "";
  border-right: 5px solid #cda45e;
  border-bottom: 5px solid #cda45e;
  transition: 0.5s;
}

.factory .factory-img:hover {
  transform: scale(1.03);
}

.factory .factory-img:hover::before {
  left: 10px;
  top: 10px;
}

.factory .factory-img:hover::after {
  right: 10px;
  bottom: 10px;
}

.factory .content {
  position: relative;
}

.factory .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.factory .content ul {
  list-style: none;
  padding: 0;
}

.factory .content ul li {
  padding-bottom: 10px;
}

.factory .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #cda45e;
}

.factory .content p:last-child {
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .factory {
    background-attachment: fixed;
  }
}



/* ////////////////////////////////////////////////////////////START OF DETAILS////////////////////////////////////////////////////////////////////// */
/* 
.Aboutus{
  height: 400px;


  background: linear-gradient(rgba(2, 2, 2, 0.5), rgba(0, 0, 0, 0.5)), url("/assets/img/clients/client-bg.JPG") fixed center center;
  background-size: cover;
  
  
  box-shadow: 0px 1px 15px #ff7300bd;
  
    align-items: center;
    align-content: center;height: 400px;



} */

/* /////////////////////////////////////////////////////START OF CERTIFICATES//////////////////////////////////////////////////////////////////////////////// */
.Certificates {
margin-top: 0;
  display: flex;
  flex-direction: column;



  
  
  background: linear-gradient(rgba(2, 2, 2, 0.5), rgba(0, 0, 0, 0.5)), url("/assets/img/clients/client-bg.JPG") fixed center center;
  background-size: cover;
  
  
  box-shadow: 0px 1px 15px rgba(2, 2, 2, 0.637);

  
    align-items: center;
  
    justify-content: center;


    
  }




 
  @media (max-width: 768px) {

  } 
  
  @media (max-width: 576px) {
  

    .Certificates {
      margin-top: 0;
        display: flex;
        flex-direction: column;
      
      
      
        
        
        background: linear-gradient(rgba(2, 2, 2, 0.5), rgba(0, 0, 0, 0.5)), url("/assets/img/clients/client-bg.JPG")  center center;
        background-size: cover;
        
        
        box-shadow: 0px 1px 15px rgba(2, 2, 2, 0.637);
      
        
          align-items: center;
        
          justify-content: center;
      
      
          

  
  } 
}


  .Certificates .contact{

    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%; /* Adjust as needed */

  }
  
  /* .Certificates h3 {
    

    font-size: 38px;
    font-weight: 700;

position: relative;
bottom: 40px;

  }
   */



  .Certificates .swiper-slide img {
    opacity: 0.5;
    transition: 0.3s;
    filter: grayscale(100);
    
  }
  
  .Certificates .swiper-slide img:hover {
    filter: none;
    opacity: 1;
  }
  
  .Certificates .swiper-pagination {
    margin-top: 20px;
    position: relative;
  }
  
  .Certificates .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    background-color: #ddd;
  }
  
  .Certificates .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #f5872c;
  }

#factory .factory-slide img{


  width: 80%; 
  max-width: 100%; 
  height: auto; 
}


  
  .Certificates .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    background-color: #ddd;
  }

  
@media (max-width: 768px) {
  .Certificates h3 {
    

    font-size: 26px;
    font-weight: 700;

position: relative;
bottom: 40px;

  }
}

@media (max-width: 576px) {


  .Certificates h3 {
    

    font-size: 23px;
    font-weight: 700;

position: relative;
bottom: 40px;

  }
}

/* ////////////////////////////////////////////////////////////START OF DETAILS////////////////////////////////////////////////////////////////////// */



/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/

.clients {

  margin-top: 0;
  display: flex;
  flex-direction: column;


background: linear-gradient(rgba(2, 2, 2, 0.5), rgba(0, 0, 0, 0.5)), url("/assets/img/clients/client-bg.JPG") fixed center center;
background-size: cover;


box-shadow: 0px 1px 15px rgba(2, 2, 2, 0.637);


  align-items: center;
  align-content: center;

  
}



 
@media (max-width: 768px) {

} 

@media (max-width: 576px) {
  .clients {

    margin-top: 0;
    display: flex;
    flex-direction: column;
  
  
  background: linear-gradient(rgba(2, 2, 2, 0.5), rgba(0, 0, 0, 0.5)), url("/assets/img/clients/client-bg.JPG")  center center;
  background-size: cover;
  
  
  box-shadow: 0px 1px 15px rgba(2, 2, 2, 0.637);
  
  
    align-items: center;
    align-content: center;
  
    
  }
  

} 



/* .clients h3 {



  font-size: 38px;
  font-weight: 700;

position: relative;
bottom: 40px;

} */

.clients .swiper-slide img {
  opacity: 0.5;
  transition: 0.3s;
  filter: grayscale(100);
}

.clients .swiper-slide img:hover {
  filter: none;
  opacity: 1;
}

.clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #ff7300;
  background-color:white;
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--orange-vibrant);
}



@media (max-width: 768px) { 
      
  .clients .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: var(--orange-vibrant);
    background-color:white;
  }

  .clients .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--orange-vibrant);
  }
  .clients h3{


    

      font-size: 26px;
      font-weight: 700;
  
  position: relative;
  bottom: 40px;
  



  }

}

@media (max-width: 576px) {

  .clients .swiper-pagination .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    background-color: var(--orange-vibrant);
    background-color:white;
  }
  .clients .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--orange-vibrant);
  }
  .clients h3{

   
    

      font-size: 23px;
      font-weight: 700;
  
  position: relative;
  bottom: 40px;
  

  }


  
}


/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features {
  padding-top: 20px;

}

.features .icon-box:hover {

transition: all ease-in-out 0.3s;
transform: translateX(10px);
} 


.features .icon-box {


  background: rgba(163, 163, 156, 0.103);
  background-size: cover;
  
  

  /* text-align: center; */
  border: 1px solid #ebebeb;
  /* padding: 80px 20px; */
  
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1); 
  border-color: #fff;

/*   
  background-color: yellow;
  padding-left: 15px; */
}


.features .icon-box h4 {
  text-align: center;
 padding-top: 10px;
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 10px 60px;
}

.features .icon-box i {
  font-size: 48px;
  float: left;
  position:relative;
  bottom: 15px;
  color: var(--orange-vibrant);
}

.features .icon-box p {
  font-size: 15px;
  color: #000000;
  margin-left: 60px;
}

.features .image {
  background-position: center center;
  background-repeat: no-repeat;
   /* background-size: cover;  */
  min-height: 400px;
  padding-right: 40px;
}


.features .content ul {
 
  list-style: none;
  color: #000000;
  padding: 0;
  margin-left: 37px;
  font-size: 15px;
}

.features .content ul li {
  
  padding: 0 6px 8px 26px;
  position: relative;
}

.features .content ul i {
  position: static;
  font-size: 15px;
  padding-right: 10px;
  left: 0;
  top: 40px;
  color: #cda45e;
}


.features .button-container {
  text-align: center; /* Center the button within the container */
}

.features .get-started-btn {
  display: inline-block;
  padding: 10px 20px; /* Adjust padding as needed */
  background-color: #007bff; /* Example background color */
  color: #fff; /* Example text color */
  text-decoration: none;
  border-radius: 5px; /* Example border radius */
  transition: background-color 0.3s ease; /* Smooth hover transition */
}





/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/

.services-area1{


  height: 100%;
}



.services-area1 .single-service-cap {

	overflow: hidden;
  height: 100%;
  box-shadow: 0px 5px 15px rgba(122, 122, 122, 0.801);
  padding-bottom: 10px;

}

.services-area1 .single-service-cap .service-img {
	overflow: hidden;
  height: 300px;
  width: 100%;
 

}

.services-area1 .single-service-cap .service-img img {
width: 100%;
height: 100%;
object-fit: cover;

/* height: 100%; */

	width: 100%;
	transform: scale(1);
	-webkit-transition: all .5s ease-out 0s;
	-moz-transition: all .5s ease-out 0s;
	-ms-transition: all .5s ease-out 0s;
	-o-transition: all .5s ease-out 0s;
	transition: all .5s ease-out 0s
}

.services-area1 .single-service-cap .service-cap {
	padding: 20px 30px 20px 30px;
	background: #fcfdff
}

.services-area1 .single-service-cap .service-cap h4 {
	margin-bottom: 35px
}

.services-area1 .single-service-cap .service-cap h4 a {
	color: #0e132a;
	font-size: 24px;
	font-weight: 700
}

@media (max-width: 575px) {
	.services-area1 .single-service-cap .service-cap h4 a {
		font-size: 18px
	}

  .services-area1 .single-service-cap .service-img {
    height: 200px;
   
  
  }
  
}

.services-area1 .single-service-cap .service-cap h4 a:hover {

	color: var(--orange-vibrant-hover)
}

/* .services-area1 .single-service-cap .service-icon img {
	background-image:
		repeating-linear-gradient(
			-45deg,
			var(--sea-foam), 
			var(--sea-foam) 0.3em, 
			var(--spearmint) 0.3em, 
			var(--spearmint) 0.4em);

width: 100%;

    } */


.single-service-cap:hover .service-img img {
	transform: scale(1.1)
}

/* READ MORE TEXT */


.more-btn {
  /* position: relative;
  left: 55%; */
  background: transparent;
  border: 2px solid var(--orange-vibrant);
  color: rgb(0, 0, 0);
  padding: 8px 20px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;

}

.more-btn:hover {
  background:var(--orange-vibrant-hover);
  
  color: rgb(255, 255, 255);
}





.more-btn i {


	color: #000000;
position:relative;
padding-left: 30px;
top: 5px;
	background: transparent;
	width: 38px;
	height: 38px;
	display:inline;
	line-height: 38px;
	text-align: center;

	font-size: 15px;
 
}

.more-btn:hover i {
	color: #ffffff;

}


 
@media (max-width: 768px) {
  .services-area1 .single-service-cap .service-cap h4 a{
    font-size: 20px;
    font-weight: 600;
  }
  



  

} 









 .services .icon-box {
  text-align: center;
  border: 1px solid #ebebeb;
  padding: 80px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #cda45e;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: 0.3s;
}

.services .icon-box .icon i {
  color: #151515;
  font-size: 28px;
  transition: ease-in-out 0.3s;
}

.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #151515;
  transition: ease-in-out 0.3s;
}

.services .icon-box h4 a:hover {
  color: #cda45e;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(-10px);
} 

/* //////////////////////////////////Details Page////////////////////////////////////////// */
.Service-detailes{
  height: 400px;
  background: linear-gradient(rgba(2, 2, 2, 0.5), rgba(0, 0, 0, 0.5)), url("/assets/img/Stats/bg_image2.JPG")  center center scroll;
  background-size: cover;

  box-shadow: 0px 1px 15px rgba(2, 2, 2, 0.637);
  
    align-items: center;
    align-content: center;


}




.banner{



  margin-top: 0;
  display: flex;
  flex-direction: column;


background: linear-gradient(rgba(2, 2, 2, 0.5), rgba(0, 0, 0, 0.5)), url("/assets/img/Screenshot_2.png") fixed center center;

background-attachment: scroll;
height: 615px;
width: 1833px;
box-shadow: 0px 1px 15px rgba(2, 2, 2, 0.637);


  align-items: center;
  align-content: center;

}



/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgba(2, 2, 2, 0.5), rgba(0, 0, 0, 0.5)), url("/assets/img/Factory/long_factory_2.png") center center;
  background-attachment: scroll;

  padding: 60px 0;
  box-shadow: 0px 1px 15px rgba(2, 2, 2, 0.637);
}






.cta .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}


.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

/* .cta .cta-btn {
   "Raleway", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 4px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #cda45e;
  border-color: #cda45e;
  color: #151515;
} */


@media (max-width: 768px) {
  .cta h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 700; /* Smaller font size for medium screens */
  }
  .cta p {
    color: #fff;
    font-size: 18px; /* Smaller font size for medium screens */
  }
}

@media (max-width: 576px) {

  .breadcrumbs b{ font-size: 22px;}


  .breadcrumbs ol li { font-size: 10px;}

  .Service-detailes{
    height: 250px;}

  .cta h3 {
    color: #fff;
    font-size:12px;
    font-weight: 700; /* Smaller font size for medium screens */
  }
  .cta p {
    color: #fff;
    font-size: 10px; /* Smaller font size for medium screens */
  }

}


.service-details-slider .swiper-wrapper .swiper-slide{


  box-shadow: 0px 5px 15px rgba(122, 122, 122, 0.801);
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;





}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;

  

}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 15px 10px 15px;
  font-size: 9px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  /* margin-bottom: 5px; */
  transition: all 0.3s ease-in-out;
  /* border-radius: 3px; */
  margin-inline-end: 10px;
  border-radius: 10px;
  background-color: #c1a98f33;
  margin-top: 10px;
}


.portfolio #portfolio-flters li.filter-active {
  color: #151515;
  background: var(--orange-vibrant);
}
.portfolio #portfolio-flters li:hover{

  background-color: var(--orange-vibrant);
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  box-shadow: 0px 5px 15px rgba(122, 122, 122, 0.801);
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(21, 21, 21, 0.6);
 width: 100%;
 padding-top: 75%;


}



.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(21, 21, 21, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap img {

  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;

  transition: all ease-in-out 0.3s;
}




.portfolio .portfolio-wrap .portfolio-info  {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic;
}

.portfolio .portfolio-wrap .portfolio-links {
  padding-top: 15px;
  text-align: center;
  z-index: 4;
}



.portfolio .portfolio-wrap:hover::before {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.2);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}


.portfolio-info .more-btn{
  color: white;
}.portfolio-info .more-btn:hover{
  color: black;
}


.btn-view-project {
  background: transparent;
  border: 2px solid var(--orange-vibrant);
  color: white;
  padding: 8px 20px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
  font-weight: 600;
}

.btn-view-project:hover {
  background: var(--orange-vibrant-hover);

}

 
@media (max-width: 768px) {
  .portfolio .portfolio-wrap .portfolio-info h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
  }
  
  .portfolio .portfolio-wrap .portfolio-info p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    font-style: italic;
  }


} 



@media (max-width: 1199px) {

  .portfolio #portfolio-flters li {

    font-size: 8px;
  }

  .btn-view-project {

    font-size: 12px;
  
  }
  
  }


@media (max-width: 576px) {
  .portfolio #portfolio-flters li {
    padding: 8px 20px;
    font-size: 7px;
  }

  .portfolio .portfolio-wrap .portfolio-info h4 {
    font-size: 3vw; 
    color: #fff;
    font-weight: 600;
    margin-top: 1vh; 
  }
  
  .portfolio .portfolio-wrap .portfolio-info p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.5vw;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    font-style: italic;
  }

  .btn-view-project {

    font-size: 10px; 

  }



} 


/* /////////////////////////////////////////////////////////////////////////////////////////////// */

.about .row .portfolio-details-slider {
  display: block;
  justify-content: center;
  align-items: center;

}

.aboutus_paragraph{
  
margin:auto 0;
  display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 20px; 
    box-sizing: border-box;
line-height: 1.8;
border-radius: 10px;
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);

    background-color: #ffffff21; 
    transition: all ease-in-out 0.3s;

    
  display: flex;
  align-items: center; 

}
.aboutus_paragraph .fact-icon img{

box-shadow: none;
display: block; /* Ensures proper centering */

}
.aboutus_paragraph .fact-icon {
  width: 120px;
  height: 120px;
  margin-top: -80px;
position: relative;
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #C1A98F;
  border-radius: 120px;
  border: 4px solid rgb(255, 255, 255);
  transition: .5s;
  box-shadow: 0px 0 20px color-mix(in srgb, rgb(94, 41, 10), transparent 90%);


  
}

@media (max-width: 768px) { 

  .aboutus_paragraph .fact-icon img{

    width: 44px;
    height: 44px;
  }

  .aboutus_paragraph .fact-icon {

    width: 80px;
    height: 80px;

  }


  .contactus_paragraph  .fact-icon img{

    width: 44px;
    height: 44px;
  }
  
  .contactus_paragraph .fact-icon {
background-color: red;
    width: 44px;
    height: 44px;
  }
  
}




.contactus_paragraph{
  
  margin:auto 0;
    display: flex;
      flex-direction: column;
      justify-content: center;
      height: 100%;
      padding: 20px; 
      box-sizing: border-box;
  line-height: 1.8;
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  
      background-color: #ffffff15; 
      transition: all ease-in-out 0.3s;
  
      
    display: flex;
    align-items: center; 
  
  }
  .contactus_paragraph .fact-icon img{
  
  box-shadow: none;
  display: block; /* Ensures proper centering */
  
  }
  .contactus_paragraph .fact-icon {
    width: 120px;
    height: 120px;
    margin-top: -80px;
  position: relative;
    margin-bottom: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #C1A98F;
    border-radius: 120px;
    border: 4px solid rgb(255, 255, 255);
    transition: .5s;
    box-shadow: 0px 0 20px color-mix(in srgb, rgb(94, 41, 10), transparent 90%);
  
  
    
  }





.fact-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

/* .fact-item{
  box-shadow: 0px 0 4px color-mix(in srgb, rgb(0, 0, 0), transparent 40%);


  background: #9e8e8234;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: transform 0.3s ease; 

} */

.learn-more-btn {
  margin-top: auto; /* Pushes the button to the bottom */
  padding: 10px 20px;
  background-color: var(--orange-vibrant); /* Adjust the color as needed */
  color: white;
  text-align: center;
  text-decoration: none;
font-size: 13px;
  align-self:center; /* Center the button horizontally */
}

.learn-more-btn:hover {
  background-color: var(--orange-vibrant-hover); /* Adjust the hover color as needed */
  color: white;
}






@media (max-width: 1199px) {

  /* ttt */
    .more-btn  {
  
  
      background: transparent;
      border: 2px solid var(--orange-vibrant);
      color: black;
      padding: 6px 12px;
      font-size: 13px;
      font-weight: 600;
      cursor: pointer;
      transition: background-color 0.3s ease, color 0.3s ease;
  
  
  
    }
  
  .learn-more-btn {
    padding: 7px 14px;
  
    font-size: 12px ;
    font-weight: 600;
  
  }
  
  }
  
  
  @media (max-width: 576px) {
    .services-area1 .single-service-cap .service-cap h4 a{
      font-size: 16px; 
      color: black;
      font-weight: 600;
      margin-top: 1vh; 
  
    }
  
  
    .more-btn  {
  
  
      background: transparent;
      border: 2px solid var(--orange-vibrant);
      color: black;
      padding: 4px 10px;
      font-size: 9px;
      font-weight: 600;
      cursor: pointer;
      transition: background-color 0.3s ease, color 0.3s ease;
  
  
  
    }
    .learn-more-btn {
  
      padding: 5px 10px;
  
      font-size: 10px ;
      font-weight: 600;
      
      }
  
  
  
  } 
  
  
  


.about .row .portfolio-details-slider .img-wrapper {
  position: relative;

  overflow: hidden;
    /* box-shadow: 0px 1px 15px rgba(95, 95, 95, 0.959); */
}


.thumbnail {
  background: rgba(0, 0, 0, 0.349);
border-radius: 25px;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  transition: background 0.2s cubic-bezier(0.33, 0.66, 0.66, 1);
  opacity: 0;
  transform: scale(1.1);



}

 .gallery-cell.is-selected .thumbnail {
  opacity: 1;
}




.about .row .portfolio-details-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;



}

.trying {
  position: relative;
  width: 100%;
  height: 600px; /* Adjust height as needed */
  overflow: hidden;
}

#bgVideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1; /* Place video behind other content */
}



.service-details-slider .swiper-wrapper .swiper-slide .info {


opacity: 0;


}

.service-details-slider .swiper-wrapper .swiper-slide .img-wrapper:hover .info {


  display:block;

  position: absolute;
  top: 0;
  left: -100%; /* Start off-screen */
  /* height: 25%; */
  /* width: 40%; */
  background: rgba(0, 0, 0, 0.87); /* Semi-transparent background */
  color: #ffffff;
  padding: 10px;
  box-sizing: border-box;
  text-align:left;
  transition: opacity 0.3s, top 0.3s; /* Transition for fade and slide */

  border-radius: -1px;
  box-shadow: 0px 5px 15px rgba(122, 122, 122, 0.801);

opacity: 1;
left: 0;
    padding: 0;
    margin: 0 0 20px 0;
    
    height: auto;
     width:auto;

}

.service-details-slider .swiper-wrapper .swiper-slide .img-wrapper:hover .info p{
  font-size: 15px;
padding-right: 9px;
padding-left: 5px;
margin-top: 20px;
color: white;

}

/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */


  .portfolio-gallery .gallery{
width: 100%;
justify-content: center;
align-items: center;

  }

  .portfolio-gallery .gallery .gallery-cell {
    width: 25%;

    position: relative; /* Ensure the parent is positioned relatively */
  }


  .portfolio-gallery .gallery .gallery-cell .image-container {
    height:400px; /* Set a fixed height for the image container */
    overflow: hidden; /* Hide any overflow */
    position: relative;
  }



  .portfolio-gallery .gallery .gallery-cell .image-container img {
    width: 100%; /* Make the image take full width */
    height: 100%; /* Make the image take full height */
    object-fit: cover; /* Ensure the image covers the container */
    display: block; /* Remove any extra space below the image */
  }



.portfolio-gallery .gallery .gallery-cell .info {


  opacity: 0;
  
  
  }
  .portfolio-gallery .gallery .gallery-cell.is-selected:hover .info{


    display:block;
  
    position: absolute;
    top: 0;
    left: -100%; /* Start off-screen */
    /* height: 25%; */
    /* width: 40%; */
    background: rgba(0, 0, 0, 0.87); /* Semi-transparent background */
    color: #ffffff;
    /* padding: 10px;
    box-sizing: border-box;
    text-align:left; */
    transition: opacity 0.4s, top 0.4s; /* Transition for fade and slide */
  
    /* border-radius: -1px; */
    box-shadow: 0px 5px 15px rgba(122, 122, 122, 0.801);
    opacity: 1;

  left: 0;
      padding: 0;
      margin: 0 0 20px 0;
      z-index: 10;
      height: auto;
       width:auto;
  }

/* 
  .portfolio-gallery .gallery .gallery-cell:hover .info p{
    font-size: 15px;
  padding-right: 9px;
  padding-left: 5px;
  margin-top: 20px;
  color: white;
  
  } */




/* 
  .portfolio-gallery .gallery .gallery-cell .image-container{

width: 100%;
    height: 500px;
  } */

  /* .portfolio-gallery .gallery .gallery-cell .image-container img{

object-fit: fill;
  } */



  .portfolio-gallery .gallery .gallery-cell.is-selected:hover img{
    transform: scale(1);

  }
  /* .portfolio-gallery .gallery-cell .portfolio-info  {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    color: white;
  }
  
  .portfolio-gallery .gallery-cell:hover .portfolio-info {
    opacity: 1;
  } */
  


  @media (max-width: 1100px) {
  .portfolio-gallery .gallery .gallery-cell {
    width: 50%; /* Show one image at a time on smaller screens */
  }
}
/* Make sure images and captions respond to smaller screens */

@media (max-width: 768px) {
  .portfolio-gallery .gallery .gallery-cell {
    width: 100%; /* Show one image at a time on smaller screens */
  }
}



/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */



.about .row .portfolio-details-slider .info
{
  display:block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: -100%; /* Start off-screen */
  height: 25%;
  width: 40%;
  background: rgba(0, 0, 0, 0.87); /* Semi-transparent background */
  color: #ffffff;
  padding: 10px;
  box-sizing: border-box;
  text-align:left;
  transition: opacity 0.3s, left 0.3s; /* Transition for fade and slide */

  border-radius: -1px;
  box-shadow: 0px 5px 15px rgba(255, 255, 255, 0.582);
}

.about .row .portfolio-details-slider .info p
{

color: white;



}







.about .row .portfolio-details-slider .swiper-wrapper {
  display: flex;
  align-items: center;
}

.about .row .portfolio-details-slider .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}






.about .row .portfolio-details-slider .img-wrapper:hover .info
 {
  opacity: 1;
  left: 0;
}
.about .row .portfolio-details-slider .img-wrapper:hover .info p
{
  font-size: 15px;
  padding-top: 20px;
 
}

.about .row .portfolio-details-slider .img-wrapper:hover .info span,
.service-details-slider .swiper-wrapper .swiper-slide .img-wrapper:hover .info span {
font-weight: bolder;
/* color: var(--orange-vibrant-hover); */
font-size: 15px;
}

.about .row .portfolio-details-slider .img-wrapper:hover .info h3,
.service-details-slider .swiper-wrapper .swiper-slide .img-wrapper:hover .info h3{

  font-size: 1.0rem;
   letter-spacing: 1px;
  }
  .about .row .portfolio-details-slider .img-wrapper:hover .info hr
 {

    padding: 0 ;
    margin: 20px 0 20px 0;
    
     width: 50%;

    }


    .flickity-page-dots {
      display: none !important;
    }
    
    /* Optional: Hide Flickity prev/next buttons if needed */


    @media (max-width: 768px) { 
      
      .about .row .portfolio-details-slider .img-wrapper:hover .info h3{
        font-size: 0.6rem; /* Smaller font size for medium screens */
      }
      .about .row .portfolio-details-slider .img-wrapper:hover .info p  {
        font-size: 0.5rem; /* Smaller font size for medium screens */

        
      }
      .about .row .portfolio-details-slider .img-wrapper:hover .info hr {
        padding: 0 ;
        margin: 15px 0 15px 0;

        width: 50%;
       
           }
     
    }
  
    @media (max-width: 576px) {
      .about .row .portfolio-details-slider .img-wrapper:hover .info h3  {
        font-size: 0.4rem; /* Even smaller font size for small screens */
      }
      .about .row .portfolio-details-slider .img-wrapper:hover .info p{
      
        font-size: 0.3rem; /* Even smaller font size for small screens */
      }
      .about .row .portfolio-details-slider .img-wrapper:hover .info hr {
        padding: 0 ;
        margin: 10px 0 10px 0;

        width: 50%;
       
           }
    }




/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/


#portfolio-about{

padding-top:40px;

}

.project_info::after {
  content: "";
  width: 100%;
  height: 1.5px;
  display: block;
  background: var(--orange-vibrant);
  margin-top: 10px;
}

.portfolio-details .portfolio-details-slider {
  display: block;
  justify-content: center;
  align-items: center;


}



.portfolio-details .portfolio-details-slider .img-wrapper
 {
  position: relative;
  width: 538px; /* Reduced width */
  height: 658px; /* Reduced height */
  overflow: hidden;
    box-shadow: 0px 1px 15px rgba(80, 80, 80, 0.801);



}
.portfolio-details .service-details-slider .img-wrapper {
  position: relative;
  width: 538px; /* Reduced width */
  height: 658px; /* Reduced height */
  overflow: hidden;
  box-shadow: none;

}

.portfolio-details .portfolio-details-slider img,
.portfolio-details .service-details-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;



}


.portfolio-details .portfolio-info {
  /* width: 80%; */
  padding: 35px 30px;
    border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  margin: 0 auto;



}

.portfolio-details .portfolio-info img{
margin-inline-end: 25px;
float: inline-start

}

.portfolio-details .portfolio-info h3 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  

  display: flex;
  flex-direction: column;
  align-items: center; 
  text-align: center;
}



.portfolio-details .portfolio-info ul{

  list-style: none;
  padding: 0;

}

.portfolio-details .portfolio-info li{
  display: block;
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #a8a6a6;
  font-size: 22px;
  font-weight: 600;

}


.portfolio-details .portfolio-info li:last-child{
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;


}



.portfolio-details .portfolio-info ul li span {
  
  font-size: 15px;
  color: #aaa;
  font-weight: 400;

  


}




.portfolio-details .portfolio-info ul li+li {
  margin-top: 50px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;


}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center; /* Center items horizontally */
  text-align: center;
}

.portfolio-details .portfolio-description p {
  padding: 0;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
}


.portfolio-details .portfolio-details-slider .info {
  display:block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: -100%; /* Start off-screen */
  height: 20%;
  width: 45%;
  background: rgba(0, 0, 0, 0.87); /* Semi-transparent background */
  color: #fff;
  padding: 10px;
  text-align:left;
  transition: opacity 0.3s, left 0.3s; /* Transition for fade and slide */

  border-radius: -1px;
  box-shadow: 0px 5px 15px rgba(255, 255, 255, 0.582);
}

.portfolio-details .portfolio-details-slider .swiper-wrapper {
  display: flex;
  align-items: center;
}

.portfolio-details .portfolio-details-slider .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.portfolio-details .portfolio-details-slider .img-wrapper:hover .info
{
  opacity: 1;
  left: 0; /* Slide in to be fully visible */
}
.portfolio-details .portfolio-details-slider .img-wrapper:hover .info p
{
  font-size: 1.0rem;
  padding-bottom: 10px;}

.portfolio-details .portfolio-details-slider .img-wrapper:hover .info span
 {
font-weight: bolder;
color: var(--orange-vibrant);
}

.portfolio-details .portfolio-details-slider .img-wrapper:hover .info h3, .service-details-slider .swiper-wrapper .swiper-slide .img-wrapper:hover .info h3 {
 color: var(--orange-vibrant);
  font-size: 1.5rem;
  letter-spacing: 1px;
  }
  .portfolio-details .portfolio-details-slider .img-wrapper:hover .info hr,.service-details-slider .swiper-wrapper .swiper-slide .img-wrapper:hover .info hr {


 width: 50%;

 
    }


   @media (max-width: 1200px) {



      .portfolio-details .portfolio-details-slider .img-wrapper
      {
       position: relative;
       width: 338px; /* Reduced width */
       height: 458px; /* Reduced height */
       overflow: hidden;
         box-shadow: 0px 1px 15px rgba(80, 80, 80, 0.801);
     
     
     
     }

     .portfolio-details .portfolio-info{

margin: 0;
/* padding: 0; */

     }
      .portfolio-details .portfolio-info img{

width: 36px;
height: 36px;

      }


      .portfolio-details .portfolio-info li{
        display: block;
        margin-bottom: 35px;
        padding-bottom: 35px;
        border-bottom: 1px solid #a8a6a6;
        font-size: 14px !important;
        font-weight: 600;
      
      }
      



      .portfolio-details .portfolio-info ul li span {
  
        font-size: 11px;
    
           
      }
      .portfolio-details .portfolio-info .portfolio-description h2{

font-size: 19px;

      }


      .portfolio-details .portfolio-info .portfolio-description p{

        font-size: 12px;
        
              }
        

    }

    @media (max-width: 1100px) {



      .portfolio-details .portfolio-details-slider .img-wrapper
      {
       position: relative;
       width: 238px; /* Reduced width */
       height:358px; /* Reduced height */
       overflow: hidden;
         box-shadow: 0px 1px 15px rgba(80, 80, 80, 0.801);
     
     
     
     }


      .portfolio-details .portfolio-info img{

width: 32px;
height: 32px;

      }


      .portfolio-details .portfolio-info li{
        display: block;
        margin-bottom: 35px;
        padding-bottom: 35px;
       
        border-bottom: 1px solid #a8a6a6;
        font-size: 13px !important;
        font-weight: 600;
      
      }
      



      .portfolio-details .portfolio-info ul li span {
  
        font-size: 11px;
    
           
      }
      .portfolio-details .portfolio-info .portfolio-description h2{

font-size: 19px;

      }


      .portfolio-details .portfolio-info .portfolio-description p{

        font-size: 12px;
        
              }
            
    } 
    
 



.swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid var(--orange-vibrant);
}

.swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--orange-vibrant);
}



.Project-detailes{

    height: 400px;
    background: linear-gradient(rgba(2, 2, 2, 0.5), rgba(0, 0, 0, 0.5)), url("/assets/img/clients/client-bg.JPG") fixed center center;
    background-size: cover;
    
    /* box-shadow: 0px 1px 15px rgba(189, 176, 100, 0.801); */
    
      align-items: center;
      align-content: center;height: 400px;
  
  

  
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/









.counts {
  margin-top: 0;
display: flex;
flex-direction: column;

  align-items: center;
  align-content: center;
justify-content: center;



  padding: 40px 0;
  background: linear-gradient(rgba(66, 66, 66, 0.5), rgba(66, 66, 66, 0.5)), url("/assets/img/Stats/bg_image2.JPG") fixed center center;

  background-size: cover;
  box-shadow: 0px 1px 15px rgba(2, 2, 2, 0.637);

  color:white;
}




.counts .counters span {
  font-size: 40px;
  display: block;
  font-weight: 500;
  color: white;

}

.counts .counters p {
  font-weight:bold;
  margin-bottom: 0;
  font-size: 25px;
  /*  "Raleway", sans-serif; */
  

}

 
@media (max-width: 768px) {

  .counts .counters span {
    font-size: 25px;

  
  }
  
  .counts .counters p {

    font-size: 12px;
    /*  "Raleway", sans-serif; */
    
  
  }
  .counts .counters img{

width: 32px;
height: 32px;

  }

} 

@media (max-width: 576px) {
  .counts {
    margin-top: 0;
  display: flex;
  flex-direction: column;
  
    align-items: center;
    align-content: center;
  justify-content: center;
  
  
  
    padding: 40px 0;
    background: linear-gradient(rgba(66, 66, 66, 0.5), rgba(66, 66, 66, 0.5)), url("/assets/img/Stats/bg_image2.JPG") center center ;
  
    background-size: cover;
    box-shadow: 0px 1px 15px rgba(2, 2, 2, 0.637);
  
    color:white;
  }



  

} 







.counts .container{

  align-items: center;
  align-content: center;
justify-content: center;


}

.counts .container .row{

  align-items: center;
  align-content: center;
justify-content: center;


}

.with-divider {
  position: relative;
}

.with-divider::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1px; /* Adjust this value to move the line closer or further from the text */
  width: 2px;
  background-color: var(--orange-vibrant); /* Adjust the color as needed */
}


/* 
.counts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
   "Raleway", sans-serif;
  font-size: 14px;
}

.counts .content {
  padding: 30px 0;
} */

.counts .content h3 {
  font-weight: 700;
  font-size: 34px;
  color: #151515;
}




.counts .content .count-box {
  padding: 20px 0;
  width: 100%;
}

.counts .content .count-box i {
  display: block;
  font-size: 36px;
  color: #cda45e;
  float: left;
}

.counts .content .count-box span {
  font-size: 36px;
  line-height: 30px;
  display: block;
  font-weight: 700;
  color: #151515;
  margin-left: 50px;
}

.counts .content .count-box p {
  padding: 15px 0 0 0;
  margin: 0 0 0 50px;
  /*  "Raleway", sans-serif; */
  font-size: 14px;
  color: #3b3b3b;
}

.counts .content .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #3b3b3b;
  font-size: 15px;

  transition: ease-in-out 0.3s;
}
/* 
.counts .content .count-box a:hover {
  color: #626262;
} */

.counts .image {
  background: url("../img/counts-img.jpg") center center no-repeat;
  background-size: cover;
  min-height: 400px;
}

@media (max-width: 991px) {
  .counts .image {
    text-align: center;
  }

  .counts .image img {
    max-width: 80%;
  }
}

@media (max-width: 667px) {
  .counts .image img {
    max-width: 100%;
  }
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
  padding: 80px 0;
  background: url("/assets/img/Stats/bg_image.JPG") no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  box-shadow: 0px 1px 15px rgba(2, 2, 2, 0.637);

  color:white

}

.testimonials::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}

.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  display:list-item;
  text-align: center;
  color: #fff;

  
}

.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #fff;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #ddd;
  margin: 0 0 15px 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: rgba(255, 0, 0, 0.6);
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  display: inline-block;
  font-style: italic;
  margin: 0 auto 15px auto;
  color: #ffffff;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 0.5;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--orange-vibrant);
  opacity: 1;
}

@media (min-width: 1024px) {
  .testimonials {
    background-attachment: fixed;
  }
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  background: #fff;
  padding: 60px 0;
}

.team .team-member {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.team .team-member .member-img {
  position: relative;
  overflow: hidden;
}

.team .team-member .social {
  position: absolute;
  left: 0;
  bottom: 30px;
  right: 0;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
}

.team .team-member .social a {
  transition: color 0.3s;
  color: #151515;
  margin: 0 3px;
  border-radius: 4px;
  width: 36px;
  height: 36px;
  background: #c1a98fa9;
  transition: ease-in-out 0.3s;
  color: #484848;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.team .team-member .social a:hover {
  color: #151515;
  background: var(--orange-vibrant-hover);
}

.team .team-member .social i {
  font-size: 18px;
  color: red;
  line-height: 0;
}

.team .team-member .member-info {
  padding: 25px 15px;
}

.team .team-member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #151515;
}

.team .team-member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}

.team .team-member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.team .team-member:hover .social {
  opacity: 1;
  bottom: 15px;
}




/*--------------------------------------------------------------
# Faq 2 Section
--------------------------------------------------------------*/
.faq-2 {

  /* background: url("/assets/img/bg_section.png")  center center; */

}

.faq-2 .faq-container {
  margin-top: 0;
}

.faq-2 .faq-container .faq-item {
  position: relative;
  padding: 20px;
  margin-bottom: 20px;
  background-color: rgb(255, 255, 255);
  overflow: hidden;
  box-shadow: 0px 1px 15px rgba(58, 56, 55, 0.212);
}

.faq-2 .faq-container .faq-item:last-child {
  margin-bottom: 0;
}

.faq-2 .faq-container .faq-item h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  margin: 0 30px 0 32px;
  transition: 0.3s;
  cursor: pointer;
}

.faq-2 .faq-container .faq-item h3 span {
  color:  var(--orange-vibrant);
  padding-right: 5px;
}

.faq-2 .faq-container .faq-item h3:hover {
 color: var(--orange-vibrant-hover);
}


.faq-2 .faq-container .faq-item .faq-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
}

.faq-2 .faq-container .faq-item .faq-content p {
  margin-bottom: 0;
  overflow: hidden;
  font-size: 18px;
}


.faq-2 .faq-container .faq-item .faq-icon {
  position: absolute;
  top: 22px;

  font-size: 20px;
  line-height: 0;
  transition: 0.3s;
  color: var(--orange-vibrant);
}

.faq-2 .faq-container .faq-item .faq-toggle {
  position:absolute;
  top: 25px;
  /* left: 25px; */
  margin-inline-start: 93%;
  font-size: 20px;
  line-height: 0;
  transition: 0.3s;
  cursor: pointer;

}

.faq-2 .faq-container .faq-item .faq-toggle:hover {
  color: var(--orange-vibrant-hover);
}

.faq-2 .faq-container .faq-active h3 {


  color:  var(--orange-vibrant);
}

.faq-2 .faq-container .faq-active .faq-content {
  grid-template-rows: 1fr;
  visibility: visible;
  opacity: 1;
  /* padding-top: 10px; */
}

.faq-2 .faq-container .faq-active .faq-toggle {
  /* transform: rotate(90deg); */
  color:  var(--orange-vibrant);
}



@media (max-width: 1199px) {
  .faq-2 .faq-container .faq-item h3,
  .faq-2 .faq-container .faq-item .faq-content p {

    font-size: 15px;

  }
  .faq-2 .faq-container .faq-item .faq-icon{
    font-size: 17px;
    top: 24px;
  }


  .faq-2 .faq-container .faq-item .faq-toggle {

    top: 25px;
    margin-inline-start: 91%;
    font-size: 17px;

  
  }


}



@media (max-width: 576px) {

  .faq-2 .faq-container .faq-item h3,
  .faq-2 .faq-container .faq-item .faq-content p {

    font-size: 12px;

  }

  .faq-2 .faq-container .faq-item .faq-icon{
    font-size: 14px;
    top: 24px;
  }

  .faq-2 .faq-container .faq-item .faq-toggle {
    margin-inline-start: 88%;

    font-size: 15px;

  
  }

  }
  



/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .row{

  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; /* Align flex items to the left */


}

.contact .info {
  width: 100%;
  background: #ffffff00;
  display: flex;

  justify-content: center;
  align-items: center;
  height: 100%;
  box-sizing: border-box;
}



.contact .info i {
  font-size: 35px;

  color: var(--orange-off);
  float: left;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* border-radius: 4px; */
  transition: all 0.3s ease-in-out;


}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #151515;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #484848;
}



@media (max-width: 768px) { 
      
  .contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #151515;
  }
  
  .contact .info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 14px;
    color: #484848;
  }
  .contact .info i {
    font-size: 35px;
  
    color: var(--orange-off);
    float: left;
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* border-radius: 4px; */
    transition: all 0.3s ease-in-out;
  
  
  }
 
.contact .info {
  width: 100%;
  background: #ffffff00;
  display: flex;

  justify-content: center;
  align-items: center;
  height: 100%;
  box-sizing: border-box;
}

}

@media (max-width: 576px) {
  .contact .info h4 {
    padding: 0 0 0 30px;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #151515;
  }
  
  .contact .info p {
    padding: 0 0 0 30px;
    margin-bottom: 0;
    font-size: 12px;
    color: #484848;
  }
  .contact .info i {
    font-size: 25px;
  
    color: var(--orange-off);
    float: left;
    width: 22px;
    height: 22px;
    display: flex;

    /* border-radius: 4px; */
    transition: all 0.3s ease-in-out;
  
  
  }

  .contact .info {
    width: 100%;
    background: #ffffff00;
    display: flex;
  
    justify-content:left;
    align-items: center;
    height: 100%;
    box-sizing: border-box;
  }
  
}



.contact .info .email,
.contact .info .phone,
.contact .info .address {
  margin-top: 40px;

  box-sizing: border-box;
  margin-right: 0;
}

.contact .php-email-form {
  width: 100%;
  background: #ffffff00;
}


.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #f5872c;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: #f5872c;
  border: 0;
  padding: 10px 24px;
  color: #151515;
  transition: 0.4s;
  /* border-radius: 4px; */
}

.contact .php-email-form button[type=submit]:hover {
  background: #f5872cb0;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  /* background: rgba(245, 245, 245, 0.226); */
  min-height: 40px;
  margin-top: 174px;
  border-bottom: 2px solid var(--orange-vibrant);/* Adjust border width and color as needed */


}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 700;
  color: white;
}

.breadcrumbs ol {
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;

}
.breadcrumbs ol a{
  color: var(--orange-vibrant);
}

.breadcrumbs ol li+li {
  padding-left: 10px;
  color: white;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #ffffff;
  content: "/";
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 68px;
  }

  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {

  color: #fff;
  font-size: 14px;
  box-shadow: 0px 1px 15px rgba(2, 2, 2, 0.637);

}

#footer .footer-top {
  background: linear-gradient(rgba(2, 2, 2, 0.5), rgba(0, 0, 0, 0.5)), url("/assets/img/Factory/gallary_factory_12.png") fixed center center;;
  background-position: top;
  background-size: cover;
  border-bottom: 1px solid #222222;
  padding: 60px 0 30px 0;

}

 
@media (max-width: 768px) {
  #footer .footer-top {
    background: linear-gradient(rgba(2, 2, 2, 0.5), rgba(0, 0, 0, 0.5)), url("/assets/img/Factory/gallary_factory_12.png")  center center;;
    background-position: top;
    background-size: cover;
    border-bottom: 1px solid #222222;
    padding: 60px 0 30px 0;
  
  }
} 

@media (max-width: 576px) {
  #footer .footer-top {
    background: linear-gradient(rgba(2, 2, 2, 0.5), rgba(0, 0, 0, 0.5)), url("/assets/img/Factory/gallary_factory_12.png")  center center;;
    background-position: top;
    background-size: cover;
    border-bottom: 1px solid #222222;
    padding: 60px 0 30px 0;
  
  }
  

} 





#map{border:0; width: 100%; height: 270px;}
.googlesmap{

  flex: 1;
}




#footer .footer-bottom {
  background: linear-gradient(rgba(226, 134, 13, 0.568), rgba(226, 131, 23, 0.418)), url("/assets/img/copyright_image.jpg") ;
  background-position: top;
  background-size: cover;


}

#footer .footer-top .footer-info {
  margin-bottom: 30px; 
   padding-inline-end:30px;

}

#footer .footer-top h3 {
  font-size: 28px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

#footer .footer-top .footer-info h3 span {
  color: var(--orange-vibrant);
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  /*  "Raleway", sans-serif; */
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #292929;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: var(--orange-vibrant);
  color: #151515;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: var(--orange-vibrant);
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

/* #footer .footer-top .footer-links ul a:hover {
  color: var(--orange-vibrant);
} */

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
}

#footer .footer-top .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: var(--orange-vibrant);
  color: #151515;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: var(--orange-vibrant);
}

#footer .copyright {
  text-align: center;
padding: 10px 0 10px 0;
  justify-content: center;
  align-items: center;
  color: white;


}


.copyright {
  display: flex;
  align-items: center;
}

 .copyright .spacer {

  margin-inline-end: 90px; 
}

.copyright a {
  color: var(--orange-vibrant);
  margin-inline-start: 10px;
  margin-inline-end: 10px;
}



/* @media (max-width: 768px) {

  #footer .copyright{font-size: 12px;}
} */


@media (max-width: 576px) {   #footer .copyright{font-size: 8px;
}    

#footer .copyright span:first-child{

  width: 100%;
}
.copyright .spacer {

  margin-inline-end: 10px; 
}


}








.diagonal-stripes {
	background-image:
		repeating-linear-gradient(
			-45deg,
			rgba(255, 255, 255, 0.726), 
			rgba(255, 255, 255, 0.336) 0.3em, 
			rgba(173, 171, 170, 0.103) 0.3em, 
			rgba(173, 171, 170, 0.103) 0.4em);
      background-position: center; /* Center the background image */
      background-repeat: no-repeat; /* Prevent the image from repeating */
      align-items: center;
      justify-content: center;
}
.diagonal-stripes-footer {
	background-image:
		repeating-linear-gradient(
			-45deg,
			#25211b, 
      #25211b 0.3em, 
      #25211be3 0.3em, 
    #25211be3 0.4em);
      background-position: center; /* Center the background image */
      background-repeat: no-repeat; /* Prevent the image from repeating */
      align-items: center;
      justify-content: center;
}
/* ///////////////////////////////////////////////SERVICE DETAILS//////////////////////////////////////////////////////// */

.why-choose-us-section {
  background: linear-gradient(rgba(2, 2, 2, 0.5), rgba(0, 0, 0, 0.5)), url("/assets/img/clients/client-bg.JPG") fixed center center;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 50px 20px; /* Adjust padding as needed */
  background-color: #f8f9fa; /* Light background color */
}
.why-choose-us-title {
  font-size: 2rem; /* Adjust font size as needed */
  margin-bottom: 30px; /* Space between title and points */
}
.why-choose-us-points {
  display: flex;
  justify-content: center;
  gap: 20px; /* Space between points */
}
.why-choose-us-point {
  padding-right: 50px;
  display: flex;
  align-items: center;
  gap: 10px; /* Space between icon and text */
  font-size: 1.2rem; /* Adjust font size as needed */
}
.why-choose-us-point span{
color: #ffffff;
  font-weight: 600;

  font-size: 20px;
}






.why-choose-us-point .icon{


  position: relative;
  bottom: 12px;
  background: var(--orange-vibrant);

  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border: 2px solid var(--orange-vibrant);
  border-radius: 50px;
  transition: 0.5s;
  /* margin-right: 20px;
  margin-left:15%; */
  margin-right: 20px;
  margin-top: 25px;

}

.why-choose-us-point .icon i {
  color: #ffffff;
  font-size: 17px;
}

.why-choose-us-point:hover .icon {
  background: var(--orange-vibrant);
  border-color: var(--orange-vibrant);
}

.why-choose-us-point:hover .icon i {
  color: #fff;
}
.why-choose-us-point img{


width: auto;
height: 30%;

}

@media (max-width: 768px) {

} 

@media (max-width: 576px) {

  .why-choose-us-point {
    padding-right: 7px;
    display: flex;
    align-items: center;
    gap: 10px; /* Space between icon and text */
    font-size: 1.2rem; /* Adjust font size as needed */
  }

  .why-choose-us-point span{
    color: white;
      font-weight: 700;
    
      font-size:12px;
    }



    .why-choose-us-point .icon{

display: none;
      /* position: relative;
      bottom: 12px;
      background:var(--orange-vibrant);
    
      display: flex;
      align-items: center;
      justify-content: center;
      width: 12px;
      height: 12px;
      border: 2px solid var(--orange-vibrant);
      border-radius: 50px;
      transition: 0.5s;

      margin-right: 0;
      margin-top: 18px; */
    
    }
    
    .why-choose-us-point .icon i {
      color: #ffffff;
      font-size: 9px;
    }
    


} 

.saudimade_banner{
  width: 100%;
  text-align: center;
   position: relative; 
   display: inline-block;  

}

.banner_style{
  width: 100%;
  position: relative; 
  display: inline-block; 
  /* box-shadow: 0px 0px 15px rgba(2, 2, 2, 0.637) ; */
  box-shadow: 0px -4px 6px -2px rgba(0, 0, 0, 0.5);
 /* Adjust values as needed */


}

.banner_img{
  width: 100%;
  display: block;    
   /* width: 100%; height: auto; */
}

 
@media (max-width: 768px) {

} 

@media (max-width: 576px) {

  .hide-on-small-screens{

    display: none;
  }
} 


.venue .container-fluid {
  margin-bottom: 3px;
}

.venue .venue-map iframe {
  width: 100%;
  height: 100%;
  min-height: 300px;
}

.venue .venue-info {
  background: url("../img/venue-info-bg.jpg") top center no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}

.venue .venue-info:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.venue .venue-info h3 {
  font-size: 36px;
  font-weight: 700;
  color: var(--contrast-color);
}

@media (max-width: 574px) {
  .venue .venue-info h3 {
    font-size: 24px;
  }
}

.venue .venue-info p {
  color: var(--contrast-color);
  margin-bottom: 0;
}

.venue .venue-gallery-container {
  padding-right: 12px;
}

.venue .venue-gallery {
  overflow: hidden;
  border-right: 3px solid var(--background-color);
  border-bottom: 3px solid var(--background-color);
}

.venue .venue-gallery img {
  transition: all ease-in-out 0.4s;
}

.venue .venue-gallery:hover img {
  transform: scale(1.1);
}
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.aboutt {
  display: flex;
  justify-content: center;
  margin-top: 90px;
}

.aboutt .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.aboutt .row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.aboutt .col {
  display: flex;
  flex-direction: column;
  flex: 1 1 30%;
  margin: 0.5rem;
  min-width: 330px;
}

.blog-card {
  max-width: 330px; /* Reduced by 40% from 550px */
  height: 350px; /* Reduced by 40% from 500px */
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center; /* Center content horizontally */
  text-align: center; /* Center text horizontally */
  color: #fff;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0px 10px 20px -9px rgba(0, 0, 0, 0.658);
  transition: all 0.4s;
}

.blog-card img {
 width: 100%;
 height: 100%;
  object-fit: cover;
}

.blog-card .color-overlay,
.blog-card .gradient-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.blog-card .color-overlay {
  background: rgba(73, 64, 56, 0.623);
  z-index: 10;
  transition: background 0.2s cubic-bezier(0.33, 0.66, 0.66, 1);
}

.blog-card .gradient-overlay {
  z-index: 15;
}




@media (max-width: 768px) {


} 



@media (max-width: 576px) {

  .blog-card {
    max-width: 220px; /* Reduced by 40% from 550px */
    height: auto; /* Reduced by 40% from 500px */
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center; /* Center content horizontally */
    text-align: center; /* Center text horizontally */
    color: #fff;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0px 10px 20px -9px rgba(0, 0, 0, 0.658);
    transition: all 0.4s;
  }
  .blog-card .title-content h3{

    font-size: 12px;
  }

.blog-card .title-content a{
  font-size: 12px;
}

.aboutt .separator {

  margin-top: 20px;
  width: 50%;
  margin: 0 auto;
  border: 0;
  padding-bottom: 5px;
  border-top: 3px solid var(--orange-vibrant); /* Adjust the color as needed */
}




}







.title-content {
  position: absolute;
  z-index: 20;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;

}

.title-content h3 {
  color: white;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 1px;
  /* margin-bottom: 0; */
}

.blog-card h3 a {
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  transition: all 0.2s;
}

.blog-card:hover h3 a {
  text-shadow: 0px 8px 20px rgb(0, 0, 0);
}

.title-content h3:after {
  content: " ";
  display: block;
  width: 15%;
  height: 2px;
  margin: 10px auto;
  border: 0;
  background: var(--orange-vibrant);
  transition: all 0.2s;
}

.blog-card:hover h3:after {
  animation: changeLetter 0.3s 1 linear;
  width: 80%;
  margin-bottom: 5px;
}

/* Styling for the separator line */
.separator {

  margin-top: 20px;
  width: 80%;
  margin: 0 auto;
  border: 0;
  padding-bottom: 5px;
  border-top: 3px solid var(--orange-vibrant); /* Adjust the color as needed */
}

/* Styling for the additional paragraph */
.additional-info {
  font-size: 16px; /* Adjust the font size as needed */
  color: #444; /* Adjust the color as needed */
  margin-top: 10px; /* Adjust the spacing as needed */
  width: 80%;
  text-align: center;
  margin: 0 auto;
  flex-grow: 1;
}
@media (max-width: 768px) {


.additional-info{
  font-size: 1.8vw; 
}



.blog-card{
  /* height:300px; */
  align-items: center; /* Center content horizontally */
  justify-content: center; /* Center content vertically */
  text-align: center; /* Center text horizontally */
}
.blog-card h3{
  font-size:2.0em
}
.blog-card .intro {
  font-size:1.2em
}


}



@keyframes changeLetter {
  0% {
    width: 10%;
  }
  100% {
    width: 80%;
  }
}

.intro {
  width: 120px;
  margin: 0 auto;
  color: #ddd;
  /* font-style: italic;
  line-height: 18px; */
  font-size: 14px;
  opacity: 1;
}


.card-info {
   box-sizing: border-box;
  padding: 0;
  width: 100%;
  position: absolute;
  bottom: -40px;
  left: 0;
  margin: 0 auto;
  padding: 0 50px;
  font-size: 20px;
  line-height: 24px;
  z-index: 20;
  opacity: 0;
  transition: bottom 0.64s, opacity 0.63s cubic-bezier(0.33, 0.66, 0.66, 1);
}

/*** Facts ***/
.fact-item .fact-icon {
  width: 120px;
  height: 120px;
  margin-top: -60px;
  margin-bottom: 1.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #C1A98F;
  border-radius: 120px;
  border: 4px solid rgba(255, 255, 255, 0.89);
  transition: .5s;
  box-shadow: 0px 0 20px color-mix(in srgb, rgb(94, 41, 10), transparent 90%);

}

.fact-item:hover .fact-icon {
  background: #c1a98fc7;
  /* border: 4px solid var(--orange-vibrant-hover); */
 
}


.fact-item{
  box-shadow: 0px 0 4px color-mix(in srgb, rgb(0, 0, 0), transparent 40%);

  /* box-shadow: 0px 0 30px color-mix(in srgb, black, transparent 90%); */
  background: #9e8e8234;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
    align-items: center;
  text-align: center;
  transition: transform 0.3s ease; /* Smooth transition effect */

}

.fact-item:hover{
  box-shadow: rgba(151, 146, 142, 0.144) 0px 2px 6px, rgba(17, 17, 26, 0.1) 0px 4px 13px, rgba(117, 111, 107, 0.048) 0px 24px 80px; 
   background-color: #9e8e8233;
  transform:translate(5px, -20px);/* Adjust the value as needed */
  transition: transform 0.3s ease; /* Smooth transition effect */
}
.fact-item h3{
font-size: 27px;

}

.fact-item h3::after{

  content: "";
  width: 100%;
  margin: 0 auto;
  height: 1.5px;
  display: block;
  background: var(--orange-vibrant);
  margin-top: 20px;

}



.fact-item img {

  max-width: 100%; /* Ensure the icons are responsive */
  height: auto;
}



.fact-item:hover .fact-icon
{
  transform:translate(5px, -20px);/* Adjust the value as needed */
  transition: transform 0.3s ease; /* Smooth transition effect */
  box-shadow: 0px 0 30px color-mix(in srgb, rgba(209, 80, 5, 0.445), transparent 90%);

}


.fact-item .fact-icon i {
  color: var(--orange-vibrant);
  transition: .5;
  font-size: 60px;
}

@media (max-width:1200px) {

  .fact-item h3{
    font-size: 21px;
    
    }

    .fact-item .fact-icon {
      width: 90px;
      height: 90px;
      margin-top: -50px;
    
    }

    .fact-item img {

      max-width: 75%; 
      height: auto;
    }

    
.fact-item:hover .fact-icon
{
  transform:translate(2px, -8px);
  transition: transform 0.3s ease; 
  box-shadow: 0px 0 30px color-mix(in srgb, rgba(209, 80, 5, 0.445), transparent 90%);

}
    

}


@media (max-width: 576px) {

  .fact-item h3{
    font-size: 19px;
    width: 100%;
    margin: 0; 
    padding: 0; 
    box-sizing: border-box; 
    }

    .fact-item .fact-icon {
      width:80px;
      height: 80px;
      margin-top: -40px;

    
    }

    .fact-item img {

      max-width: 60%; 
      height: auto;
    }

    .fact-item h3::after{

      content: "";
      width: 70%;
      margin: 0 auto;
      height: 1.5px;
      display: block;
      background: var(--orange-vibrant);
      margin-top: 20px;
    
    }
    
    
.fact-item:hover .fact-icon
{

  transform:translate(1px, -6px);/* Adjust the value as needed */
  transition: transform 0.3s ease; /* Smooth transition effect */
  box-shadow: 0px 0 30px color-mix(in srgb, rgba(209, 80, 5, 0.445), transparent 90%);

}
    

}





.portfolio-nav {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
  background-color: #c2af9d21;
}

.portfolio-nav li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 15px 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  /* margin-bottom: 5px; */
  transition: all 0.3s ease-in-out;
  /* border-radius: 3px; */
}


.navbar-project.fixed {
  position: fixed;
  top: 0; /* Adjust based on your header height */
  left: 0;
  width: 100%;
  background-color: #ffffff00; /* Background color for the navbar */
  z-index: 1010; /* Ensure it is below the header */
  transition: visibility 0.4s, opacity 0.4s; /* Smooth transition */

}


.navbar-project {
 /* position: fixed;
 top: 140px; */
  background-color: #0f72d400; /* Light background color */
  /* width: 30%; */
  margin: 0 auto; /* Center the navbar horizontally */
  display: flex;
  padding-bottom: 30px;


}

.navbar-project .container {
  /* display: flex; Make container width depend on its content */
  justify-content: center; 
  background-color: #fffffff3;
  
  /* Center the nav items */
  /* box-shadow: 0px 0px 60px color-mix(in srgb, rgba(0, 0, 0, 0.823), transparent 85%); */
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}

.navbar-project .nav {
  display: flex;
  justify-content: center; /* Center the nav items */
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: #e6e3e300;
  /* box-shadow: 0px 0px 30px color-mix(in srgb, rgba(0, 0, 0, 0.445), transparent 85%); */


}
.header{
height: 110px;
padding-bottom: 8px;
/* padding-top: 40px; */

  z-index: 1000;
  transition: transform 0.6s ease; /* Smooth transition for hiding/showing header */

}

.header.hidden {
  transform: translateY(-100%); /* Move header up when hidden */
}


/* 

.navbar-project .container::after {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  position: relative;
  bottom: 10px;
  top: 6px;
  background: rgba(111, 103, 103, 0.353);


}

 */

.navbar-project .nav-item {
  padding-left: 40px;
  padding-right: 40px;

}


.navbar-project .nav-link {
  padding-top: 20px;
position: relative;
  text-decoration: none;
  color: #000000; /* Link color */
  font-weight: bold;
  font-size: 14px;
}



.navbar-project .nav-link::after {
  content: "";
  width: 100%;

  height: 2px;
  display: block;
  background: var(--orange-vibrant);
  margin-top:6px;
  /* margin-bottom:20px ; */
  opacity: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);

}

.navbar-project i{
color: black;
margin-inline-end: 10px;


}





.navbar-project .nav-link:hover,
.navbar-project .nav-link:hover i{

  
  color: var(--orange-vibrant-hover);
}


.navbar-project .nav-link:hover::after {

opacity: 1;
}




.navbar-project .nav-item.active .nav-link,
.navbar-project .nav-item.active .nav-link::after,
.navbar-project .nav-item.active .nav-link i
{
opacity: 1;
  color: var(--orange-vibrant);
  
}

@media (max-width: 768px) {
  .navbar-project .nav-item .nav-link{

font-size: 11px;


  }
  .navbar-project .nav-item {
    padding-left: 20px;
    padding-right: 20px;
  
  }
  
  }


.navbar-project .nav-item li.filter-active {
  color: #151515;
  background: var(--beige-dark);
}



#headerz{
  padding: 15px 0;
  background-color: var(--dark-brown);
}


#headerz.header-inner-pages .navbar a,
#headerz.header-inner-pages .navbar .dropdown ul a,
#headerz.header-inner-pages i {
  color: black; /* Set font color of menu items to black */
}


#headerz.header-inner-pages .navbar .dropdown ul {
  background-color: #ffffffa8; /* Set font color of dropdown menu items to black */
}





#headerz .dropdown ul {
  background-color: var(--dark-brown);
  border: none; /* Remove border if any */
  color: white;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1); /* Optional: add some shadow */
}



/* SCROLLED!!!!!!!!!!!!!!!!!!! */

/* 
#headerz.header-scrolled,
#headerz.header-inner-pages,
.project-detailes-page #header
{
  background-color: rgba(12, 6, 0, 0.918);

  border-bottom: none;

} */


 /* New styles for dropdown menu when scrolled */
#headerz.header-scrolled .dropdown ul,
.project-detailes-page #header {

  border: none; /* Remove border if any */
  box-shadow: 0px 2px 5px rgba(139, 135, 135, 0.596); /* Optional: add some shadow */
}



/*--------------------------------------------------------------
# Gallery Section
--------------------------------------------------------------*/






.overlay {
  position: absolute; 
  left: 0;
  width: 100%;
  height: calc(100% -  2.5vw); 

  background: rgba(0, 0, 0, 0.331);
  opacity: 0;
  transition: opacity 0.3s ease-out; 
  z-index: 1; 
  pointer-events: none;
}

.gallery-cell.is-selected:hover .overlay {
cursor: pointer; 
  opacity: 1; 
}

.flickity-page-dots .dot {
  background: #ff9411;
  opacity: 0.5; 
  transition: opacity 0.3s, background 0.3s; 
}

.gallery {
  background: rgba(255, 255, 255, 0);
}

.gallery-cell {
  width: 35%;
  height: 450px;
  overflow: hidden;
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.image-container {
  position: relative;
  width: 100%;

  transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
  
}

.image-container img {
  width: 100%;
  /* height: 24vw; */
  opacity: 0.2; 
  object-fit: cover;
  transition: transform 0.5s ease-out, opacity 0.5s ease-out;
}







.gallary_expo  .gallery .gallery-cell .info {


  opacity: 0;
  
  
  }
  .gallary_expo  .gallery .gallery-cell.is-selected:hover .info{


    display:block;
  
    position: absolute;
    top: 0;
    left: -100%; 

    background: rgba(0, 0, 0, 0.87); 
    color: #ffffff;
    padding: 10px;
    box-sizing: border-box;
    text-align:left;
    transition: opacity 0.4s, top 0.4s; 
  

    box-shadow: 0px 5px 15px rgba(122, 122, 122, 0.801);
    opacity: 1;

  left: 0;
      padding: 0;
      margin: 0 0 20px 0;
      z-index: 10;
      height: auto;
       width:auto;
  }


  .gallary_expo  .gallery .gallery-cell:hover .info p{
    font-size: 15px;
  padding-right: 9px;
  padding-left: 5px;
  margin-top: 20px;
  color: white;
  
  }
  .gallary_expo  .gallery{
width: 100%;

  }



  .gallary_expo  .gallery .gallery-cell {
    width: 35%;
    position: relative; 
  }



  .gallary_expo  .gallery .gallery-cell.is-selected:hover img{
    transform: scale(1);

  }


  .gallary_expo  .gallery .gallery-cell.is-selected:hover .thumbnail{

    transform: scale(1);
  }

  .gallary_expo  .gallery-cell .portfolio-info  {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    color: white;
  }
  
  .gallary_expo  .gallery-cell:hover .portfolio-info {
    opacity: 1;
  }








.gallary_expo .play-btn{

  color: var(--orange-vibrant);

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  font-size: 4rem;
  opacity: 0;
  cursor: pointer;

}
.gallary_expo .play-btn:hover{

color: var(--orange-vibrant-hover);

}

.gallary_expo .gallery-cell.is-selected .play-btn{
  opacity: 1;
}


.gallery-cell.is-selected .image-container {
  transform: scale(1.05);
  box-shadow: 0px 10px 60px color-mix(in srgb, rgba(0, 0, 0, 0.823), transparent 85%);
}

.gallery-cell.is-selected .image-container img {
  transform: scale(1.1);
  opacity: 1;
}

.caption {
  font-size: 24px;
  width: 100%;
  text-align: center;
  opacity: 0; 
  transition: opacity 0.3s ease-out; 
  margin-top: 2.5vw;
}

.gallery-cell.is-selected .caption {
  opacity: 1;
}
@media (max-width: 768px) {





  /* .portfolio-gallery  .gallery .gallery-cell {
    width: 100%;
height: 500px;
    display:block;
  } */

  
  /* .portfolio-gallery  .gallery .gallery-cell .image-container {
    width: 100%;


  }
  .portfolio-gallery  .gallery .gallery-cell .image-container img {
object-fit: cover;

  }  */




 .gallary_expo  .gallery .gallery-cell {
    width: 100%;
height: 500px;
    display:block;
  }

  
  .gallary_expo  .gallery .gallery-cell .image-container {
    width: 100%;


  }
  .gallary_expo  .gallery .gallery-cell .image-container img {
object-fit: cover;

  } 
  .caption {
    margin-top: 6vw;

  }

} 







@media (max-width: 1208px) {

.gallery-cell.is-selected:hover .overlay {opacity: 0; cursor: pointer;}



.gallary_expo .play-btn{


  font-size: 2rem; /* Adjust size as needed */


}

.caption {
  font-size: 12px;}


}


.location-link strong {
  text-decoration: underline;
  color: black;
}

.location-link strong:hover {
  color: var(--orange-vibrant-hover) ;/* Optional: change color on hover */
}


.mvv .service-item {
  background-color: #9e8e8234;
    text-align: center;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
  padding: 80px 20px 50px 20px;
  transition: all ease-in-out 0.3s;
  height: 100%;
  /* width:500px; */
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

  
}

.mvv .service-item .icon {
  position: relative;
  bottom: 35px;
  margin: 0 auto;
  width: 120px;
  height: 120px;
  background: #C1A98F;
  border-radius: 120px;
  border: 4px solid rgba(255, 255, 255, 0.89);
  /* border-radius: 4px; */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: 0.3s;
  transform-style: preserve-3d;
  /* border-radius: 120px; */
  box-shadow: rgba(119, 116, 116, 0.096) 0px 5px 19px 0px;
  /* border: 1px solid color-mix(in srgb, var(--default-color), transparent 85%); */
}



/* .mvv .service-item .icon::before {
  position: absolute;
  content: "";
  left: -8px;
  top: -8px;
  height: 100%;
  width: 100%;
  background: color-mix(in srgb, var(--orange-vibrant-hover), transparent 80%);
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  transform: translateZ(-1px);
} */

.mvv .service-item h3 {
  color: #0000009d;
  font-weight: 700;
  margin: 10px 0 15px 0;
  font-size: 30px;
  position: relative;
  bottom: 35px;
}

.mvv .service-item h3::after {
  content: "";
  width: 50%;
  margin: 0 auto;
  height: 1.5px;
  display: block;
  background: var(--orange-vibrant);
  margin-top: 20px;
}



.mvv .service-item p {
  position: relative;
  bottom: 30px;
  line-height: 24px;
  font-size: 19px;
  margin-bottom: 0;
  margin-top: 30px;
}




.mvv .service-item {
  position: relative; /* Ensure the positioning context for the pseudo-elements */

  overflow: hidden; /* Hide any overflow of the pseudo-elements */
}

.mvv .service-item:hover{
  transform:translate(5px, -20px);/* Adjust the value as needed */
  transition: transform 0.3s ease; /* Smooth transition effect */
  box-shadow: rgba(151, 146, 142, 0.144) 0px 2px 6px, rgba(17, 17, 26, 0.1) 0px 4px 13px, rgba(117, 111, 107, 0.048) 0px 24px 80px; 
   background-color: #9e8e8233;


}


/* .mvv .service-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(109, 101, 101); 
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 1; 
}  */

.mvv .service-item:hover::before {
  opacity: 1;
}

.mvv .service-item::after {
  content: '';
  position: absolute;
  top: 53%;
  left: 50%;
  width: 290px; /* Adjust as needed */
  height: 290px; /* Adjust as needed */
  background: url("/assets/img/Logo-no-Title.png") no-repeat center center;
  background-size: contain;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: opacity 0.4s ease;
  z-index: 2; /* Position above the black background but behind the text */
}

.mvv .service-item:hover::after {
  opacity: 0.1;
}


.mvv .service-item .icon,
.mvv .service-item h3,
.mvv .service-item p,
.mvv .service-item a {
  position: relative;
  z-index: 3; /* Position above the pseudo-elements */
}




.mvv .service-item:hover .icon::before {
  background: color-mix(in srgb, var(--background-color), transparent 70%);
}




/*--------------------------------------------------------------
# Tabs Section
--------------------------------------------------------------*/
.tabs .service-item .service-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border-radius: 25px;
  border: 2px solid rgb(255, 255, 255);
  transition: .5s;
  box-shadow: 0px 0 20px color-mix(in srgb, rgb(94, 41, 10), transparent 90%);
  position: relative;
  color: white;
  background-color: #c1a98fa9;
  margin-inline-end: 20px;
  font-size: 21px;
}

.tabs .service-item .service-contents h3 {
  font-size: 18px;
  color: #000000b2
}

.tabs .service-item .service-contents p {
  font-size: 15px;
  color: #0000009d
  /* color: var(--heading-color); */
}

.tabs .service-item.link {
  padding: 20px;
  margin-bottom: 10px;
  border-radius: 7px;
background-color: #b4b4b418;
/* box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08); */

}

.tabs .service-item.link .service-contents {
  color: var(--default-color);
}

.tabs .service-item.link .service-contents *:last-child {
  margin-bottom: 0;
}

.tabs .service-item.link:hover {
  background: color-mix(in srgb, var(--default-color), transparent 96%);

  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);

} 
.tabs .service-icon img{
  width: 20px;
  height: 20px;
justify-self: center;
display: flex;
align-self: center;
}
.tabs .init-swiper-tabs .swiper-slide{
  width: 100%;

  height: 500px;
}

.tabs .init-swiper-tabs .swiper-slide img{

width: 100%;
height: 100%;
object-fit: cover;

}
/* 
.tabs .service-item.link:hover .service-icon {
  background-color: var(--logo-brown);
  color: var(--orange-vibrant);
} */

.tabs .service-item.link.active {
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  
      background-color: #ffffff; 
      transition: all ease-in-out 0.3s;
}

.tabs .service-item.link.active .service-icon {
  background-color: var(--orange-vibrant-hover);
  color: var(--contrast-color);
}

 @media (max-width: 768px) {


  .mvv .service-item::after {
    content: '';
    position: absolute;
    top: 53%;
    left: 50%;
    width: 190px; /* Adjust as needed */
    height: 190px; /* Adjust as needed */
    background: url("/assets/img/Logo-no-Title.png") no-repeat center center;
    background-size: contain;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: opacity 0.4s ease;
    z-index: 2; /* Position above the black background but behind the text */
  }
  
  .mvv .service-item {
    background-color: #9e8e8234;
      text-align: center;
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
    padding: 80px 20px 50px 20px;
    transition: all ease-in-out 0.3s;
    height: 100%;
    /* width:500px; */
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  
    
  }
  
  .mvv .service-item .icon {

    width: 80px;
    height: 80px;

  }
  .mvv .service-item .icon img{

    width: 40px;
    height: 40px;

  }
  


  .mvv .service-item h3 {

    font-size: 20px;
   

  }
  
  /* .mvv .service-item h3::after {
    content: "";
    width: 50%;
    margin: 0 auto;
    height: 1.5px;
    display: block;
    background: var(--orange-vibrant);
    margin-top: 20px;
  }
   */
  
  
  .mvv .service-item p {
    position: relative;
    bottom: 30px;
    line-height: 24px;
    font-size: 11px;
    margin-bottom: 0;
    margin-top: 30px;
  }
  
  
  
  


  }
@media (max-width: 576px) {

  .contact_us .fact-icon {
    width: 80px;
    height: 80px;
    margin-top: -80px;
  position: relative;
    margin-bottom: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #C1A98F;
    border-radius: 120px;
    border: 4px solid rgb(255, 255, 255);
    transition: .5s;
    box-shadow: 0px 0 20px color-mix(in srgb, rgb(94, 41, 10), transparent 90%);
  
  
    
  }
  

  #footer .footer-top h3 {

    font-size: 22px;
  }


  #footer .footer-top .footer-info p{
font-size: 12px;

  } 

  #footer .footer-top .social-links a {
    font-size: 15px;
    display: inline-block;
    background: #292929;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 4px;
    text-align: center;
    width: 30px;
    height: 30px;
    transition: 0.3s;
  }

.footer-top{
  font-size: smaller;
}


  #footer .footer-top .footer-links {display: none;}


  .tabs .init-swiper-tabs .swiper-slide{
    width: 100%;
  
    height: 250px;
  }

  .tabs .service-icon img{
    width: 10px;
    height: 10px;
    justify-self: center;
    display: flex;
    align-self: center;
  }
  .tabs .service-icon i{

    font-size: 16px;
  }


  .tabs .service-item .service-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    border-radius: 25px;
    border: 2px solid rgb(255, 255, 255);
    transition: .5s;
    box-shadow: 0px 0 20px color-mix(in srgb, rgb(94, 41, 10), transparent 90%);
    position: relative;
    color: white;
    background-color: #c1a98fa9;
    margin-inline-end: 20px;
    font-size: 21px;
  }
  
  .tabs .service-item .service-contents h3 {
    font-size: 15px;
    color: #000000b2
  }
  
  .tabs .service-item .service-contents p {
    font-size: 12px;
    color: #0000009d
    /* color: var(--heading-color); */
  }


}

/* Base form styles */
form {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  padding: 10px 20px;
  border-radius: 8px;
  background-color: #f9f9f9;
}

.Form {
  margin-top: 120px;
}

.form-container {
  max-width: 800px;
  margin: 0 auto;
}

.form-container .form_icon {

  color: #c1a98f;

}
#submit_service,
#submit_provider {
display: none;
}

.form-group {
  margin-top: 19px;
}

.error-message {
  color: red;
  display: none;
}

.form-control::placeholder {
  color: rgba(136, 129, 125, 0.637);
}

.Form .form-group label {
  font-size: 14px;
  color: #000000;
  font-weight: 600;
}

.Form .form-group .label_title {
  padding-bottom: 5px;
}

.form-control,
.form-check-input {
  border-radius: 0.25rem;
}

.btn-primary {
  background-color: var(--orange-vibrant);
  border: none;
  cursor: pointer;
  display: block;
  margin: 10px auto;
}

.btn-primary:hover {
  background-color: var(--orange-vibrant-hover);
}

legend {
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid var(--orange-vibrant-hover);
  font-size: 22px;
  font-weight: 600;
  position: relative;
}

legend::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  box-shadow: 0 4px 6px rgba(121, 111, 111, 0.2);
  z-index: -1;
}

.form_options {
  margin-top: 50px;
}

.form-control {
  background-color: #5754540c;
}

/* Styling for the custom number element */
.number {
  font-size: 17px;
  color: #fff;
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  background: #C1A98F;
  border-radius: 50%;
  border: 3px solid white;
  box-shadow: 0px 0 20px rgba(94, 41, 10, 0.2);
}

.form-check-input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.form-check-label {
  display: flex;
  align-items: center;
  font-weight: 500;
  cursor: pointer;
  position: relative;
  padding-left: 30px;
  font-size: 13px;
  line-height: 24px;
  margin-right: 20px;
}

.form-check-label::before {
  content: "";
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  top: 50%;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1.5px solid #C1A98F;
  background-color: #fff;
  transform: translateY(-50%);
  transition: background-color 0.3s, border-color 0.3s;
}

.form-check-input:checked + .form-check-label::before {
  border: 5.5px solid #C1A98F;
}

.file-upload-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

.file-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.file-upload-area {
  border: 2px dashed var(--orange-vibrant-hover);
  border-radius: 5px;
  padding: 20px;
  text-align: center;
  background-color: #f8f9fa;
  font-size: 16px;
  color: #333;
  transition: background-color 0.3s, border-color 0.3s;
}

.upload-icon {
  display: block;
  font-size: 24px;
  margin-bottom: 10px;
}

.upload-text {
  display: block;
  margin-top: 10px;
}

.file-info {
  margin-top: 15px;
  font-size: 14px;
  font-weight: 600;
  color: var(--orange-vibrant);
}

.file-upload-area.dragover {
  background-color: #e2e6ea;
  border-color: #e47f0b;
}

/* Responsive styles */
@media (max-width: 992px) {
  .form-container {
    max-width: 90%;
    padding: 15px;
  }

  form {
    padding: 20px;
  }

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

  legend {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .form-container {
    max-width: 95%;
  }

  .btn-primary {
    width: 100%;
    padding: 15px;
  }

  .form-group {
    padding-top: 8px;
  }

  .form-control {
    font-size: 13px;
  }

  .form-check-label {
    font-size: 12px;
    padding-left: 25px;
  }

  .number {
    width: 25px;
    height: 25px;
    font-size: 15px;
  }
}

@media (max-width: 576px) {
  .form-container {
    max-width: 100%;
  }

  .Form {
    margin-top: 60px;
  }

  form {
    padding: 15px;
  }

  legend {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .form-control {
    font-size: 12px;
  }

  .btn-primary {
    padding: 12px;
    font-size: 14px;
  }

  .file-upload-area {
    font-size: 14px;
  }

  .file-info {
    font-size: 12px;
  }

  .form-check-label {
    font-size: 11px;
    padding-left: 20px;
  }
}

/* Base styles for buttons */
#services-btn, #provider-btn {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border: 3px solid white;
  background-color: #C1A98F;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  font-weight: 600;
  border-radius: 4px;
  margin: 0 10px;
  display: inline-block;
  color: white;
  transition: all 0.3s ease; /* Smooth transition for responsive changes */
}

#services-btn img, #provider-btn img {
  width: 40px;
  height: 40px;
  margin-inline-start: 10px;
}

/* Responsive adjustments for tablets (screens less than 768px) */
@media (max-width: 768px) {
  #services-btn, #provider-btn {
      padding: 8px 15px; /* Reduce padding */
      font-size: 14px; /* Smaller font size */
      margin: 10px 5px; /* Reduce margin between buttons */
  }

  #services-btn img, #provider-btn img {
      width: 30px; /* Smaller icon size */
      height: 30px;
      margin-inline-start: 5px; /* Adjust spacing between text and icon */
  }
}

/* Responsive adjustments for mobile phones (screens less than 576px) */
@media (max-width: 576px) {
  #services-btn, #provider-btn {
      width: 90%; /* Make buttons take full width */
      padding: 12px; /* Increase padding for better touch targets */
      font-size: 14px;
      margin: 5px 0; /* Stack buttons vertically with a small gap */
      text-align: center; /* Center the text */
  }

  #services-btn img, #provider-btn img {
      width: 25px; /* Even smaller icon size */
      height: 25px;
      margin-inline-start: 5px;
  }
}
/* Optional hover effect */
#services-btn:hover , #provider-btn:hover {
    background-color:var(--orange-vibrant-hover); /* Darker shade for hover effect */
}

.contact_info,.navbar-project {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* Centers the contact info items horizontally */
}

.contact_info .col-lg-3,
.contact_info .col-md-6,
.contact_info .col-sm-12,
.navbar-project .col-lg-3,
.navbar-project .col-md-8,
.navbar-project .col-sm-12 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact_info img{

  margin-inline-end: 7px;
}