
@media (min-width:2000px) {
  html {
    font-size:18px;
  }
}

   .booknow a {

   
    text-decoration: none;
 
 
    
    
      }
     
.circle {
  background-color:rgba(255, 255, 255, 0.952);
  border-radius:50%;
  padding:12px;
}
  
    .phone3, .email3 {
        color:rgb(255, 255, 255);
        text-decoration: none;
        font-size:1.1em;      
        font-weight:bolder; 
        line-height:28px;    
      }

      .email4 {
        color:black;
        text-decoration: underline;
      }
      
      h4 {
        font-size: 1.3em;
      }
    
      .phone2, .email2 {
        color:rgb(15, 15, 15);
        text-decoration: none;
        font-size:1.2em;
    
      }

      .flyers {
        width:300px;
      }
    
      .conlink {
       
        color:rgb(16, 50, 112);
      }
    
      .details {
        display:none;
      }
    
    .intro_poster1 {
      font-weight:bolder;
      text-shadow:-2px 2px 2px white;
      height:140px;
      width:160px;
      background-image:url("../img/edin2.jpg");
      background-size:cover;
      box-shadow:-12px -12px 12px black;
      position:absolute;
      top:220px;
      left:10px;
      font-size:1.6em;
      display: flex;
        justify-content: center; /* Horizontally centers the text */
       padding-top:5px;
       box-sizing: border-box;
        opacity: 0; /* Start hidden */
      animation: slideInLeft 1s forwards;
      animation-delay: 0.2s; /* Delay before this one appears */
    }
    
    .intro_poster2 {
      font-weight:bolder;
      color:rgb(0, 0, 0);
      height:250px;
      width:130px;
      text-shadow:4px 4px 4px rgb(255, 255, 255);
      background-image:url("../img/posters2.jpg");
      background-size:cover;
      box-shadow:12px -18px 12px black;
      position:absolute;
      top:220px;
      right:0px;
      font-size:1.6em;
      display: flex;
        justify-content: center; /* Horizontally centers the text */
        padding-top:5px;
       box-sizing: border-box;
        opacity: 0; /* Start hidden */
      animation: slideInRight 1s forwards;
      animation-delay: 0.7s; /* Delay before this one appears */
    }
    
    .intro_poster3 {
      height:50px;
      width:150px;
      background-color:white;
      background-color:rgb(10, 99, 62);
      box-shadow:2px 2px 2px black;
      position:absolute;
      top:555px;
      right:110px;
      color:white;
      font-size:1.6em;
      display: flex;
      justify-content: center; /* Horizontally centers the text */
      text-align:center;
      align-items: center;
    
    }
    
    /* Keyframes for sliding in from left */
    @keyframes slideInLeft {
      0% {
        transform: translateX(-100vw); /* Start off-screen to the left */
        opacity: 0;
      }
      100% {
        transform: translateX(0);
        opacity: 1;
      }
    }
    
    /* Keyframes for sliding in from right */
    @keyframes slideInRight {
      0% {
        transform: translateX(100vw); /* Start off-screen to the right */
        opacity: 0;
      }
      100% {
        transform: translateX(0);
        opacity: 1;
      }
    }
    
    @keyframes fadeIn {
      0% {
      
        opacity: 0;
      }
      100% {
      
        opacity: 1;
      }
    }
    
    
    
      
    
      .contact_info {
        margin:0 auto;
     
       text-align: center;
       
      }
    
      .contact_info p {
    
     
      }
    
    .con_form {
      width:75%;
      margin:auto;
      margin-bottom:50px;
    }
    
    .form_flex {
      display:flex;
      justify-content: space-between;
      width:100%;
    }
    
    .location {
      text-align: left;
      padding-top:0px;
    }
      .loc_map {
       margin:auto;
     text-align: center;
      }
    
      .locations {
        width:95vw;
        max-width:700px;
        height:auto;
      
    
      }
    
      .loc_key {
      margin:auto;
      text-align: center;
      }
    
      .service_h {
        text-align:center;
        margin-bottom:20px; 
        
      
        
      }
    
      .service_h h2 {
        font-family: "Raleway", serif;
        color:rgb(255, 123, 0);
      }
    
      
    
      .overlay {
        background-color:rgba(255, 255, 255, 0.466);
        position: absolute;
        width:100%;
        top:140px;
        height:650px;
        margin-left:-20px;
        
      }
    
    
    
      .loc_flex {
        display:flex;
        margin: 0 auto; /* Centers the container horizontally */
        width:95%;
        margin-bottom:15px;
    
        
      }
    
      .color_box1 {
        background-color:rgb(137, 137, 233);
        height:50px;
        width:50px;
        font-size:25px;
        font-weight:bold;
        padding-top:14px;
    
        box-sizing: border-box;
        color:white;
      }
    
      .color_box2 {
        background-color:rgba(142, 212, 128, 0.719);
        height:50px;
        width:50px;
        font-size:25px;
        font-weight:bold;
        padding-top:14px;
     
        box-sizing: border-box;
        color:white;
      }
    
      .color_box3 {
        background-color:rgba(243, 233, 88, 0.76);
        height:50px;
        width:50px;
        font-size:25px;
        font-weight:bold;
           padding-top:14px;
     
        box-sizing: border-box;
        color:white;
      }
    
      .color_box4 {
        background-color:rgba(97, 40, 78, 0.767);
        height:50px;
        width:50px;
        font-size:25px;
        font-weight:bold;
        padding-top:14px;
       
        box-sizing: border-box;
        color:white;
      }
      .color_box5 {
        background-color:rgba(252, 177, 38, 0.651);
        height:50px;
        width:50px;
        font-size:25px;
        font-weight:bold;
        padding-top:14px;
     
        box-sizing: border-box;
        color:white;
      }
      .color_box6 {
        background-color:rgba(250, 62, 62, 0.753);
        height:50px;
        width:50px;
        font-size:25px;
        font-weight:bold;
        padding-top:14px;
       
        box-sizing: border-box;
        color:white;
      }
    
      .first {
        line-height:45px;
      }
    
      .top_contact { 
        box-sizing:border-box;
       background-color:rgb(0, 0, 0);
        font-size:16px;
        line-height:10px;
 
        width:100%;
        padding:10px 15px;             
        left:0px;
        font-family: "Raleway", serif;
       height:45px;
       margin-top: 100px;
    
      
        
      }
    
      
    
      .center {
        text-align: center;
      }
    
      .fringe2 {
        margin:10px;
        height:120px;
        margin-top:50px;
      }

        .fringe {
        margin:10px;
        height:120px;
      
      }
    
    
      .bold {
        font-weight: bolder;
      }
    
      .color4 {
        color:rgb(41, 130, 233);
      }
    
      .color5 {
        color:rgb(11, 173, 46);
      }
    
      .color6 {
        color:rgb(235, 213, 16);
      }
    
      .color7 {
        color:rgb(87, 4, 48);
      }
    
      .color8 {
        color:rgb(224, 128, 3);
      }
    
      .color9 {
        color:rgb(255, 0, 0);
      }
    
      .gallery {
        margin-top:150px;
        text-align: center;
        background-color: rgb(255, 255, 255);
        padding-bottom:50px;
      }
      
    
      .gallery h3 {
        font-size:1.5em;
      }
    
      .flex_gal {
        display:flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
      }
    
      
      .flex_gal2 {
        display:flex;
        flex-wrap: wrap;
        opacity:80%;
       top:0;
       position:absolute;
       margin-top:140px;
      
         
      }
    
    
    
    .gal2 {
      width:40%;
     margin-bottom:20px;
     height:auto;
    }
    
    
    
      footer {        
        padding-top:50px;
        color:white;
      margin-top:0;
          background-color: #1e1e1e;
        text-align: center;
        font-family:"raleway", serif;
        margin-bottom:0;
        height:580px;
    
      }

      footer h2 {
        font-family:"raleway", serif;
        color:white;
      }
    
      .foot_flex {
        display:block;
        justify-content: space-evenly;
      }

      .foot_contact {
        margin-top:50px;
      }

       .foot_follow {
        margin-top:50px;
      }

      .footer_bottom {

      }

      .links li {
       list-style: none;
       margin-left:-40px;
       font-family:"raleway", serif;
       color:rgb(32, 32, 32);
      }

      .links a {
        color:white;
        text-decoration: none;
      }
    
    
   
    
 
  
    
     
    
  
   
    
      
    
    .swiper {
          width: 100%;
          height: 100%;
          margin-left:-15px;
        }
    
        .swiper-slide {
          text-align: center;
          font-size: 18px;
          background: #fff;
          display: flex;
          justify-content: center;
          align-items: center;
        }
    
        .swiper-slide img {
          display: block;
          width: 100%;
          height: 100%;
          object-fit: cover;
        }
    
      .projects {
        padding-top:50px;
        padding-bottom:50px;
        padding-left:30px;
        background-color: rgb(202, 219, 252);
      }
    
      .contact {
         background-color:rgb(255, 255, 255);
        padding-top:30px;
        padding-bottom:50px;
      margin:auto;
      text-align: center;
      }
    
    .feature_img {
      height:50px;
    
    }
    
      h3 {
        color:rgb(0, 0, 0);
        font-size:1.1em;
        margin-bottom:0px;
      }
    
     
    
    .costs {
      margin-left:35px;
      width:80%;
      padding-bottom:50px;
      padding-top:40px;
    }
    
    .arrow {
      width: 0;
      height: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 20px solid black;  /* The arrow color */
      margin-left:40px;
    }
    
      .areas {
       text-align: center;
       
     margin-top:150px;
     padding-bottom:30px;  
        background-color: rgb(255, 255, 255);
       
        
      }
    
      .areasinfo {
        margin:auto;
        width:85%;
        max-width:900px;
        margin-bottom:30px;
        margin-top:20px;
      }
    
    
    
    
      .split1 {
        padding-right:25px;
        padding-top:10px;
      }
    
      h3 {
        font-size:1.4em;
        margin-top:5px;
        font-family: "Raleway", serif;
      }
    
      .color3 {
        color:black;
      }
    
      .service_list  li {
    margin-bottom:30px;
    margin-left:-20px;
      }
    
      .services h3 {
        color:rgb(240, 122, 11);
      }
    
      li::marker {
      color: rgb(248, 179, 100);
    }
    
      .color1 {   
        color:rgb(6, 51, 12);
        line-height:45px;
      }
    
      .skills {
        background-color:rgb(255, 255, 255);
        padding:40px;
      }
    
      .box1 {
        margin-bottom:20px;
        margin-top:30px;
        background-image:url("../img/30p.jpg");
        background-size: cover;
        padding:40px 20px;
        box-shadow:2px 2px 2px rgb(82, 82, 82);
       
        padding-top:20px;
        padding-bottom:20px;
        color:rgb(0, 0, 0);    
        width:200px;
        height:280px;
        font-size:2em;
      }

      .box2 {
        margin-bottom:20px;
        margin-top:30px;
        background-image:url("../img/50p.jpg");
        background-size: cover;
        padding:40px 20px;
        box-shadow:4px 4px 4px rgb(82, 82, 82);
       
        padding-top:20px;
        padding-bottom:20px;
        color:rgb(0, 0, 0);    
        width:200px;
        height:280px;
        font-size:2em;
      }

      .box3 {
        margin-bottom:20px;
        margin-top:30px;
        background-image:url("../img/100p.jpg");
        background-size: cover;
        padding:40px 20px;
        box-shadow:8px 8px 8px rgb(82, 82, 82);
       
        padding-top:20px;
        padding-bottom:20px;
        color:rgb(0, 0, 0);    
        width:200px;
        height:280px;
        font-size:2em;
      }
    
      h2 {
        font-size:1.7em;
        font-family: "Raleway", serif;
          color:rgb(45, 189, 233);
       
       
      }

      .orange {
        color:rgb(45, 189, 233);
        font-weight: 1000;
      }

      .white {
        color: white;
        text-shadow: rgb(79, 190, 241) 2px 2px;
      }

      .about_me h2 {
        line-height:35px;
      }
    
      .left {
       
        color:black;
        font-family: "Roboto", serif;
      
       
      }
    
      .center3 {
        text-align: center;
        font-family: "Roboto", serif;
      }
    
    
      .center2 {
        text-align: center;
        margin-top:100px;
        padding-right:20px;
      }
    
    .icon {
        height:70px;
     
      }
    
      .services h1 
      {text-align:left;
      color:rgb(3, 3, 3);}
    
    h1 {
      font-size: 32px;
      text-align: left;
      font-family: "Lora", serif;
    }
    
    .fade-in {
      opacity: 0;
      animation: fadeIn 1s forwards;
    }
    
    @keyframes fadeIn {
      to {
        opacity: 1;
      }
    }
    
    /* Add delays to each span to stagger the fade-in effect */
    .fade-in:nth-child(1) {
      animation-delay: .5s; /* First word fades in instantly */
    }
    
    .fade-in:nth-child(2) {
      animation-delay: 1s; /* Second word fades in after 1 second */
    }
    
    .fade-in:nth-child(3) {
      animation-delay: 0s; /* Third word fades in after 2 seconds */
    }
    
    .fade-in:nth-child(4) {
      animation-delay: 1.5s; /* Third word fades in after 2 seconds */
    }
    
    
    
    
    
    
    
    
    .img_size {
      width:350px;
      height:auto;
    }
      
    .services {
     text-align:center;
      color:rgb(77, 77, 77);
    padding:40px;
    padding-top:0px;
    margin:auto;
    background-color: #ffffff;
    
    }


    .videos {
      text-align:center;
       color:rgb(77, 77, 77);
     padding:40px;
     padding-top:10px;
     margin:auto;
       background-color: #ffe6fb;
     
     }
    
    .features {
      display:flex;
      justify-content: center;
      flex-wrap: wrap;     
      color:rgb(0, 0, 0);
    padding:20px;
    padding-top:10px;
    padding-bottom:0px;
    margin:auto;
    text-align: center;    
    margin-top:-5px;
    }
    
   .feat {
   margin-right:8px;
   margin-left:8px;
   margin-bottom:20px;
      background-color:rgb(234, 249, 255); 
      border-radius:40px;
      width:130px;
      padding-left:10px;
      padding-right:10px;
      box-sizing: content-box;
      height:240px;
      padding-top:35px;
      
    }

    .feat h3 {
      font-size:1.2em;
    }

    
      .service_flex {
        display:flex;  
        flex-wrap:wrap;  
        justify-content: center;
        gap:100px;
        color:rgb(2, 2, 2);
       
      
      }

      .videos_flex {
        display:flex;  
        flex-wrap:wrap;  
        justify-content: space-evenly;
        color:rgb(2, 2, 2);
        background-color: #e8c9f0;      
      
      }
    
      .box {
        background-color:rgb(244, 255, 148);
        height:fit-content;
        max-width:300px;
        margin-bottom:70px;
        border-radius:25px;
        padding:30px;
       
      }
    
      @media (max-width:699px) {

      
        
      .service_flex {
        display:flex;  
        flex-wrap:wrap;  
        justify-content: center;
        gap:50px;
        color:rgb(2, 2, 2);
       
      
      }

    
        .gal {
      width:50%;
      height:200px;
    }
    

    


    .intro_poster4, .intro_poster5 {
      display:none;
    }
    

    
      .booknow a {

    color:rgb(255, 255, 255);
    text-decoration: none;
    font-size:1.2em;
 
    
    
      }
     
    }
    
    .intro h1 {
      font-family: "Roboto", serif;
    }
    
    body {
      font-family: "Roboto", serif;
      margin:0;
      padding:0;
      font-size:1em;
      line-height:1.6em;
    }
    
    
    .proj_butt {
     
      text-align:center;
      border:1px solid rgb(255, 255, 255);
      padding:15px;
      border-radius:20px;
      font-size:1em;
      opacity: 0;
      animation: fadeIn 2s forwards;
      animation-delay: 2s;
      background-color: rgba(52, 118, 240, 0.842);
    color:rgb(255, 255, 255);
    font-size:0.7em;
    cursor: pointer;
    
    }

    .button-book:hover {
     background-color: #ffa76c;
    }

    .button-book {
        text-align:center;
     border-radius:7px;
      padding:15px;
      box-shadow:-2px 1px rgb(145, 145, 145);
      font-size:1em;
  
      background-color:#ff7a22;
    color:rgb(255, 255, 255);
    font-size:1em;
    cursor: pointer;
    }
    
    .split {
      display:flex;
    }
    
    .logo1 {
      margin-top:10px;
     height:40px;
      
    }
    
    .logo {
    padding:15px;
    color:white;
    margin-top: 10px;
   
     
    }
    
    .logo3 {
      height:75px;
      margin-top:-6px;
    }
    
    .logo4 {
      height:80px;
      margin-bottom:40px;
      margin-top: 100px;
    }
    
    .about_me {
      color:rgb(3, 3, 3);
    margin-top:0px;
     background-color: #ffffff;
      padding:40px;
      
    }
    
    
    .pro_flex {
          display: flex;
         justify-content: space-between;
         width:90%;
        margin:auto;
         text-align:center;
         padding-top:20px;
       
        }
    
     
    
    
        
        .pro_order {
          width: fit-content;
          padding: 20px;
        
       
        }
    /* Default state for stages */
    .stage {
      padding: 10px;
      cursor: pointer;
      background-color: #92defc; /* Light blue */
      margin: 10px 0;
      transition: background-color 0.3s;
      width:60px;
    }
    
    /* Hover effect */
    .stage:hover {
      background-color: #6ce9fa; /* Lighter blue */
    }
    
    /* Active stage color */
    .stage.active {
      background-color: #4ea3e7;
      /* Active color - different from the default */
      color: white; /* Ensure text color is visible */
    }
    
    /* Inactive stage color */
    .stage.inactive {
      background-color: #f0f0f0; /* Default light blue */
      color: black; /* Default text color */
    }
    
    .bg_color {
      background-color: #4ea3e7;
      padding:20px;
      margin-top:-10px;
      color:white;
     
    }
    
    .pro_img {
      width:350px;
      
      }
    
    
        .pro_content { 
          width:350px;
          margin:auto;
        
        
          
        }
    
        .content {
          display: none; /* Hide all content by default */
        }
    
        .content.active {
          display: block; /* Show the content of the active stage */
          text-align: center;
        }
    
        .navbar {
           background-color: rgb(45, 189, 233);
          width:100vw;
          z-index: 25;
          display: flex;
          justify-content: space-between;      
          position: fixed;
          height:100px;
          font-family: "Raleway", serif;
          top:0;
          margin-top:0px;
       
        
        }
    
        .hamburger {
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          width: 30px;
          height: 20px;
          cursor: pointer;
          z-index: 35;
          transition: all 0.3s ease;      
          padding:25px;
          margin-top:15px;
         
         
        }
    
        .line {
          height: 4px;
          width: 30px;
          background-color: #ffffff;
          transition: all 0.3s ease;
        }
    
        .hamburger.open .line {
          background-color: rgb(255, 255, 255);
        }
    
        .hamburger.open .line:nth-child(1) {
          transform: rotate(45deg) translate(5px, 5px);
        }
    
        .hamburger.open .line:nth-child(2) {
          opacity: 0;
        }
    
        .hamburger.open .line:nth-child(3) {
          transform: rotate(-45deg) translate(5px, -5px);
        }
    
      
    
        .menu {
          position: fixed;
          top: 0;
          left: 0;
         width:100%;
          height: 100%;
         background-color: rgb(45, 189, 233);
          display: flex;
          flex-direction: column;
          justify-content: flex-start;
          align-items: flex-start;
          padding-top: 50px;
          opacity: 0; /* Start hidden */
      visibility: hidden; /* Ensure it's not clickable when hidden */
      transition: opacity 0.5s ease, visibility 0s 0.5s; /* Add transition */
          z-index: 15;
          box-sizing: border-box;
          font-family: "Raleway", serif;
        
        }
    
        .menu.show {
      opacity: 1; /* Fade in */
      visibility: visible; /* Make it clickable when shown */
      transition: opacity 0.5s ease, visibility 0s 0s; /* Instant visibility change */
    }
    
        .menu-content ul {
          list-style: none;
          padding-left: 20px;
          padding-top: 120px;
        }
    
        .menu-content ul li {
          margin: 20px 0;
        }
    
        .menu-content ul li a {
          color: rgb(255, 255, 255);
          font-size: 25px;
          text-decoration: none;
          transition: color 0.3s;
          font-family: "Raleway", serif;
        }
    
        .menu-content ul li a:hover {
          color: #ddd;
        }
    
    
      @media (min-width:850px) {
        .loc_key {
      margin-left:4%;
    }
    
      } 
    
      @media (min-width:950px) {
        .loc_key {
      margin-left:8%;
    }
    
      } 
    
      @media (min-width:1050px) {
        .loc_key {
      margin-left:12%;
        }

             @media (min-width:1150px) {
        .loc_key {
      margin-left:16%;
        }
      }

                 @media (min-width:1250px) {
        .loc_key {
      margin-left:20%;
        }
      }

       .location {
      text-align: left;
      padding-top:12px;
    }
    }
    
      
    
    @media (min-width:700px) {

     
    
    .mobonly {
      display:none;
    }
    
    .flex_gal {
      width:80%;
      margin:auto;
      display:flex;
      justify-content: space-evenly;
      margin-bottom:75px;
    }
    
      
      
    
      .intro_poster1, .intro_poster2, .intro_poster3 {
        display:none;
      }
    
      .intro_poster4 {
        animation: moveIn 1s ease-out forwards; /* Apply animation */
        background-image:url("../img/edin3.jpg");
        background-size: cover;
        height:100px;
        width:70px;
        box-shadow: 2px 2px 2px black;
        display:flex;
        align-items: center;
    
        justify-content: center;
        font-size:3em;
        color:rgb(0, 0, 0);
        text-shadow: 1px 1px rgb(255, 255, 255);
        opacity:0;
       
    
      }
    
      .intro_poster5 {
        animation: moveIn 1s ease-out forwards; /* Apply animation */
        background-color:rgb(255, 255, 255);
        height:100px;
        width:70px;
        box-shadow: 2px 2px 2px black;
        display:flex;
        align-items: center;
        text-align: center;
        justify-content: center;
        font-size:3em;
        color:rgb(2, 2, 2);
        text-shadow: 1px 1px rgb(75, 75, 75);
       opacity:0;
    
      }
    
      /* Staggered animation delay for each letter */
    .intro_flexwords .intro_poster4:nth-child(1) {
      animation-delay: 0s;
    }
    .intro_flexwords .intro_poster4:nth-child(2) {
      animation-delay: 0.1s;
    }
    .intro_flexwords .intro_poster4:nth-child(3) {
      animation-delay: 0.2s;
    }
    .intro_flexwords .intro_poster4:nth-child(4) {
      animation-delay: 0.3s;
    }
    .intro_flexwords .intro_poster4:nth-child(5) {
      animation-delay: 0.4s;
    }
    .intro_flexwords .intro_poster4:nth-child(6) {
      animation-delay: 0.5s;
    }
    .intro_flexwords .intro_poster4:nth-child(7) {
      animation-delay: 0.6s;
    }
    .intro_flexwords .intro_poster4:nth-child(8) {
      animation-delay: 0.7s;
    }
    .intro_flexwords .intro_poster4:nth-child(9) {
      animation-delay: 0.8s;
    }
    
    /* For the second word */
    .intro_flexwords2 .intro_poster5:nth-child(1) {
      animation-delay: 0.9s;
    }
    .intro_flexwords2 .intro_poster5:nth-child(2) {
      animation-delay: 1s;
    }
    .intro_flexwords2 .intro_poster5:nth-child(3) {
      animation-delay: 1.1s;
    }
    .intro_flexwords2 .intro_poster5:nth-child(4) {
      animation-delay: 1.2s;
    }
    .intro_flexwords2 .intro_poster5:nth-child(5) {
      animation-delay: 1.3s;
    }
    .intro_flexwords2 .intro_poster5:nth-child(6) {
      animation-delay: 1.4s;
    }
    .intro_flexwords2 .intro_poster5:nth-child(7) {
      animation-delay: 1.5s;
    }
    
    /* Keyframes for the animation */
    @keyframes moveIn {
      0% {
        transform: translateX(-100%); /* Start off-screen to the left */
        opacity: 0;
      }
      100% {
        transform: translateX(0); /* Move to original position */
        opacity: 1;
      }
    }
    
    
    
 
    
      .button-book a {
    
    color:white;
  text-decoration: none;

    
      }
    
    
      
    
    
    
    
    
    
    }
    
    @media (max-width:1199px) {

      .logo_footer {
        margin-bottom:-180px;

}

.copy {
  margin-top:0px;
  background-color: #1e1e1e;
  padding-top:60px;
  padding-bottom:20px;
  color:rgb(182, 182, 182);
}


          .intro {  
    background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)),
