@import url(bootstrap-spacing.css);
@import url(bootstrap-flex.css);

:root{
    --text: #050316;
    --background: #fbfbfe;
    --primary: #e2ded5;
    --secondary: #ededed;
    /*--accent: #e74323;*/
    --accent:#FE7743;
    --text-gray:#797979;

}
/* html{
  scroll-behavior: smooth;
} */
body{
    font-family: "Inter", sans-serif;
    font-size: 16px;
    color: #000703;
    background-color: var(--background);
}
h1{
	font-size:75px;
}
h2{
	font-size:60px;
}
h3{
	font-size:45px;
}
h4{
	font-size:32px;
}
h5{
	font-size:28px;
}
h6{
	font-size:24px;
}

@media screen and (max-width: 991px) {
  h1 {
    letter-spacing: -1.62px;
    font-size: 54px;
  }

  h2 {
    letter-spacing: -1px;
    font-size: 44px;
  }

  h3 {
    letter-spacing: -.5px;
    font-size: 36px;
  }

  h4 {
    font-size: 32px;
  }
 }
@media screen and (max-width: 767px) {
  h1 {
    letter-spacing: -1.26px;
    font-size: 42px;
  }

  h2 {
    letter-spacing: -.5px;
    font-size: 32px;
  }

  h3 {
    letter-spacing: 0;
    font-size: 30px;
  }

  h4 {
    font-size: 26px;
  }
  
  h5 {
    font-size: 22px;
  }
  
  h6 {
    font-size: 20px;
  }

  p {
    font-size: 15px;
  }
 }
@media screen and (max-width: 479px) {
  h1 {
    letter-spacing: -.5px;
    font-size: 32px;
  }

  h2 {
    letter-spacing: 0;
    font-size: 28px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 15px;
  }

  p {
    font-size: 14px;
  }
}
h1, h2, h3, h4, h5, h6{
  font-weight: 400;
}
a.active, a:active, a:focus, a:hover{
    color: #ff4e05;
    box-shadow: none;
}

@-webkit-keyframes fadeInUp {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(0,50%,0);
      transform: translate3d(0,50%,0)
  }

  to {
      opacity: 1;
      -webkit-transform: none;
      transform: none
  }
}

@keyframes fadeInUp {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(0,50%,0);
      transform: translate3d(0,50%,0)
  }

  to {
      opacity: 1;
      -webkit-transform: none;
      transform: none
  }
}
.bgcolor-02{
  background: var(--secondary);
}
.bgcolor-black{
  background: var(--text);
}
.bgcolor-gray{
  background: var(--secondary);
}
.bgcolor-orange{
  background: var(--accent);
}
.txtcolor-white{
  color: var(--primary);
}
.txtcolor-orange{
  color: var(--accent);
}
.txtcolor-gray{
  color: var(--text-gray);
}
.h-25 {
  height: 25%!important;
}
.h-50 {
  height: 50%!important;
}
.h-75 {
  height: 75%!important;
}
.h-100 {
  height: 100%!important;
}
.w-25 {
  width: 25%!important;
}
.w-50 {
  width: 50%!important;
}
.w-75 {
  width: 75%!important;
}
.w-100 {
  width: 100%!important;
}
.font-w-300{
  font-weight:300
}
.font-w-400{
  font-weight:400
}
.font-w-500{
  font-weight:500
}
.font-w-600{
  font-weight:600
}
.font-w-700{
  font-weight:700
}
.border{
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}
.btn:focus{
  box-shadow: none;
}

a.active, a:active, .btn.active, .btn:active {
  background: #ff4e05;
  border-color: #771e08;
  box-shadow: none;
}
.btn {
  -webkit-border-radius: 20;
  -moz-border-radius: 20;
  border-radius: 20px;
  color: #ffffff;
  font-size: 16px;
  background: var(--accent);
  padding: 6px 16px;
  height: auto;
  border: solid #b03313 1px;
  text-decoration: none;
}

a:focus, a:hover, .btn:focus, .btn:hover{
  background: #f7510f;
  border-color: #b03313;
  color: #ffffff;
  text-decoration: none;
}

a, a:visited{
  color: #fff;
}

.vb-spacing-100{
  height: 6.25rem;
}
.vb-spacing-50{
  height: 9.35rem;
}
.vb-spacing-200{
  height: 12.5rem;
}
.vb-spacing-250{
  height: 15.5;
}
.vb-spacing-300{
  height: 18.75rem;
}
.vb-spacing-350{
  height: 22rem;
}
.vb-spacing-400{
  height: 25rem;
}
.vb-spacing-450{
  height: 27.25rem;
}
.vb-spacing-100, .vb-spacing-150, v, .vb-spacing-200, .vb-spacing-250, .vb-spacing-300, .vb-spacing-350, .vb-spacing-400, .vb-spacing-450{
  overflow: hidden;
  position: relative;
}
.pattern-bg{
  background: url(../img/ellipses-bg.svg) no-repeat center top;
  background-size:auto;
}
/*------------------------------------------------------------*/

