* {
  
    box-sizing: border-box;
}

body {
    color: white;
    font-size: larger;
    line-height: 2;
 
  
    
}

.desktop-nav {
      background-color:white;
      border-left: 1px solid rgba(191, 187, 187, 0.39);
      border-right: 1px solid rgba(191, 187, 187, 0.39);
     
    }

     .desktop-nav .nav-container {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin: 0 auto;
      padding: 0 30px;
      position: relative;
     background-color: white;
    }

    .desktop-nav .nav-container::after{
    background-color: #5348481e;
    content: "";position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

    .desktop-nav .logo img {
      width: 180px;
      height: auto;
      cursor: auto;
    }

    .desktop-nav .nav-links {
      display: flex;
      gap: 30px;
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .desktop-nav .nav-links a {
      color: #b30018;
      text-decoration: none;
      font-size: 1.4rem;
      padding: 10px 15px;
      white-space: nowrap;
      transition: all 0.3s ease;
      font-weight: bolder;
      z-index: 2;
    }


    .navbar .nav-item a:hover,
    .desktop-nav .nav-links a:hover {
      background-color: rgba(214, 207, 207, 0.692);
      border: 1px solid #b30018;
      border-radius: 4px;
    }

.navbar-logo {
    width: 140px;
    height: auto;
    cursor: auto;
   
}

.navbar .navbar-logo img{
    width:140px;
    height: auto;
    cursor: auto;
}


.navbar a {
    font-size: 1.2rem;
    padding: 10px 15px;
     font-weight: bold;
}

.navbar-toggler-icon:hover { 
   -moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
    
}

.navbar-toggler:hover{
    background-color: gray;
 
}

.navbar-toggler:focus{
    box-shadow: none;
}

.navbar-toggler {
    background-color: rgba(0, 0, 0, 0.25);
    margin-right: 40px;
   width: 70px;
  border-radius: 10px;
    border: 2px solid rgb(152, 15, 15);
}

.nav-item a{
    text-decoration: none;
}

.nav-item {
    text-align: right;
    font-size: 18px;
    margin-right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    
}

.navbar{ 
    border-left: 1px solid rgba(191, 187, 187, 0.39);
    border-right: 1px solid rgba(191, 187, 187, 0.39);}

.navbar .container{
    max-width: 100%;
}

.Page-content-container{
   background-color: black;
      
    
   
    }

.content-container{
    padding: 20px
    ;}

.content-container blockquote{
    margin-bottom: 25px;
}

.carousel-progress-pics{
   width: 100%;
   max-width: 400px;
    margin:0 auto;
    overflow-y: hidden;
    height: auto;
    margin-top: 40px;
    margin-bottom: 70px;
}


.carousel-inner,
.carousel-item,
.carousel-item img {
overflow: hidden;
  object-fit: cover;
  height: auto;
}


.custom-card {
    border: 4px solid rgb(238, 241, 237);
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    margin: 20px 0;
    background-color: #1f1e1e;
    color: #fbf6f6;
    
}

.custom-box{
    margin-top: 20px;
    margin-bottom: 20px;
}

.custom-box .discount-text {
    font-size: 2rem;
    font-weight: bold;
    color: rgba(15, 98, 224, 0.628);
    text-shadow: -1px -1px 0 black;
}

.Price-Plans h1,
.What-Clients-Say h3{
    display: inline-block;
    border-bottom: 3px solid red;
    padding-bottom: 5px;
}



.Testimonial-Img img {
    border-radius: 50%;
    display: inline-block;
    height: 130px;
    width: 130px;
margin-bottom: 20px;
margin-top: 35px;
}


.fade-wrapper > * {
  opacity: 0;
  transform: translateY(20px);
 
}


.fade-wrapper .consultation-button {
      display: inline-block;
      margin: 0 auto;
      padding: 10px 20px;
      background-color: #c33e3e;
      color: white;
      border: none;
      font-size: 18px;
      cursor: pointer;
      text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    
    
    }




h1 {
    font-size: clamp(25px, 5vw, 48px);
     margin-top: 20px;
    margin-bottom: 20px;
}

h2 {
    font-size: clamp(21px, 4vw, 36px);
     margin-top: 20px;
    margin-bottom: 20px;
  text-align: center;}

h3 {
    font-size: clamp(19px, 3.5vw, 30px);
}

p {
    font-size: clamp(16px, 2.5vw, 24px);
     margin-top: 20px;
    margin-bottom: 20px;
}

blockquote{ 
    font-size: clamp(15px, 2.5vw, 21px) ;
   
    max-width: 600px;
    margin: 0 auto;

}




.sticky-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    border-radius: 50%;
    background-color: #c33e3e;
    color: rgb(11, 11, 11);
    border: 2px solid white;
    font-size: clamp(14px, 3vw, 18px);
    width: clamp(60px, 13vw, 80px);
    height: clamp(60px, 13vw, 80px);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    transition: transform 0.2s, box-shadow 0.2s;
}

.sticky-button:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
}

.sticky-button:active {
    transform: scale(0.95);
}




hr{
  color: #b30018;
}


.footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background: black;
    color: white;
    font-size: small;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.footer-links a {
    color: rgb(233, 233, 241);
    text-decoration: none;
    font-weight: bold;
}

.footer-links a:hover {
    text-decoration: underline;
}

.footer-contact {
    text-align: center;
}

.footer img{
    width: clamp(23px,4vw,32px);
}

.Policy-container a,
.contact-links-container a{
    margin-left:clamp(11px,2.5vw,50px);
}

.Policy-container,
.contact-links-container{
    margin: 0 auto;
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
   
  .navbar{
    margin: 0;
}
 
    .Page-content-container{
        margin: 0;
        padding: 0;
    }
   

   
 .footer {
        flex-direction: column;
        text-align: center;
    }
    .desktop-only{
        display: none;
    }
}


@media (min-width: 768px)  {
   
  .navbar .navbar-logo img{
    width: 160px;
    height: auto;
}
   
    .carousel {
        height: 350px;
    }
    
   .Testimonial-Img img{
    width: 150px;
    height: 150px;
    margin-top: 37px;
}
    
   .carousel-progress-pics  {
       max-width:500px;
       width: 450px;
        height: 100%;
       
    }

  .footer-links  a{
    font-size: medium
}
  
.footer-links  img{
    width: 32px
}

  

     .desktop-only{
        display: none;
    }


     .mobile-only{
        display: block;
    }
}


@media (min-width: 1200px) {
    
  
  .page-content {
        padding-left: 7%;
        padding-right: 7%;
    }

    .Page-content-container{
        margin-left: 3%;
        margin-right: 3%;
    }
    
   
    
      .carousel-progress-pics{
        max-width: 700px;
        width: 100%;
        height: 500px;
 }      
    .Testimonial-Img img{
    width: 170px;
    height: 170px;
    margin-top: 40px;
}

  
.sticky-button {
    margin-right: 42px;
}


   .footer-links  a{
    font-size: larger
}
  
.footer-links  img{
    width: 35px
}

.desktop-only{
    display: block;
}

.mobile-only{
    display: none;
}
}