url("../img/fringe.jpg");
  
    background-size: 100% 100%;  /* Stretches the image to fill both width and height */
       /* Keeps the image centered */
     
      height: 535px;  /* Keep the fixed height (for example, 600px) */
      margin-bottom: 0px;
   margin-top:0px;
  
    
    }


  

      .large-nav {
        display:none;
      }
      
  
      .fringe {
        height:100px;
       
      }

      .hero-flex {
        display:none;
      }

        h1 {
            font-size:1.6em;
        }
    
      .phone, .email {
       display:none;
        }
    
      .features {

    }
    
    
    .nav_flex {display:none}
    
    .intro_flexwords {
        display:flex;
        justify-content: space-evenly;
        margin-left:2%;
        margin-right:2%;
      }
    
      .intro_flexwords2 {
        display:flex;
        justify-content: space-evenly;
        margin-left:10%;
        margin-right:10%;
        margin-top:80px;
      }
    
    
    
    }
    
    
    @media (min-width:1200px) {

      

      .logo_footer {
  margin-bottom:0px;
}

.copy {
   color:rgb(182, 182, 182);
  margin-top:-80px;
  background-color: #1e1e1e;
  padding-top:-20px;
  padding-bottom:20px;
}



          .features {
      display:flex;
      flex-wrap:wrap;     
      justify-content: center;
      margin:auto;
      width:100%;
      padding-top:30px;
      padding-left:3%;
      padding-right:3%;
      background-color: #ffffff;
    margin-top:-20px;
      box-sizing: border-box;
      padding-bottom:0px;
      margin-bottom:20px;
    }
    
    .feat {
   margin-right:25px;
   margin-left:25px;
   margin-bottom:40px;
      background-color:rgb(234, 249, 255);
      padding:50px;
      padding-bottom:10px;
      border-radius:40px;
      width:200px;
      height:230px;
      
    }


       .flyers {
        width:400px;
      }
    
        h2 {
       letter-spacing:2px;
       
      }

           .intro {  
    
    background-image:url("../img/fringe.jpg");
    
    background-size: 100% 100%;  /* Stretches the image to fill both width and height */
       /* Keeps the image centered */
     
      height: 900px;  /* Keep the fixed height (for example, 600px) */
      margin-bottom: 0px;
   margin-top:95px;
  
    
    }

     

  
      .navbar {
        display:none;
      }

      .large-nav {
        display:flex;
      justify-content: center;
        background-color: rgb(45, 189, 233);
        z-index:2000;
        height:140px;       
        width: 100%;
      }

          .logo {

  margin-top:5px;
   
   
     
    }

        .top_contact { 
        box-sizing:border-box;
        background-color:rgb(0, 0, 0);
        font-size:16px;
        line-height:10px;
        color:rgb(0, 0, 0);  
        width:100%;
        padding:10px 15px;      
       
        font-family: "Raleway", serif;
       height:45px;
       text-align: center;
       margin-top:-140px;

      
        
      }
    
    
  
    
      .color_box1,  .color_box2,  .color_box3,  .color_box4,  .color_box5,  .color_box6 {
        margin-top:15px;
      }
    
      
    
      .loc_flex {
       margin-bottom:0px;
        margin-right:30px;
      }
    
      .phone, .email {
        color:white;
        text-decoration: none;
    
        }
    
    
      .hide2 {
          display: none;
        }
    
    .gal2 {
    width:20%;
    margin-left:10px;
    margin-right:10px;
    margin-bottom:35px;
    box-sizing: border-box;
    
    }
    

    
    .intro_flexwords {
      display:flex;
      justify-content: space-evenly;
      margin-left:19%;
      margin-right:19%;
    }
    
    .intro_flexwords2 {
      display:flex;
      justify-content: space-evenly;
      margin-left:28%;
      margin-right:28%;
      margin-top:80px;
    }
    
    .details {
      display:flex;
    }
    
 
    
    .hamburger {
      display:none;
    }
    
    .nav_flex {
      display:flex;
      margin-left:100px;
      margin-top:90px;
      
    
    }
    
    .nav_flex a {
     margin-right: 25px;
      color:#ffffff;
      text-decoration: none;
      font-size: 1em;
      letter-spacing: 3px;
      font-family: "Raleway", serif;
    }
    

    
    
    .logo3 {
      margin-top:30px;
    
      margin-bottom:8px;
      height:90px;
    }
    
    .flex_gal2 {
      margin-top:140px;
      width:101%;
      box-sizing: border-box;
     
    
    
    }
    
    body {
      overflow-x:hidden;
    }
    
    .overlay {
    display:none;
    }
    
      
    
    
    
    
    
    .about_me {
      margin:auto;
    padding-top:10px;
    margin-top:10px;
    width:60%;
     
    }
    
    .about_me h3 {
    text-align: center;
    }
    
  .service_h {
    text-align:center;
  }
    
    .services h2 {
      text-align: center;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-size: 1.6em;
      padding-bottom:0px;
        color:rgb(45, 189, 233);
    }
    
    .services {
      background-color:rgb(255, 255, 255);
    
    }
    
    .contact {
       background-color:rgb(255, 255, 255);
    }
    
    .services h3 {
      color:rgb(85, 85, 85);
      line-height:40px;
    }
    
    .box1 {
      background-image:url("../img/30p.jpg");
      background-size: cover;
      color:rgb(0, 0, 0);
      height:400px;
      width:300px;
      box-shadow:2px 2px 2px rgb(71, 71, 71);
      line-height:32px;
    }

       
    .box2 {
      background-image:url("../img/50p.jpg");
      background-size: cover;
      color:rgb(0, 0, 0);
      height:400px;
      width:300px;
      box-shadow:4px 4px 4px rgb(71, 71, 71);
      line-height:32px;
    }
    

       
    .box3 {
      background-image:url("../img/100p.jpg");
      background-size: cover;
      color:rgb(0, 0, 0);
      height:400px;
      width:300px;
      box-shadow:8px 8px 8px rgb(71, 71, 71);
      line-height:32px;
    }
    
    
    .con_form {
      width:30%;
    }
    
    #message {
    padding-bottom:250px;
    }
    
    #submit {
     background-color: rgb(79, 132, 212);
    color:rgb(255, 255, 255);
    padding-top:8px;
    }

    #submit:hover {
      background-color:rgb(136, 163, 236);
    }
    
    footer {
        padding-top:50px;
       background-color: #1e1e1e;
    height:420px;
    color:white;
    font-family:"raleway", serif;
    }

    footer h2 {
        font-family:"raleway", serif;
        color:white;
    }

    .foot_flex {
        display:flex;
        justify-content: space-evenly;
      }

      .foot_contact {
        margin-top:0;
      }

        .foot_follow {
        margin-top:0px;
      }


    
    }
    
    
    
    
    
 
    @media (max-width:1599px) {    

      .largeonly {
        display:none;
      }
      
      .booknow {
        margin:auto;
        text-align:center;
    padding-top:20px;
    opacity: 0; /* Start with opacity 0 */
      animation: fadeIn 3s ease-out forwards;
      animation-delay: 0.5s; /* Delay the fade-in until after the letters are done */
    
      }
    
      @keyframes fadeIn {
      0% {
        opacity: 0;
      }
      100% {
        opacity: 1;
      }
    }

      .hero-flex {
        display:none;
      }

    .location-container {
      display:none;
    }
    
    .mobtex {
   font-size: 5rem;
   padding-top:70px;
  color: #fff;
  text-align: center;
   font-family: 'Raleway', sans-serif;
    }

    .mobtex h2, .mobtex h1 {
  text-align: center;
  font-family: "Raleway", serif;
}

    }

 
    @media (min-width:1600px) {

      .features {
         margin-top:-190px;
       
      }

      .largeonly {
        height:15px;
      }

         .button-book {
        text-align:center;
      border:1px solid rgb(255, 255, 255);
      padding:15px;
      border-radius:7px;
      font-size:1em;   
       background-color:#ff7a22;
    color:rgb(255, 255, 255);
    font-size:1em;
    cursor: pointer;
    }


            .booknow {
        margin:auto;
        text-align:center;
    margin-top:30px;
    border-radius:5px;
    
   
      }
    


      .gal2 {
        width:250px;
      }

      .hero-fringe {
        height:500px;
        margin-top:70px;
      }
      
      .loc_map {
        display:none;
      }

      .locations2{
        width:700px;
        margin-top:40px;
      }

       .loc_key {
        display:none;
      }

      .location-container {
        display:flex;
        justify-content: center;
     
      }

      .loc_key2 {
        padding-top:20px;
      }


       .hero-flex {
        display:flex;
        justify-content:center;
        gap:100px;
        margin-top:200px;
        margin-bottom:250px;
      }

      .hero-flex-text  {
        width:700px;
        padding:30px;
        margin-top:-20px;
      }

      .hero-flex-image {
        margin-top:20px;
      }


      .intro {
        display:none;
      }

    

      .about_me {
        display:none;
      }

      .mobonly2 {
        display:none;
      }

      .intro {
        margin:auto;
        width:100%;          
     
        padding-top:150px;
            text-align: center;        
        height:85vh;
      }

        .logo {
 
    color:white;   
 
    
     
    }

    

     
    

    }


    .center h4 {
  font-size:1.2em;
      color:black;
    }

    .social-logo {

      height:70px;
    }

    
    .social-logo2 {
      
      height:50px;
    }


    .area-select {
  margin: 20px 0;
}

