/********** Template CSS **********/
:root {
    /*--primary: #65B530;--secondary: #9B9B9B;*/
    --primary:#0a0f37;
    --secondary: #f2f2f2;
    --light: #F5F5F5;
    --dark: #161616;
}
.clamped-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;   /* clamp to 4 lines */
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s ease;
  max-height: 6.5em; /* fallback for browsers not supporting clamp */
}
.card-body {
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px !important;
}
/* Expanded state shows full text */
.clamped-text.expanded {
  -webkit-line-clamp: unset;  /* remove clamp */
  max-height: none;           /* allow full height */
}
.fw-medium {
    font-weight: 500 !important;
}
.grecaptcha-badge
 {
    visibility: hidden;
}
.py-55{
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
}

.pad30{
   padding: 0 30px;
   align-items: start;
  }
 .pad3022 {
      display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;

}
.pad-109 {
    padding: 1rem !important;
}
.fw-bold {
    font-weight: 700 !important;
}

.fw-black {
    font-weight: 900 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

/*** Navbar ***/
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-brand {
    height: 75px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: var(--dark);
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
    font-weight: bolder;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

.navbar .btn:hover {
    color: #FFFFFF !important;
    background: var(--primary) !important;
}


/*** Header ***/
.header-carousel .carousel-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    background: rgba(22, 22, 22, .7);
}

@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }
     .pad3022 {

    align-items: start !important;


}
    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item h5,
    .header-carousel .owl-carousel-item p {
        font-size: 14px !important;
        font-weight: 400 !important;
    }

    .header-carousel .owl-carousel-item h1 {
        font-size: 30px;
        font-weight: 600;
    }
}

.header-carousel .owl-nav {
    position: absolute;
    width: 200px;
    height: 45px;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.header-carousel .owl-dots {
    position: absolute;
    height: 45px;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 15px;
    transition: .5s;
}

.header-carousel .owl-dot::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    top: 4px;
    left: 4px;
    background: #FFFFFF;
    border-radius: 5px;
}

.header-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}

.page-header {
    background: linear-gradient(rgba(22, 22, 22, .7), rgba(22, 22, 22, .7)), url(../img/inside-page.png) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}


/*** About ***/
@media (min-width: 992px) {
    .container.about {
        max-width: 100% !important;
    }

    /*.about-text  {*/
    /*    padding-right: calc(((100% - 960px) / 2) + .75rem);*/
    /*}*/
}

@media (min-width: 1200px) {
    .about-text  {
        /*padding-right: calc(((100% - 1140px) / 2) + .75rem);*/
         /*padding-right: calc(((100% - 1200px) / 2) - 8.75rem);*/
    }
}

/*@media (min-width: 1400px) {*/
/*    .about-text  {*/
/*        padding-right: calc(((100% - 1320px) / 2) + .75rem);*/
/*    }*/
/*}*/


/*** Service ***/
.service-row {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.service-item {
    border-color: rgba(0, 0, 0, .03) !important;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px !important;
}

.service-item .btn {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 38px;
    white-space: nowrap;
    overflow: hidden;
    transition: .5s;
}

.service-item:hover .btn {
    width: 140px;
}


/*** Feature ***/
@media (min-width: 992px) {
    .container.feature {
        max-width: 100% !important;
    }

    .feature-text  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .feature-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .feature-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Project Portfolio ***/
#portfolio-flters li {
    display: inline-block;
    font-weight: 500;
    color: var(--dark);
    cursor: pointer;
    transition: .5s;
    border-bottom: 2px solid transparent;
}

#portfolio-flters li:hover,
#portfolio-flters li.active {
    color: var(--primary);
    border-color: var(--primary);
}

.portfolio-inner {
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.portfolio-inner img {
    transition: .5s;
}

.portfolio-inner:hover img {
    transform: scale(1.1);
}

.portfolio-inner .portfolio-text {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -50px;
    opacity: 0;
    transition: .5s;
}

.portfolio-inner:hover .portfolio-text {
    bottom: 0;
    opacity: 1;
}


/*** Quote ***/
@media (min-width: 992px) {
    .container.quote {
        max-width: 100% !important;
    }

    .quote-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .quote-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .quote-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Team ***/
.team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}

.team-item .team-social {
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(22, 22, 22, .7);
    opacity: 0;
    transition: .5s;
}

.team-item:hover .team-social {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1;
}

.team-item .team-social .btn {
    opacity: 0;
}

.team-item:hover .team-social .btn {
    opacity: 1;
}


/*** Testimonial ***/
.testimonial-carousel {
    display: flex !important;
    flex-direction: column-reverse;
    max-width: 700px;
    margin: 0 auto;
}

.testimonial-carousel .owl-dots {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.testimonial-carousel .owl-dots .owl-dot {
    position: relative;
    width: 60px;
    height: 60px;
    margin: 0 5px;
    transition: .5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-dots .owl-dot::after {
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--primary);
    background: #FFFFFF;
    border-radius: 40px;
    transition: .5s;
    opacity: 0;
}

.testimonial-carousel .owl-dots .owl-dot.active::after {
    opacity: 1;
}

.testimonial-carousel .owl-dots .owl-dot img {
    border-radius: 60px;
    opacity: .4;
    transition: .5s;
}

.testimonial-carousel .owl-dots .owl-dot.active img {
    opacity: 1;
}


/*** Contact ***/
@media (min-width: 992px) {
    .container.contact {
        max-width: 100% !important;
    }

    .contact-text  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .contact-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .contact-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--secondary);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}
   .quote-btn {
      background-color: #007bff;
      color: white;
      border: none;
      padding: 0.6rem 1.2rem;
      border-radius: 4px;
      cursor: pointer;
    }

    .quote-btn:hover {
      background-color: #0056b3;
    }

    .services {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
      gap: 2rem;
      padding: 2rem;
    }
    @media (max-width: 768px) {
  .services {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); /* Smaller columns on smaller screens */
  }
}

