
/* Fonts */
:root {
  --default-font: "Roboto",  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";
  --heading-font: "Raleway",  sans-serif;
  --nav-font: "Poppins",  sans-serif;
}

/* Global Colors - The following color variables are used throughout the website. Updating them here will change the color scheme of the entire website */
:root { 
  --background-color: #ffffff; /* Background color for the entire website, including individual sections */
  --default-color: #444444; /* Default color used for the majority of the text content across the entire website */
  --heading-color: #151515; /* Color for headings, subheadings and title throughout the website */
  --accent-color: #ffc451; /* 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: #312f2f; /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
}

/* Nav Menu Colors - The following color variables are used specifically for the navigation menu. They are separate from the global colors to allow for more customization options */
:root {
  --nav-color: rgba(255, 255, 255, 0.905);  /* The default color of the main navmenu links */
  --nav-hover-color: #ffc451; /* Applied to main navmenu links when they are hovered over or active */
  --nav-mobile-background-color: #ffffff; /* Used as the background color for mobile navigation menu */
  --nav-dropdown-background-color: #ffffff; /* Used as the background color for dropdown items that appear when hovering over primary navigation items */
  --nav-dropdown-color: #212529; /* Used for navigation links of the dropdown items in the navigation menu. */
  --nav-dropdown-hover-color: #ffc451; /* Similar to --nav-hover-color, this color is applied to dropdown navigation links when they are hovered over. */
}

/* Color Presets - These classes override global colors when applied to any section or element, providing reuse of the sam color scheme. */

.light-background {
  --background-color: #f9f9f9;
  --surface-color: #ffffff;
}

.dark-background {
  --background-color: #000;
  
}