#areaDropdown {
  padding: 8px;
  font-size: 16px;
}

.area-content img {
  width: 300px;
  margin-top: 10px;
  border-radius: 8px;
}

.slider {
  position: relative;
  overflow: hidden;
  max-width: 400px;
  margin: auto;
}

.slides {
  display: flex;
  transition: transform 0.4s ease;
}

.slide {
  min-width: 100%;
  text-align: center;
}

.slide img {
  width: 100%;
  border-radius: 10px;
}

.slide h3 {
  margin: 15px 0;
}

.btn {
  display: inline-block;
  padding: 10px 20px;
  background: black;
  color: white;
  text-decoration: none;
  border-radius: 5px;
}

.prev, .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: black;
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
}

.prev { left: 10px; }
.next { right: 10px; }

.slide {
  position: relative;
}

.slide h3 {
  position: absolute;
  bottom: 60px;
  left: 20px;
  color: white;
}

.slide .btn {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.service-container {
  display: flex;
  gap: 40px;
  justify-content: center;
  flex-wrap: wrap;
}

.service-card {
  background: #e6f4ff;
  padding: 20px;
  max-width: 300px;
  border-radius: 10px;
  text-align: center;
}

.service-img {
  width: 100%;
  height:300px;
  border-radius: 10px;
  margin-bottom: 15px;
}

.note {
  font-size: 14px;
  color: #555;
}

.small-note {
  margin-top: 20px;
  font-size: 14px;
  color: #555;
  margin-left:5%;
  margin-right:5%;
}

.location-container2 {

  background-color: rgba(128, 128, 255, 0.2);
  width:fit-content;
  max-width:1000px;
  padding:50px;
  text-align: center;
  margin:auto auto;
  border-radius: 20px;
  margin-bottom:100px;
}




.faq {
  max-width: 900px;
  margin: 60px auto;
  padding: 20px;
  font-family: Arial, sans-serif;
}

.faq h2 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 1.7rem;
    color:rgb(45, 189, 233);
}