#logo img{
    width: 340px;
    vertical-align: text-top;
}
#header{
    background: url(../img/header-bg.webp) no-repeat center;
    background-size: cover;
    /* max-height: 600px;
    height: 600px; */
}
header {
    position: fixed;
    width: 80%;
    left: 0;
    right: 0;
    margin: 26px auto 0;
    background-color: rgba(255, 255, 255, 0.7);
    padding: .2rem 1.6rem;
    z-index:9;
    border-radius: 20px;
    
  }
  .hero-title-wrapper{
    width: calc(100vw - 36%);
    max-width: 100%;
    margin: 0 auto;
  }
  .hero-title-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 8rem auto 0;
  }
  .hero-title-main{
    font-size: clamp(2.4rem, 0.3333rem + 3.5556vw, 3rem);
    font-weight: 600;
    line-height: normal;
  }
  nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  nav ul {
    list-style: none;
    display: flex;
    gap: 2rem;
  }
  nav a {
    font-size: 100%;
    text-decoration: none;
  }
  nav a#logo {
    color: #000000;
    font-weight: 700;
    background: transparent;
  }
  nav ul a, nav ul a:visited{
    color: #000;
    font-weight: 400;
  }
  nav ul a:hover, footer ul a:hover, nav ul a.active, footer ul a.active {
    border-bottom: 2px solid #ff4e05;
    text-decoration: none;
    background: transparent !important;
    color: var(--text);
  }
  footer ul a.active{
    border-bottom: 2px solid #ff4e05;
    text-decoration: none;
    background: transparent !important;
    color: var(--primary);
  }
  section#home {
    height: 100vh;
    display: grid;
    place-items: center;
  }
  h1 {
    font-size: 4rem;
  }
  #ham-menu {
    display: none;
  }
  nav ul.active {
    left: 0;
  }
  @media only screen and (min-width: 1280px){
    header{
        width: calc(100vw - 580px);
    }
  }
  @media only screen and (max-width: 991px) {
    html {
      font-size: 56.25%;
    }
    .hero-title-wrapper{
        width: 90%;
        max-width: 100%;
      }
    header{
        width: 92%;
      padding: .2rem 2.25rem;
    }
    .hero-title-container {
       margin: 20rem auto 0;
    }
  }
  @media only screen and (max-width: 767px) {
    html {
      font-size: 50%;
    }
    header {
        width: 99%;
        margin-top: 0;
        border-radius: 0;
      }

    .hero-title-container{
        width: 99%;
      }
    #ham-menu {
      display: block;
      color: #000000;
    }
    nav a#logo,
    #ham-menu {
      font-size: 3.2rem;
    }
    nav ul {
      background-color: black;
      position: fixed;
      left: -100vw;
      top: 73.6px;
      width: 100vw;
      height: calc(100vh - 73.6px);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-around;
      transition: 0.5s;
      gap: 0;
    }
    nav ul a, nav ul a.active, nav ul a:visited{
        color: #fff;
    }
    
    #header{
        max-height: 420px;
    }
  }
  @media only screen and (max-width: 575px) {
    html {
      font-size: 46.87%;
    }

    header {
      padding: .2rem 1.6rem;
      
      width: 100%;
      z-index: 1000;
    }
    nav ul {
      top: 74px;
      height: calc(100vh - 74px);
    }
  }

  /* @media only screen and (max-width:480px){
	.hero-title-container{
		
	}   
}
@media only screen and (max-width:768px){
	.hero-title-container{
	}
}
@media only screen and (max-width:1024px){
	.hero-title-container{
        width: calc(100vw - 240px);
	}
}
@media only screen and (min-width:1025px){
	.hero-title-container{
        width: calc(100vw - 280px);
	}
} */

section{
    width: 100%;
    position: relative;
}

.section-title{
    font-size: 2.5rem;
    font-weight: 500;
}

.section-sub-title{
  width: 100%;
  display: block;
}

@media only screen and (max-width:600px){
  .section-sub-title{
    font-size: 1.4rem;
  }
}
/*-----------------------------------------------
HOMEPAGE BUSINESS SERVICES STYLE
-------------------------------------------------*/
/* .hm-services-sec{
  background: url(../img/hm-business-services-bg.jpg) no-repeat center;
  background-size: cover;
  color: var(--background); 
}
 .hm-services-sec::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #0c166b;
  z-index: 1;
  opacity: 0.8;
}
.hm-services-sec .container{
  position: relative;
  z-index: 5;
} */