/* Smooth scroll */
:root {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General Styling & Shared Classes
--------------------------------------------------------------*/
body {
  color: var(--default-color);
  background-color: var(--background-color);
  font-family: future;
  font-weight: 500;
  overflow-x:none ;
  box-sizing: border-box;
}

@media screen and (max-width: 449px) {

  .header {
  --background-color: rgba(0, 0, 0, 0.8);
  --heading-color: #ffffff;
  --contrast-color: #ffffff;
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 10px 0;
  transition: all 0.5s;
  /*border:1px solid blue;*/
  z-index: 997;
  
}

.header .logo {
  line-height: 1;
}

.header .logo img {
  max-height: 46px;
  margin-right: 8px;
}

.header .logo h1 {
  font-size: 32px;
  margin: 0;
  font-weight: 700;
  color: var(--heading-color);
}

.header .logo span {
  color: var(--accent-color);
  font-size: 32px;
}

.header .btn-getstarted,
.header .btn-getstarted:focus {
  color: var(--contrast-color);
  font-size: 14px;
  padding: 8px 30px;
  margin: 0 0 0 30px;
  border-radius: 4px;
  transition: 0.3s;
  border: 2px solid var(--accent-color);
}

.header .btn-getstarted:hover,
.header .btn-getstarted:focus:hover {
  color: var(--default-color);
  background: var(--accent-color);
}

  .left_addr {
    
    float: left;
    /* margin-top: 2%; */
    font-size: 46px;
}
.addr_r {
    /* border: 2px solid red; */
    margin-left: 12%;
    padding-left: 3px;
}
.addr_r p {
    margin-bottom: 1px;
    /* margin-left: 1.5%; */
    font-size: 17px;
}

.mobile-nav-active .navmenu>ul {
        display: block;
        height: 50%;
        padding: 0px;
        border:1px solid red;
        /* background-color: var(--nav-mobile-background-color) Color:white; */
    }
.navmenu .dropdown>.dropdown-active {
        display: block;
        background-color: rgba(33, 37, 41, 0.03);
        padding: 0px;
    }
    .mobile-nav-active .navmenu {
        position: fixed;
        overflow: hidden;
        inset: 0;
        /* background: rgba(33, 37, 41, 0.8); */
        transition: 0.3s;
    }

.call-box{/*border: 1px solid red;*/ height: auto; margin-bottom:3px; }

.addres-box{margin-bottom: 3px;}
.contact_map {
   /* border: 2px solid red;*/
    height: auto;
    padding: 0.8px;
}
/*service box css*/
.serives-fig{
  
  height: 275px;
  margin-right: 3%;
  /*border: 0px solid #ffb307;*/
  border-radius: 15px;
  /*box-shadow: 0px 0px 10px 3px #fff;*/
  background-color: #2b2929;
  padding: 10px 12px;
  margin-bottom: 15%;
  
}
/*
@keyframes mymove {
  50% {box-shadow: 0px 0px 10px 15px #ffb307;}
}
.serives-fig:hover{box-shadow: 0px 0px 10px 8px #ffb307; animation: mymove 5s infinite;}*/
.serives-fig img{
  width:100%; 
  height:200px;
  
  border-radius: 15px;
}

.fig-cap{
  color: white;
  font-weight: bold;
  font-size: 25px;
  padding-top: 3px;
  /*text-align: center;*/
}
#service_h {
  /* background-color: black; */
  /* border: 2px solid red; */
  padding-Top: 25px;
  padding-bottom: 25px;
  padding-left: 25px;
  padding-right: 40px;
  Background-image: url(https://zenfy-next-js.vercel.app/_next/static/media/home4-banner-bg-dark.9899db56.png);
  background-attachment: fixed;
}

.first-con h3 {
  color: #fff;
  font-weight: bold;
  font-size: 40px;
}



}


/*____________________________
2 media screen
_______________________________*/


@media screen and (max-width: 530px) {

  .header {
  --background-color: rgba(0, 0, 0, 0.8);
  --heading-color: #ffffff;
  --contrast-color: #ffffff;
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 10px 0;
  transition: all 0.5s;
  /*border:1px solid blue;*/
  z-index: 997;
  
}

.header .logo {
  line-height: 1;
}

.header .logo img {
  max-height: 46px;
  margin-right: 8px;
}

.header .logo h1 {
  font-size: 32px;
  margin: 0;
  font-weight: 700;
  color: var(--heading-color);
}

.header .logo span {
  color: var(--accent-color);
  font-size: 32px;
}

.header .btn-getstarted,
.header .btn-getstarted:focus {
  color: var(--contrast-color);
  font-size: 14px;
  padding: 8px 30px;
  margin: 0 0 0 30px;
  border-radius: 4px;
  transition: 0.3s;
  border: 2px solid var(--accent-color);
}

.header .btn-getstarted:hover,
.header .btn-getstarted:focus:hover {
  color: var(--default-color);
  background: var(--accent-color);
}

  .left_addr {
    
    float: left;
    /* margin-top: 2%; */
    font-size: 46px;
}
.addr_r {
    /* border: 2px solid red; */
    margin-left: 12%;
    padding-left: 3px;
}
.addr_r p {
    margin-bottom: 1px;
    /* margin-left: 1.5%; */
    font-size: 17px;
}

.mobile-nav-active .navmenu>ul {
        display: block;
        height: 45%;
        width: 90%;
        padding: 0px;
        /* background-color: var(--nav-mobile-background-color) Color:white; */
    }
.navmenu .dropdown>.dropdown-active {
        display: block;
        background-color: rgba(33, 37, 41, 0.03);
        padding: 0px;
    }
    .mobile-nav-active .navmenu {
        position: fixed;
        overflow: hidden;
        inset: 0;
        /* background: rgba(33, 37, 41, 0.8); */
        transition: 0.3s;
    }

.call-box{/*border: 1px solid red;*/ height: auto; margin-bottom:3px; }

.addres-box{margin-bottom: 3px;}
.contact_map {
   /* border: 2px solid red;*/
    height: auto;
    padding: 0.8px;
}
/*sevice box css*/
.serives-fig{
  
  height: 275px;
  margin-right: 3%;
  /*border: 0px solid #ffb307;*/
  border-radius: 15px;
  /*box-shadow: 0px 0px 10px 3px #fff;*/
  background-color: #2b2929;
  padding: 10px 12px;
  margin-bottom: 15%;
  
}
/*
@keyframes mymove {
  50% {box-shadow: 0px 0px 10px 15px #ffb307;}
}
.serives-fig:hover{box-shadow: 0px 0px 10px 8px #ffb307; animation: mymove 5s infinite;}*/
.serives-fig img{
  width:100%; 
  height:200px;
  
  border-radius: 15px;
}

.fig-cap{
  color: white;
  font-weight: bold;
  font-size: 25px;
  padding-top: 3px;
  /*text-align: center;*/
}
#service_h {
  /* background-color: black; */
  /* border: 2px solid red; */
  padding-Top: 25px;
  padding-bottom: 25px;
  padding-left: 25px;
  padding-right: 40px;
  Background-image: url(https://zenfy-next-js.vercel.app/_next/static/media/home4-banner-bg-dark.9899db56.png);
  background-attachment: fixed;
}

.first-con h3 {
  color: #fff;
  /*font-weight: bold;*/
  font-size: 40px;
}

}

/*____________________________
3 media screen
_______________________________*/


@media screen and (max-width: 610px) {
/*sevice box css*/
.serives-fig{
  
  height: 275px;
  margin-right: 3%;
  /*border: 0px solid #ffb307;*/
  border-radius: 15px;
  /*box-shadow: 0px 0px 10px 3px #fff;*/
  background-color: #2b2929;
  padding: 10px 12px;
  margin-bottom: 15%;
  
}
/*
@keyframes mymove {
  50% {box-shadow: 0px 0px 10px 15px #ffb307;}
}
.serives-fig:hover{box-shadow: 0px 0px 10px 8px #ffb307; animation: mymove 5s infinite;}*/
.serives-fig img{
  width:100%; 
  height:200px;
  
  border-radius: 15px;
}

.fig-cap{
  color: white;
  font-weight: bold;
  font-size: 25px;
  padding-top: 3px;
  /*text-align: center;*/
}
#service_h {
  /* background-color: black; */
  /* border: 2px solid red; */
  padding-Top: 25px;
  padding-bottom: 25px;
  padding-left: 30px;
  padding-right: 30px;
  Background-image: url(https://zenfy-next-js.vercel.app/_next/static/media/home4-banner-bg-dark.9899db56.png);
  background-attachment: fixed;
}

.first-con h3 {
  color: #fff;
  /*font-weight: bold;*/
  font-size: 40px;
}


}

.call-box{/*border: 1px solid red;*/ height: auto; margin-bottom:3px; }

.addres-box{margin-bottom: 3px;}
.contact_map {
   /* border: 2px solid red;*/
    height: auto;
    padding: 0.8px;
}


  .left_addr {
    
    float: left;
    /* margin-top: 2%; */
    font-size: 46px;
}
.addr_r {
    /* border: 2px solid red; */
    margin-left: 12%;
    padding-left: 3px;
}
.addr_r p {
    margin-bottom: 1px;
    /* margin-left: 1.5%; */
    font-size: 17px;
}


}


/*____________________________
4 media screen
_______________________________*/

@media screen and (max-width: 770px) {

.header {
  --background-color: rgba(0, 0, 0, 0.8);
  --heading-color: #ffffff;
  --contrast-color: #ffffff;
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 10px 0;
  transition: all 0.5s;
  /*border:1px solid blue;*/
  z-index: 997;
  
}

.header .logo {
  line-height: 1;
}

.header .logo img {
  max-height: 46px;
  margin-right: 8px;
}

.header .logo h1 {
  font-size: 32px;
  margin: 0;
  font-weight: 700;
  color: var(--heading-color);
}

.header .logo span {
  color: var(--accent-color);
  font-size: 32px;
}

.header .btn-getstarted,
.header .btn-getstarted:focus {
  color: var(--contrast-color);
  font-size: 14px;
  padding: 8px 30px;
  margin: 0 0 0 30px;
  border-radius: 4px;
  transition: 0.3s;
  border: 2px solid var(--accent-color);
}

.header .btn-getstarted:hover,
.header .btn-getstarted:focus:hover {
  color: var(--default-color);
  background: var(--accent-color);
}


}