/* GRID LAYOUT */
.faq {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

/* 2 columns on larger screens */
@media (min-width: 768px) {
  .faq {
    grid-template-columns: 1fr 1fr;
  }
}

.faq h2 {
  grid-column: 1 / -1; /* keep heading full width */
}

/* FAQ ITEM BOX */
.faq details {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 15px;
  background: rgb(234, 249, 255);
}

/* SUMMARY */
.faq summary {
  font-size: 1.05rem;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
  list-style: none;
}

.faq summary::-webkit-details-marker {
  display: none;
}

/* CHEVRON */
.faq summary::after {
  content: "▼";
  position: absolute;
  right: 0;
  font-size: 0.85rem;
  transition: transform 0.2s ease;
  color: #333;
}

.faq details[open] summary::after {
  content: "▲";
}

/* ANSWER */
.faq p {
  margin-top: 10px;
  color: #555;
  line-height: 1.6;
  font-size: 0.95rem;
}

/* hover */
.faq summary:hover {
  color: #0077cc;
}



/* AREA CONTENT LAYOUT */
.area-content {
  display: flex;
  flex-direction: column;
  gap: 15px;
  
}

/* Make image behave nicely */
#area-image {
  width: 250px;
  height: 300px;
  border-radius: 8px;
}

/* DESKTOP LAYOUT */
@media (min-width: 768px) {
  .area-content {
    flex-direction: row;
    align-items: flex-start;
    gap: 30px;
  }

  /* LEFT SIDE (text) */
  .area-text {
    flex: 1;
  }

  /* RIGHT SIDE (image) */
  .area-image-wrapper {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    padding-left:30px;
    padding-top:30px;
  }

  #area-image {
    max-width: 300px;
  }
}

