@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


*,
:after,
:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}


@font-face {
	font-family: AvantGardeStd-Md;
	src: url(../Fonts/ITCAvantGardeStd-Md.otf);
}


@font-face {
	font-family: Behind-Bold;
	src: url(../fonts/Behind-The-Nineties-Sans-Bd.otf);
}


@font-face {
	font-family: Behind-Medium;
	src: url(../fonts/Behind-The-Nineties-Md.otf);
}


@font-face {
	font-family: Behind-Italic;
	src: url(../fonts/Behind-The-Nineties-It.otf);
}


@font-face {
	font-family: Behind-Regular;
	src: url(../fonts/Behind-The-Nineties-Rg.otf);
}


@font-face {
	font-family: Behind-Regular;
	src: url(../fonts/Behind-The-Nineties-Rg.otf);
}


@font-face {
	font-family: Lovas;
	src: url(../fonts/Lovas.ttf);
}


@font-face {
	font-family: Sticky-Notes;
	src: url(../fonts/Sticky-Notes.otf);
}


/*:root {
	--animation-duration-horizontal: 1s;
	--animation-duration-vertical: 1s;
	--animation-delay: 1s;
}

body,
html {
	font-size: 100%;
	padding: 0;
	margin: 0;
	overflow-x: hidden;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;


}*/


 :root {
            --primary-color: #204E82;
            --editorial-bg: #F9F9F7;
            --soft-grey: #BCBDBF;
            --text-dark: #1a1a1a;
        }

      body,
html {
    font-size: 100%;
	padding: 0;
	margin: 0;
	
    
            background-color: var(--editorial-bg);
            color: var(--text-dark);
            font-family: 'AvantGardeStd-Md', sans-serif;
            -webkit-font-smoothing: antialiased;
        }






a {
    text-decoration: none;
}



h1 {
	font-family: 'AvantGardeStd-Md', sans-serif;
	font-size: 5em;
	color: #212121;
	font-weight: 600;

}


h1 span {

	font-family: 'AvantGardeStd-Md', sans-serif;
	font-style: italic;
	color: #204E83;
	font-weight: 500;

}

h2 {
	font-family: 'AvantGardeStd-Md', sans-serif;
	font-size: 4em;
	font-weight: 600;
	color:#204E83;
}


h2 span {
	font-family: 'AvantGardeStd-Md', sans-serif;
	font-style: italic;
	font-weight: 200;
	color: #212121;
}

h3 {
	font-family: 'AvantGardeStd-Md', sans-serif;
	font-size: 3em;
	font-weight: 600;
	margin-top: 0.5em;
	color: #204E83;
}


h3 span {
	font-family: 'AvantGardeStd-Md', sans-serif;
	font-style: italic;
	font-weight: 200;
	color: #204E83;
}

h4 {
	font-family: 'AvantGardeStd-Md', sans-serif;
	font-size: 2.5em;
	color: #204E83;
	font-weight: 600;
}


h5 {
	font-family: 'AvantGardeStd-Md', sans-serif;
	font-size: 1.8em;
	color: #212121;
	font-weight: 600;
	padding-top: 0.4em;
}


h6 {
	font-family: 'AvantGardeStd-Md', sans-serif;
	font-weight: 500;
	font-size: 1.5em;
	color: #212121;

}


p {
	font-family: "AvantGardeStd-Md", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1em;
	color: #212121;
}


a {
	font-family: "AvantGardeStd-Md", sans-serif;
	
}


p a {
	color: #212121;
	text-decoration: none;
}


p a:hover {
	color: #212121;
	text-decoration: none;
}


.content-wrapper {
	max-width: 1440px;
	margin: 0 auto;
	padding: 1em;
}

.content-wrapper-2 {

	margin: 0 auto;

}


span {
   font-family: "AvantGardeStd-Md", sans-serif; 
}




/*****NAVBAR******/