@media (max-width: 480px) {
  .services {
    grid-template-columns: 1fr; /* Stack the items on very small screens */
  }
}

    .service-box {
      background-color: white;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
      padding: 1.5rem;
      transition: transform 0.2s ease;
    }

    .service-box:hover {
      transform: translateY(-5px);
    }

    .service-box h2 {
      margin-top: 0;
      color: #333;
    }

    .service-box p {
      color: #555;
    }

    .service-box ul {
      padding-left: 1.2rem;
      margin: 1rem 0;
    }

    .service-box li {
      margin-bottom: 0.5rem;
    }

    .price {
      font-weight: bold;
      margin: 1rem 0;
      color: #007bff;
    }
.contact-section {
      max-width: 1000px;
      margin: auto;
      padding: 2rem;
    }

    .contact-section h1 {
      text-align: center;
      margin-bottom: 2rem;
      color: #007bff;
    }

    .contact-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 2rem;
    }

    .contact-box {
      background-color: white;
      border-radius: 8px;
      padding: 1.5rem;
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }

    .contact-box h2 {
      margin-top: 0;
      color: #444;
    }

    .contact-box p {
      margin: 0.5rem 0;
    }

    .highlight {
      font-weight: bold;
      color: #007bff;
    }

    .quick-actions {
      text-align: center;
      margin-top: 2rem;
    }

    .quick-actions button {
      background-color: #007bff;
      color: white;
      border: none;
      padding: 0.8rem 1.5rem;
      margin: 0.5rem;
      border-radius: 5px;
      cursor: pointer;
      font-size: 1rem;
    }

    .quick-actions button:hover {
      background-color: #0056b3;
    }

    @media (max-width: 600px) {
      .contact-section {
        padding: 1rem;
      }
    }

.invalid {
border-color: #dc3545 !important;
box-shadow: 0 0 0 0.1rem rgba(220,53,69,0.25)!important;
border-color: #dc3545!important;
box-shadow: 0 0 0 0.1rem rgba(220,53,69,0.25)!important;
padding-right: calc(1.5em + 0.75rem)!important;
background-image: url(images/error.svg) !important;
background-repeat: no-repeat!important;
background-position: right calc(0.375em + 0.1875rem) center!important;
background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)!important;    border-radius: .25rem;
}
#inght.invalid {    border-radius: .25rem;padding: 10px;
border-color: #dc3545 !important;
box-shadow: 0 0 0 0.1rem rgba(220,53,69,0.85)!important;
border-color: #dc3545!important;
box-shadow: 0 0 0 0.1rem rgba(220,53,69,0.85)!important;
padding-right: calc(0.5em + 0.75rem)!important;
background-image: url(images/error.svg) !important;
background-repeat: no-repeat!important;
background-position: right calc(0.375em + 0.1875rem) center!important;
background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)!important;
}
#captcha {
width: 100px!important;
display: inline!important;min-width: 100px!important;
margin-bottom: 20px;
}
.mrt-10{margin-top:10px}
.invalid4 {
padding: 10px;
border-color: #dc3545 !important;
box-shadow: 0 0 0 0.1rem rgba(220,53,69,0.75)!important;
border-color: #dc3545!important;
box-shadow: 0 0 0 0.1rem rgba(220,53,69,0.75)!important;
padding-right: calc(1.5em + 0.75rem)!important;
background-image: url(images/error.svg) !important;
background-repeat: no-repeat!important;
background-position: right calc(0.375em + 0.375rem) center!important;
background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)!important;
}
.g-recaptcha div {
width: 100% !important;
}
.alert {
padding: 15px;
margin-bottom: 30px !important;
border: 1px solid transparent;
border-radius: 4px;
}
.swal2-title{ font-size: 30px !important;}
.swal2-html-container,.swal2-confirm.swal2-styled {
    font-size: 16px !important;
}
.swal2-icon{font-size: 15px !important;}