.premium {
  max-width: 900px;
  margin: 80px auto;
  padding: 20px;
  font-family: Arial, sans-serif;
}

.premium h2 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 2rem;
  color: #222;
}

.premium-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

/* TEXT */
.premium-text p {
  color: #555;
  line-height: 1.6;
}

.premium-text ul {
  margin: 20px 0;
  padding: 0;
  list-style: none;
}

.premium-text li {
  margin-bottom: 10px;
  font-size: 0.95rem;
}

.premium-highlight {
  font-weight: 600;
  color: #222;
}

/* VISUAL */
.premium-visual {
  display: flex;
  justify-content: center;
}

.premium-box {
  border: 2px solid #222;
  padding: 25px;
  border-radius: 10px;
  text-align: center;
  background: #fafafa;
  width: 100%;
  max-width: 280px;
}

.premium-box p {
  margin: 10px 0;
  font-weight: 600;
}

/* DESKTOP */
@media (min-width: 768px) {
  .premium-container {
    flex-direction: row;
    align-items: center;
  }

  .premium-text {
    flex: 1;
  }

  .premium-visual {
    flex: 1;
    justify-content: flex-end;
  }
}


.contact-section {
  padding: 60px 20px;
  text-align: center;
  background: #ffffff;
  color: #000000;
}