.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  /* font-size: 18px; */
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-wrapper{
  width: 90%;
}
.swiper-button-prev{
  top: auto;
  bottom: 0;
  left: 40%;
  transform: translateX(40%);
  color: var(--accent);
}
.swiper-button-next{
  top: auto;
  bottom: 0;
  right: 40%;
  transform: translateX(-40%);
  color: var(--accent);
}
.swiper-button-prev, .swiper-button-next{
  padding: 24px;
  /* background: var(--accent); */
  border-radius: 50%;
  border: solid 1px #b03313;
}
.swiper-button-prev::after, .swiper-button-next::after{
  color: var(--accent);
  font-size: 24px;
}
.swiper-button-prev:hover, .swiper-button-next:hover{
  background: #ff7054;
  border-color: #b03313;
}
.swiper-button-prev:hover::after, .swiper-button-next:hover::after{
  color: var(--background);
}

.our-services-slider .btn{
  position: absolute;
  left: 0;
  top: 40%;
  transform: translateY(-40%);
}
.our-services-slider a{
  padding-right: 26px;
}
.our-services-slider a i{
  transform: translate3d(0,0,0);
  transition: all 0.3s;
  position: absolute;
}
.our-services-slider a:hover > i{
  transform: translate3d(5px,-5px,0);
}

@media only screen and (max-width:575px) {
  .swiper-button-prev{
    left: -15px;
  }
  .swiper-button-next{
    right: -15px;
  }
  .swiper-button-prev, .swiper-button-next{
    width: 20px;
    height: 20px;
    padding: 20px;
  }
  .our-services-slider .btn{
    top: 0;
    transform: translateY(-26%);
    font-size: 14px;
    position: relative;
  }
}
@media only screen and (max-width: 991px) {
  .our-services-slider .btn{
    padding: 10px 16px;
  }
}
 /*---------------------------------------------------
 PAGE STYLES
 ----------------------------------------------------*/
 .page-top-image-container{
    display: flex;
    justify-content: center;
    align-items: center;
 }
 .page-top-image-container::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgb(230, 185, 120, 0.5);
 }

 /*------------SERVICES PAGE--------------------*/
 .services-title-wrapper{
  position: sticky;
  top: 120px;
 }
 /*----------------------------------------------------
 FOOTER BANNER STYLES
 ----------------------------------------------------*/
 .footer-banner{
  background: url(../img/contact-bg.webp) no-repeat center;
  background-size: cover;
  color: var(--secondary);
 }
 footer ul{
  margin: 0;
  padding: 0;
  list-style: none;
 }
 footer ul li{
  display: inline-block;
  padding: 0 1.6rem;
 }
 footer ul a:hover {
  border-bottom: 2px solid #ff4e05;
  text-decoration: none;
  background: transparent !important;
  color: var(--primary);
}
 .ft-logo img{
  max-width: 340px;
  background: var(--background);
  padding: 10px;
  border-radius: 14px;
 }
 .copyrights{
  font-size: 14px;
 }

 @media only screen and (max-width:460px){
  footer ul li{
    display: inline-block;
    padding: 0 4px;
   }
 }
/*------------------------------------
 BACK TO TOP 
 -----------------------------------*/
.backToTopBtn {
  position: fixed;
  bottom: 50px;
  right: calc(100% - 95%);
  z-index: 1;
  height: 44px;
  width: 44px;
  font-size: 28px;
  border: none;
  color: var(--background);
  border-radius: 100%;
  transition: 0.2s;
  cursor: pointer;
  line-height: 42px;
  text-align: center;
}
.backToTopBtn:not(:hover) {
  background: #1f1f1f;
}
.backToTopBtn:hover {
  background: var(--accent);
}
.backToTopBtn.active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.backToTopBtn:not(.active) {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
/*-----------------------------------------
CONTACTUS STYLES
--------------------------------------------*/
.emailus{
  background: var(--accent);
  color: var(--background);
  padding: 4px 16px;
  transition: all 0.3s;
}


/* Logo Section */
.logo-section {
  padding: 60px 20px;
  background-color: #f8f9fa;
}

/* Container */
.logo-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

/* Logo Box */
.logo-box {
  width: 100%;
  height: 120px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}

/* Image Control */
.logo-box img {
  max-width: 130%;
  max-height: 80%;
  object-fit: contain;
}

/* Hover Effect */
.logo-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

/* Tablet */
@media (max-width: 991px) {
  .logo-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 575px) {
  .logo-container {
    grid-template-columns: 1fr;
  }
}