/*.my-nav {
  background-color:#fff;   
  border-radius: 0px; 
    z-index: 1000;
      width: 100%;
    margin: 0 auto 0 auto;
    padding:0.2em 0.3em;
}



.my-nav img {
    height: 55px;
    width: auto;
}

.navbar {
    transition: all 0.4s;
    z-index: 10000;
}


.navbar .nav-link {
     color: #555;
  font-size:1em;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
     color: #555;
    text-decoration: none;
    font-size:1em;
 font-weight: 400;
  font-family: 'Poppins', sans-serif;
}

.navbar .navbar-brand {
     color: #555;
}



.navbar.active {
    background: #fff;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
    
}

.navbar.active .nav-link {
    color: #555;
}

.navbar.active .nav-link:hover,
.navbar.active .nav-link:focus {
    color: #555;
    text-decoration: none;
}

.navbar.active .navbar-brand {
    color: #555;
}


.nav-btn  a {
    background-color:#0A010C;
   border: #fff 2px solid;
    border-radius: 40px;
    padding: 0.6em 1.5em;
    font-family: 'Poppins', sans-serif;
    color:#fff;
    text-decoration: none;
    transition: 0.4s;
    font-weight: 400;
}



.nav-btn a img {
    width: 45px;
    height: auto;
    padding-left: 0.6em;
   
}


.nav-btn a:hover  {
    background-color:#fff;
    border: #0A010C 2px solid;
    border-radius: 40px;
    padding: 0.6em 1.5em;
    color:#0A010C;
    text-decoration: none;
    font-weight: 500;
}

*/





/* 1. Default State (Top of page) */
.navbar {
    background-color: #fff !important;
    transition: all 0.3s ease-in-out;
    
    /* ADJUST THESE VALUES */
    padding-top: 10px !important; 
    padding-bottom: 10px !important;
    z-index: 10000;
    color: #204E83;
}




/* Change the color of all nav links */
.my-nav .nav-link {
    color: #204E83 !important; /* Standard Bootstrap Blue */
    font-weight: 500;
    transition: color 0.3s ease;
}

/* Change the color when you hover over them */
.my-nav .nav-link:hover {
    color: #204E83 !important; /* A darker blue for hover */
    cursor: pointer;
}

/* Specifically target the 'active' link */
.my-nav .nav-link.active {
    color: #204E83 !important;
    font-weight: 700;
}



/* 1. Remove border-radius and change border color */
.navbar-toggler {
    border-radius: 0 !important;      /* Makes it square */
    border-color: #204E83 !important; /* Changes the box border to blue */
    padding: 0.4rem;                  /* Optional: adjust size */
}

/* 2. Remove the glow/outline when clicked */
.navbar-toggler:focus {
    box-shadow: none !important;
    outline: none !important;
}





.btn-download {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color:  #204E83; /* Your blue color */
    color: white !important;
    padding: 0.7em 1.5em 0.5em 1.5em;
    text-decoration: none;
    font-weight: 400;
    font-size:0.9em;
    letter-spacing: 1px;
    border: none;
    border-radius: 0 !important; /* Square corners */
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

/* Hover Effect: Lift and Darken */
.btn-download:hover {
    background-color: #0056b3;
    transform: translateY(-3px);
    box-shadow: 0 8px 15px rgba(0, 123, 255, 0.3);
}

/* Active Effect: Push down when clicked */
.btn-download:active {
    transform: translateY(-1px);
}

/* Subtle Pulse Animation */
@keyframes pulse-blue {
    0% { box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.7); }
    70% { box-shadow: 0 0 0 10px rgba(0, 123, 255, 0); }
    100% { box-shadow: 0 0 0 0 rgba(0, 123, 255, 0); }
}

.btn-download {
    animation: pulse-blue 2s infinite;
}



nav .material-symbols-outlined {
    font-size: 2.3em!important;
}


.navbar-brand img {
    height: 55px;
    width: auto;
}

/*****END OF NAVBAR******/








/******HOMEPAGE******/


.hero {
    background-color:rgba(187,189,191,0.4);
    height: auto;
	margin: 0 auto;
	padding: 7em 1em ;
}


/*.hero-inner {
    background-image: url(../images/main-bg.svg);
   -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    border-radius: 3em;
    width: 100%;
    margin: 1em auto;
    height:auto;
    padding: 8em 4em;
    display: flex;
    justify-content: center;
    align-items: center;
        }
*/


.hero h1 {
    margin-top: 0.2em;
    
}

.hero small {
    color:#204E83;
    font-weight: 700;
    letter-spacing: 0.2em;
}


.hero p {
  padding-top: 6em;
    font-weight: 300;
    line-height: 1.6em;
}


.short-line {
    width: 160px;
    height: 1px;
    background-color:#204E83;
    margin-top: 1em;
}


.about-us {
     background-image: url(../images/about-banner.svg);
   -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    padding:8em 1em;
    margin-bottom: 8em;
}


.about-us h2 {
    color: #fff;
    text-align: center;
}



.about-us h5 {
    color: #fff;
    text-align: center;
}


.about-us p {
    color: #fff;
    text-align: center;
    line-height: 1.8em;
}

.about-us small {
    color: #fff;
    text-align: center;
    font-weight: 600;
}