.contact-header {
  font-size: 2rem;
  margin-bottom: 10px;
}

.contact-sub {
  margin-bottom: 30px;
  color: #202020;
}

.contact-form {
  max-width: 500px;
  margin: 0 auto 30px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact-input,
.contact-textarea {
  padding: 12px;
  border-radius: 6px;
  border: none;
  outline: none;
  font-size: 1rem;
  background-color: rgb(255, 239, 217);
}

.contact-textarea {
  resize: vertical;
}

.contact-button {
  padding: 12px;
  border: none;
  border-radius: 6px;
  background: #ff7a22;
  color: #fff;
  font-size: 1rem;
  cursor: pointer;
  transition: 0.3s ease;
}

.contact-button:hover {
  
 background-color: #ffa76c;
}

.social-links {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.social-link {
  color: #ff7a22;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
}

.social-link:hover {
  color: #ffa76c;
}


.logo-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap:30px;
  width:92%;
  margin:auto;
  margin-bottom: 50px;
  
  
}

.logo-row img {
  border-radius:8px;
  height: 75px;
 
}


.partners h2 {
  text-align: center;
  margin-bottom:35px;
  font-size:1.5em;
  
    color:rgb(45, 189, 233);
}

.pricing-table {
  margin:auto auto;
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  font-size: 15px;
}

.pricing-table th,
.pricing-table td {
  padding: 12px;
  text-align: left;
  border-bottom: 1px solid #ddd;
  background-color: #f3f3f3;
}

.pricing-table th {

  font-weight: 600;
  background-color: #2c2c2c;


}



.small-note {
  margin-top: 10px;
  font-size: 13px;
  color: #666;
}


.quote-card {
  margin:auto auto;
  margin-top: 30px;
  padding: 25px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fafafa;
  max-width: 500px;
}

.quote-card h3 {
  margin-bottom: 10px;
  font-size: 20px;
}

.quote-card p {
  font-size: 14px;
  color: #555;
  margin-bottom: 20px;
  line-height: 1.5;
}

.quote-btn {
  display: inline-block;
  padding: 10px 18px;
  background: #000;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  border-radius: 4px;
  transition: 0.2s ease;
}

.quote-btn:hover {
  background: #ffa76c;
}

.quote-btn {
  background: #ff7a22;
}

.loc-link {
  text-align: center;
  margin: auto;
  margin-bottom:90px;
}

.cta-locations {

  display: inline-block;
  margin-top: 30px;
  padding: 12px 20px;
  background: #ffffff;
  color: #ff7a22;
  text-decoration: none;
  font-weight: 600;
  border-radius: 4px;
  border:3px solid #ff7a22;
}

.cta-locations:hover {
  background: #f77e1cfb;
  color:white;
}

.cta-work {

  display: inline-block;
  margin-top: 30px;
  padding: 12px 20px;
  background: #ffffff;
  color: #ff7a22;
  text-decoration: none;
  font-weight: 600;
  border-radius: 4px;
  border:3px solid #ff7a22;
  margin-bottom:0px;
  margin-top:25px;
}

.cta-work:hover {
  background: #f77e1cfb;
  color:white;
}



      @media (max-width:1199px) {

        .areas {margin-top:30px;
        }

  

}

        .email-foot {
          color:white;
          text-decoration: none;
        }



/* General Layout */
.fringe-guide,
.pricing,
.flyer-pricing,
.coverage,
.payment,
.previous-work,
.festival-info {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
  line-height: 1.6;
  color: #222;
  margin-top:20px;
  margin-bottom:40px;
}

.previous-work {
  margin-top:-50px;
}

/* Headings */
h1 {
  font-size: 2.2rem;
  margin-bottom: 20px;
}

h2 {
  font-size: 1.6rem;
  margin-bottom: 15px;
  border-bottom: 2px solid #eee;
  padding-bottom: 5px;
}

/* Paragraph spacing */
p {
  margin-bottom: 15px;
}

/* Tables */
table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  font-size: 0.95rem;
}