.short-line-2 {
    width: 160px;
    height: 1px;
    background-color:#fff;
    margin: 2em auto;
}


.short-line-3 {
    width: 160px;
    height: 1px;
    background-color:#204E83;
    margin: 2em auto;
    
}


.short-line-4 {
    width: 160px;
    height: 1px;
    background-color:#204E83;
    margin-top: 2em;
    margin-bottom: 2em;
}





/* --- Custom Typography Utilities --- */
        .ls-widest { letter-spacing: 0.25em; }
        .ls-wide { letter-spacing: 0.3em; }
        .fs-xxs { font-size: 11px; }
        
        /* --- Icon & Animation Styles --- */
        .material-symbols-outlined {
            color:#fff;
            font-variation-settings: 'FILL' 0, 'wght' 250, 'GRAD' 0, 'opsz' 24;
            font-size: 55px;
            transition: color 0.3s ease;
        }

        .icon-bar-item {
            cursor: pointer;
            min-width: 120px;
        }

        /* Hover: Change Icon Color */
        .icon-bar-item:hover .material-symbols-outlined {
            color: rgba(255,255,255,0.5);
        }

        /* Hover: Expand Line */
        .hover-line {
            width: 45px;
            height: 1px;
            background-color: #fff;
            transition: width 0.3s ease;
        }
        
        .icon-bar-item:hover .hover-line {
            width: 0; /* Approx w-8 in Tailwind */
        }





#process h2 {
  color:#204E83;  
}

#process h4 {
  color:#204E83;  
}


#process span {
  font-size: 0.9em; 
    color:#212121;
}


/****SCROLL EFFECT******/

  
    /* --- Theme Variables & Overrides --- */
        :root {
            --bs-font-sans-serif: "AvantGardeStd-Md", sans-serif;
            --bs-body-font-family: var(--bs-font-sans-serif);
            
            /* Custom Colors from original design */
            --brand-primary: #E31E24;
            --bg-light: #FAFAFA;
            --bg-dark: #0A0A0A;
            
            /* Card Colors (Light Mode) */
            --card-border: #e5e7eb;
            --card-inner: #ffffff;
        }

        [data-bs-theme="dark"] {
            /* Card Colors (Dark Mode) */
            --card-border: #27272a;
            --card-inner: #0f0f0f;
            --bs-body-bg: var(--bg-dark);
            --bs-heading-color: #ffffff;
            --bs-body-color: #a1a1aa; /* Zinc-400 equivalent */
        }

        body {
            background-color: var(--bg-light);
            transition: background-color 0.3s ease, color 0.3s ease;
        }

        /* --- Text Utilities --- */
        .text-primary-custom {
            color: #204E83!important;
            
        }
        
        .tracking-widest {
            letter-spacing: 0.1em;
        }

        /* --- Custom Cut-Corner Shape Logic --- */
        .cut-corner {
            clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%);
        }

        /* The container simulates the border */
        .cut-corner-container {
            position: relative;
            background: var(--card-border);
            height: 10rem; /* Matches Tailwind h-80 */
            transition: transform 0.3s ease;
        }

        .cut-corner-container:hover {
            transform: translateY(-4px);
        }

        /* The inner div simulates the card body */
        .cut-corner-inner {
            background: var(--card-inner);
            height: calc(100% - 2px);
            width: calc(100% - 2px);
            position: absolute;
            top: 1px;
            left: 1px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        /* --- Icons --- */
        .material-symbols-outlined {
            font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24;
        }

        /* --- Footer Gradient Line --- */
        .gradient-line {
            height: 4px;
            width: 100%;
            background: linear-gradient(90deg, transparent 0%, rgba(227, 30, 36, 0.2) 50%, transparent 100%);
        }


.fs-1-xl {
  font-size: 3.5rem;
}


/****SCROLL EFFECT******/














.moving-svg-1 {
  animation: moveUpDownn 5s ease-in-out infinite;
}

@keyframes moveUpDownn {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}


.moving-svg-2 {
  animation: moveUpDownn 4s ease-in-out infinite;
}

@keyframes moveUpDownn {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0);
  }
}


.moving-svg-3 {
  animation: moveUpDownn 6s ease-in-out infinite;
}

@keyframes moveUpDownn {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-13px);
  }
  100% {
    transform: translateY(0);
  }
}





.join-now {
     background-image: url(../images/vendors.jpg);
   -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    border-radius: 3em;
    width: 100%;
    margin: 4em auto;
    height:auto;
    padding: 8em 1em;
}






/*******WHO WE WORK WITH*******/

.who_we_with {
    margin-top: em;
}




/******WHAT WE DO*******/

#servicesAccordion {
    background-color: transparent !important;
}

.accordion-item {
    background-color: transparent !important;
}

.accordion-collapse {
    background-color: transparent !important;
}


.accordion-header {
 padding-bottom: 0.3em;
            padding-top:0.3em;    
}


/* Minimalist Overrides */
        .accordion-button {
            font-weight: 400;
            font-size: 1.7rem;
            color: #204E83;
            padding-left: 0; /* Flush left alignment */
            padding-right: 0;
            background-color: transparent !important;
           
        }

.accordion-button  span {
    font-size: 0.6em;
    padding-right:1.2em;
    font-style: normal;
}


        /* Remove the default light-blue background and border when active */
        .accordion-button:not(.collapsed) {
            color: #204E83; /* Change title color when open (optional) */
            background-color: transparent;
            box-shadow: none; /* Remove the blue glow focus ring */
            font-size: 1.7rem;
        }

        /* Remove focus ring on click */
        .accordion-button:focus {
            box-shadow: none;
            border-color: rgba(0,0,0,.125);
        }

        /* Body Typography */
        .accordion-body {
            padding-left: 0;
            padding-right: 0;
            font-weight: 400;
        }

      
        /* Separator Line */
        .accordion-item {
            border: none;
            border-bottom: 1px solid #e9ecef;
        }

 .accordion-item_last {
            border: none;
            border-bottom: 1px solid #e9ecef!important;
        }




/******PROJECTS*******/


.projects p{
    color: #204E83;
    
}



.slider_card img {
    
}

.owl-container {
      max-width: 100%;
      margin: 0 auto;;
    }

    .item {
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
        padding-top:0.5em;
        padding-right: 0.5em;
        padding-left: 0.6em;
    }

  


    .owl-nav {
      position: absolute;
      top: -4rem;
      right: 0;
    }

   .owl-next img, .owl-prev img {
     width: 45px!important;
    }

    .owl-nav .owl-prev:hover, .owl-nav .owl-next:hover {
      background: none !important;
      outline: none !important;
      opacity: 1;
    }

    .owl-nav .owl-prev, .owl-nav .owl-next {
      outline: none;
      opacity: 0.9;
      transition: all .5s ease;
    }

    .owl-dots {
        display: none;
      margin-top: 1rem;
    }

    .owl-dot {
      outline: none;
    }

    .owl-dot.active, .owl-dot:hover {
      transition: all .2s ease;
      transform: scale(1.2);
    }


    @media screen and (max-width: 600px) {
      .owl-nav {
       position: absolute;
      top: -2rem;
      right: 0;
      }
        
         .owl-next img, .owl-prev img {
      width: 30px!important;
    }


      .owl-dots {
        display: none;
      }
    }




/******Our Approach to Quality*******/

 .material-symbols-outlined {
            font-variation-settings: 'FILL' 0, 'wght' 200, 'GRAD' 0, 'opsz' 24;
            font-size: 46px;
        }

 .feature-icon {
            transition: transform 0.3s ease;
            display: inline-block;
        }
        .feature-group:hover .feature-icon {
            transform: scale(1.1);
        }

        .quality-card {
            border: 1px solid rgba(32, 78, 131, 0.2);
            border-radius: 0.75rem;
            transition: box-shadow 0.3s ease;
        }


.feature-icon {
    color:#204E83 !important;
}


.feature-group h5 {
    color:#204E83 !important;   
}




/******CONTACT US ********/

 .contact-card {
            transition: all 0.3s ease;
            cursor: default;
            border: 1px solid transparent;
        }
        
       /* .contact-card:hover {
            background-color: white;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
        }*/

        .icon-box {
            width: 4rem;
            height: 4rem;
            border: 1px solid #204E83;
            color:#204E83 !important;
            transition: all 0.3s ease;
        }

        /* On card hover, change icon style */
        .contact-card:hover .icon-box {
            border-color:#1152d4;
            color: #1152d4;
        }

        /* The arrow that appears on hover */
        .hover-arrow {
            opacity: 0;
            transform: translateX(-5px);
            transition: all 0.3s ease;
            color: #204E83;
        }

        .contact-card:hover .hover-arrow {
            opacity: 1;
            transform: translateX(0);
             color: #204E83;
        }



 .material-symbols-outlined3 {
            color:#204E83!important;
            font-variation-settings: 'FILL' 0, 'wght' 250, 'GRAD' 0, 'opsz' 24;
            font-size: 55px;
            transition: color 0.3s ease;
        }