thead {
  background-color: #f5f5f5;
}

th, td {
  padding: 12px;
  text-align: left;
  border-bottom: 1px solid #ddd;
    background-color: #f3f3f3;
}

th {
  font-weight: 600;
  background-color: #2c2c2c;
}




/* Highlight notes */
strong {
  font-weight: 600;
}

/* Sections spacing tweak */
section + section {
  margin-top: 10px;
}

/* Lists inside paragraphs (your bullet style) */
p br {
  margin-bottom: 6px;
}

/* Payment box emphasis */
.payment {
  background: #fafafa;
  border: 1px solid #eee;
  border-radius: 8px;
}

/* Important info section highlight */
.festival-info {
  background: #fff8f0;
  border: 1px solid #f0e2c0;
  border-radius: 8px;
}


/* Optional: subtle button style if you add CTA later */
.button {
  display: inline-block;
  padding: 12px 18px;
  background: #111;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  margin-top: 15px;
}

.button:hover {
  background: #ffc583;
}

.cta {background:rgb(255, 136, 0);}

.urgency {
  font-size: 0.9rem;
  color: #666;
  margin-top: 10px;
  text-align: center;
}

.cta-link {
  text-align: center;
}

.small-note {
  text-align: center;
}

.bundle-note {
  text-align: center;
  margin:auto;
  border:1px solid rgb(68, 68, 68);
  padding:35px;
  width:fit-content;
 
  
}

.noline {
  border:none;
}


@media (min-width:1200px) {

      .fringe-guide  {
        margin-top:100px;
      }



}

.cursor {
  cursor: pointer;
}



/* =========================
   GLOBAL STYLES
========================= */

section {
  padding: 40px 20px;
  max-width: fit-content;
  margin: 0 auto;
}


h1 {
  font-size: 2.8rem;
  line-height: 1.2;
  margin-bottom: 20px;
}

h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}

p {
  font-size: 1.05rem;
  line-height: 1.6;
  color: #333;
}

/* =========================
   BUTTONS / CTA
========================= */

.button.cta {
  display: inline-block;
  background: #fd7425;
  color: #fff;
  padding: 14px 28px;
  margin-top: 20px;
  text-decoration: none;
  font-weight: 600;
  border-radius: 4px;
  transition: all 0.25s ease;
}

.button.cta:hover {
  background: #ffa459;
  transform: translateY(-2px);
}

.cta-link {
  text-align: center;
  margin-top: 30px;
}

.urgency {
  text-align: center;
  color: #e63946;
  font-weight: 600;
  margin-top: 10px;
}

/* =========================
   HERO SECTION
========================= */

.fringe-hero {
  text-align: center;
 
  background: linear-gradient(rgba(0,0,0,0.55), rgba(0,0,0,0.55)),
              url('../img/aj7.png') center/cover no-repeat;
  color: #fff;
  margin-top:200px;
}

.fringe-hero h1 {
  font-size: 2.2rem;
  color: #fff;
  text-align: center;
   font-family: 'Raleway', sans-serif;
}



.fringe-hero .subhead {
  font-size: 1.2rem;
  max-width: 700px;
  margin: 0 auto 15px;
  color: #eee;
  text-align: center;
}

.price-anchor {
  font-size: 1.3rem;
  margin-top: 10px;
   text-align: center;
   color:white;
}

.price-anchor strong {
  color: #ffd166;
  font-size: 1.6rem;
}

/* =========================
   WHY CHOOSE US
========================= */

.why-us ul {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.why-us li {
  margin-bottom: 12px;
  padding-left: 22px;
  position: relative;
}

.why-us li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #e63946;
  font-weight: bold;
}

/* =========================
   WHY IT WORKS
========================= */

.why-it-works {
  background: #f9f9f9;
  border-radius: 6px;
}

.why-it-works p {
  margin-bottom: 15px;
}

/* =========================
   HOW IT WORKS
========================= */

.how-it-works ol {
  padding-left: 20px;
  margin-top: 20px;
}

.how-it-works li {
  margin-bottom: 12px;
}

/* =========================
   TABLE / PRICING
========================= */

table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

thead {
  background: #111;
  color: #fff;
}

th, td {
  padding: 14px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

tbody tr:hover {
  background: #535353;
}


/* =========================
   SMALL NOTES / DETAILS
========================= */

.small-note {
  font-size: 0.9rem;
  color: #555;
}

.bundle-note {
  background: #fff3cd;
  padding: 20px;
  border-radius: 6px;
  margin-top: 20px;
}

/* =========================
   ANIMATION (OPTIONAL)
========================= */

section {
  animation: fadeInUp 0.6s ease both;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* =========================
   MOBILE OPTIMISATION
========================= */

@media (max-width: 768px) {

  h1 {
    
  }

  h2 {
    font-size: 1.6rem;
  }

  p {
    font-size: 1rem;
  }

  .fringe-hero {
    padding: 80px 15px;
    padding-top:10px;
  }

  .price-anchor strong {
    font-size: 1.4rem;
  }

  th, td {
    padding: 10px;
    font-size: 0.9rem;
  }
}

      @media (max-width:1199px) {

    
        .fringe-hero {

  margin-top:0px;
}

}

.quick-nav {
  max-width: 900px;
  margin: 20px auto;
  padding: 15px;
  background: #dfdfdf;
  border: 1px solid #333;
  border-radius: 10px;
  text-align: center;
  
}

.quick-nav h3 {
  margin-bottom: 10px;
  color: #1a1a1a;
}

.quick-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.quick-links a {
  padding: 8px 12px;
  background: #222;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-size: 14px;
  transition: 0.2s;
}

.quick-links a:hover {
  background: #444;
}

.headline {
  text-align: center;
  font-style: italic;
  margin-top:50px;
    color:rgb(255, 116, 2);
    font-weight: bold;
    font-size: 1.1em;
  margin-left:10%;
  margin-right:10%;
}

.caption {
  margin-top:-10px;
  font-size:0.9em;

}

.beer-img {
  height:340px;
  
}

.quote {
  text-align:center;
  font-style: italic;
    color:rgb(255, 116, 2);
    font-weight: bold;
    font-size: 1.1em;
}


h3, h4 {
    color:rgb(45, 189, 233);
}

.copy p {
  color:rgb(196, 196, 196);
}


.work-card a {
  text-decoration:none;
}

.work-card:hover {
  background-color: rgb(236, 236, 236);
}

.work-card {
  background-color: rgb(187, 187, 187);
}

@media (max-width: 768px) {
 .beer-img {
  height:300px;
 }

 .quick-nav {
 margin-left:5%;
 margin-right:5%;
}

.bundle-note {
   margin-left:5%;
 margin-right:5%;
}
}


.black {
  color:black;
}

.work-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.work-grid h4 {
  color:rgb(54, 54, 54);
}

.work-item {
  flex: 0 0 calc(33.333% - 20px);
}


/* Mobile */
@media (max-width: 800px) {
  .work-item {
    flex: 0 0 100%;
  }
}
/* Optional styling */
.work-item img {
  width: 100%;
  height: 100%;
  display: block;
}

.hotspot-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.hotspot-item {
  flex: 0 0 calc(33.333% - 20px); /* 3 across */ 
}


/* Mobile */
@media (max-width: 800px) {
  .hotspot-item {
    flex: 0 0 100%;
  }
}

.hotspot-item img {
  width: 100%;
  height: auto;
  display: block;
}

.image-wrap {
  position: relative;
  overflow: hidden;cursor: pointer;
}

.image-wrap img {
  width: 100%;
  display: block;
}

/* Button on image */
.overlay-btn {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 8px 14px;
  font-size: 14px;
  text-decoration: none;
  transition: 0.3s ease; 
}

/* Optional hover effect */
.image-wrap:hover .overlay-btn {
  background: #000;
 
}

.image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0);
  transition: 0.3s;
}

.image-wrap:hover::after {
  background: rgba(0,0,0,0.3);
}

.why-it-works {
  padding: 40px 20px;
}

.why-container {
  display: flex;
  gap: 40px;
  align-items: flex-start;

  max-width: 1100px;   /* KEY FIX */
  margin: 0 auto;      /* centers the whole block */
}

/* text column */
.why-text {
  flex: 1;
}

/* image column */
.why-media {
  flex: 0 0 350px;
  padding-top:50px;
}

.why-media img {
  width: 100%;
  height: auto;
  display: block;
}

/* caption stays tied to image */
.caption {
  margin-top: 10px;
  font-size: 14px;
  opacity: 0.8;
}

/* responsive */
@media (max-width: 800px) {
  .why-container {
    flex-direction: column;
  }

  .why-media {
    flex: none;
    width: 100%;
    margin-bottom:-50px;
    margin-top:-20px;
  }
}

.work-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.work-meta {
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #888;
  margin: 8px 0 4px;
}

.work-desc {
  font-size: 15px;
  line-height: 1.5;
  color: #222;
  margin: 0;
  opacity: 0.85;
}

.work-desc {
  position: relative;
  padding-left: 12px;
}

.work-desc::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 3px;
  height: 70%;
  background: #000;
  opacity: 0.2;
}

.red {color:red}

.bundle-note h4 {
  color:rgb(31, 31, 31);
}

.cen {
  text-align: center;
}


.white {
  color: #ffffff;
  text-shadow: none;
}

.subhead {
  font-weight:bold;
}

.addon-tag {
  color:rgb(255, 201, 140);
  font-size: 1.1em;
  font-weight: bold;

}

.upgrade {
  margin-top:35px;
  background-color: #000000bb;
  padding:5px;

}

.upgrade a {
  text-decoration: none;
  cursor: pointer;
}

.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-card {
  position: relative;
  z-index: 2;
  background: rgba(255,255,255,0.06);
  padding: 25px;
  border-radius: 16px;
  max-width: 420px;
  text-align: center;
  backdrop-filter: blur(10px);
}

.gallery {
  padding: 60px 20px;
  max-width: 900px;
  margin: auto;
}

.gallery h2 {
  text-align: center;
  margin-bottom: 20px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.gallery-grid img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
  aspect-ratio: 1 / 1;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.65);
}

.example-image-wrap img{
  height:400px;
  border-radius: 9px;
}

.example-btn {
  color:rgb(0, 0, 0);
 
}

.pricing-box {
  margin-top:0px;
}

.scope-grid {
  display: flex;
  gap: 30px;
  align-items: stretch;
}

/* Each box */
.scope-box {
  flex: 1;
  padding: 25px;
  border-radius: 10px;
  background: #ffffff;
}

/* Optional styling */
.scope-box h3 {
  margin-bottom: 15px;
}

.scope-box ul {
  list-style: none;
  padding: 0;
}

.scope-box li {
  margin-bottom: 10px;
  line-height: 1.4;
}

/* Included / excluded accents */
.scope-box.included {
  border-left: 5px solid #2ecc71;
}

.scope-box.excluded {
  border-left: 5px solid #e74c3c;
}

/* 📱 Mobile stack */
@media (max-width: 768px) {
  .scope-grid {
    flex-direction: column;
  }
}

.digital {
  background: #f7f7f7;
}

.left {
  text-align: left;
  margin-left:30%;
  margin-right:30%;
}

@media (max-width: 768px) {
.left {
  text-align: left;
  margin-left:0px;
  margin-right:0px;
}
}


.flexy {
  display:flex;
  flex-wrap: wrap;
  justify-content:center;
  gap:40px;
}

.process-flow {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: Arial, sans-serif;
}

.step {
  background: #d8d8d8;
  padding: 12px 24px;
  margin: 5px 0;
  border-radius: 8px;
  font-weight: bold;
  width: 180px;
  text-align: center;
}

.arrow {
  font-size: 28px;
  font-weight: bold;
  margin: 12px 0;
}

.final {
  background: #e74c3c;
  color: white;
}

.digi-list {
  margin-left:20%;
  margin-right:20%;
}


.location-container2 h2, h4 {
  color:black;
}