.contact-card h6 {
     color: #204E83;
}







@media (max-width: 1400px) {
   
    
}



@media (max-width: 1199.98px) {


    
 h1 {
	font-family: 'AvantGardeStd-Md', sans-serif;
	font-size: 4em;
	color: #212121;
	font-weight: 600;

}


h1 span {

	font-family: 'AvantGardeStd-Md', sans-serif;
	font-style: italic;
	color: #204E83;
	font-weight: 200;

}

h2 {
	font-family: 'AvantGardeStd-Md', sans-serif;
	font-size: 3.5em;
	font-weight: 700;
	color: #204E83;
}


h2 span {
	font-family: 'AvantGardeStd-Md', sans-serif;
	font-style: italic;
	font-weight: 200;
	color: #204E83;
}

h3 {
	font-family: 'AvantGardeStd-Md', sans-serif;
	font-size: 3em;
	font-weight: 600;
	margin-top: 0.5em;
	color:#204E83;
}


h4 {
	font-family: 'AvantGardeStd-Md', sans-serif;
	font-size: 2.5em;
	color: #204E83;
	font-weight: 600;
}


h5 {
	font-family: 'AvantGardeStd-Md', sans-serif;
	font-size: 1.8em;
	color: #204E83;
	font-weight: 600;
	padding-top: 0.4em;
}


h6 {
	font-family: "AvantGardeStd-Md", sans-serif;
	font-weight: 600;
	font-size: 1.4em;
	color: #204E83;
	letter-spacing: 3px;
}


p {
	font-family: "AvantGardeStd-Md", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1em;
	color: #212121;
}
   
    
 
   
 
    
    
}



@media (max-width: 1025px) {
   
    
    
}



@media (max-width: 769px) {

   h1 {
	font-family: 'AvantGardeStd-Md', sans-serif;
	font-size: 4em;
	color: #212121;
	font-weight: 600;
}
    
    
    



h2 {
	font-family: 'AvantGardeStd-Md', sans-serif;
	font-size: 3.3em;
	font-weight: 700;
	color: #204E83;
}


/*h2 span {
	font-family: 'Behind-Italic', sans-serif;
	font-style: italic;
	font-weight: 200;
	color: #204E83;
}*/

h3 {
	font-family: 'AvantGardeStd-Md', sans-serif;
	font-size: 2.8em;
	font-weight: 600;
	margin-top: 0.5em;
	color: #204E83;
}


h4 {
	font-family: 'AvantGardeStd-Md', sans-serif;
	font-size: 2.1em;
	color: #204E83;
	font-weight: 600;
}


h5 {
	font-family: 'AvantGardeStd-Md', sans-serif;
	font-size: 1.8em;
	color: #204E83;
	font-weight: 600;
	padding-top: 0.4em;
}


h6 {
	font-family: "AvantGardeStd-Md", sans-serif;
	font-weight: 600;
	font-size: 1.5em;
	color: #204E83;
	letter-spacing: 3px;
}

    
  

}

@media (max-width: 469px) {
    
    
    
      h1 {
	font-family: 'AvantGardeStd-Md', sans-serif;
	font-size: 3.2em;
	color: #212121;
	font-weight: 600;
}



h2 {
	font-family: 'AvantGardeStd-Md', sans-serif;
	font-size: 2.9em;
	font-weight: 700;
	color: #204E83;
}
    
h3 {
	font-family: 'AvantGardeStd-Md', sans-serif;
	font-size: 2.3em;
	font-weight: 600;
	margin-top: 0.5em;
	color: #204E83;
}
    
    h6 {
        letter-spacing: 1px;
    }

p {
	font-family: "AvantGardeStd-Md", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 0.9em;
	color: #212121;
}
    
    
 .about-us {
     background-image: url(../images/about-banner.svg);
   -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    padding:8em 0.4em;
    margin-bottom: 8em;
}   
  
    
    

.accordion-header {
 padding-bottom: 0.1em;
            padding-top:0.1em;    
}    
    
    
    
/* Minimalist Overrides */
        .accordion-button {
            font-weight: 400;
            font-size: 1.4rem;
            color: #204E83;
            padding-left: 0; /* Flush left alignment */
            padding-right: 0;
            background-color: transparent !important;
           
        }



        /* Remove the default light-blue background and border when active */
        .accordion-button:not(.collapsed) {
            color: #204E83; /* Change title color when open (optional) */
            background-color: transparent;
            box-shadow: none; /* Remove the blue glow focus ring */
            font-size: 1.4rem;
        }    
    
 
    
}











