/**
 * Theme Name: XTND
 * Template: twentytwentyfive
 * 
 */



   /* Import Asap fonts from local folder */
        @font-face {
            font-family: 'Asap-Regular';
            src: url('dist/fonts/asap-regular.ttf') format('woff2'),
                 url('dist/fonts/asap-regular.ttf') format('truetype');
            font-weight: 400;
            font-style: normal;
            font-display: swap;
        }

        @font-face {
            font-family: 'Asap-Bold';
             src: url('./dist/fonts/asap-bold.ttf') format('woff2'),
            /* src: url('/src/assets/Asap/static/Asap-Bold.ttf') format('woff2'), */
                 url('./dist/fonts/asap-bold.ttf') format('truetype');
        font-weight: 700;
            font-style: normal;
            font-display: swap;
        }


         @font-face {
            font-family: 'Asap-SemiBold';
            src: url('./dist/fonts/asap-semi-bold.ttf') format('woff2'),
                 url('./dist/fonts/asap-semi-bold.ttf') format('truetype');
             font-weight: 600;
            font-style: normal;
            font-display: swap;
        }

       @font-face {
           font-family: 'Asap-Light';
           src: url('./dist/fonts/asap-light.ttf') format('woff2'),
                url('./dist/fonts/asap-light.ttf') format('truetype');
           font-weight: 300;
            font-style: normal;
            font-display: swap;
        }

body {
  margin: 0;
  min-height: 100vh; /* ensures gradient covers full screen */
  background: linear-gradient(
    181deg,
    rgba(238, 237, 237, 1) 0%,
    rgba(201, 255, 239, 1) 100%
  );
}



.ehheader {
    background-color: rgb(238,237,237);
}

.cutsum_nav{

}
.eth_htitelsection {
    background-color: rgb(238,237,237);
    padding: 34px 0 27px
}
.ethheader {
    padding: 0;
    margin: 0;
}
.eth_firstheading h1 {
    font-family: 'Asap-SemiBold';
    /* font-family: "Montserrat Alternates", sans-serif; */
    color: rgba(21, 21, 21, 1);
    font-size: 40px!important;
    font-weight: 600;
    letter-spacing: 8px;
    line-height: 40px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}
.ethsubhead p {
      padding: 0;
    margin: 0;
color: rgba(21, 21, 21, 1);
/* font-family: 'Asap-Light'; */
font-size: 20px;
font-weight: 300;
font-style: light;
letter-spacing: 5.2px;
text-align: center;
line-height: 40px;
text-transform: uppercase;

}
.planingblock {
    padding: 0px 0!important;
}
.thinkhead {
    padding: 10px!important;
    margin: 0;
}
.cutsum_nav {
    background-color: #eeeded;
}

.navColor{
  background-color: #eeeded;  
}

/* .logocenter {
    display: flex;
    justify-content: center;
} */




  /* Responsive adjustments */
    @media (max-width: 768px) {
                /* header  */
                .logoleft {
               text-align: center;
              }
             .headlogo {
              display: flex;
            justify-content: center;
            flex-direction: column-reverse;
              margin: 0;
             padding: 0;
            }
            .eth_firstheading h1 {
    font-size: 32px!important;
    letter-spacing: 6.4px;
    }
            .ethsubhead p {
    font-size: 19px;
    letter-spacing: 3.94px;
    line-height: 26px;
        }
    }



.faq-section {
            // background: linear-gradient(135deg, #e8f5f0 0%, #d4edda 100%);
            padding: 40px 0;
            // min-height: 100vh;
        }
        
        .faq-item {
            margin-bottom: 25px;
            padding: 20px 0;
        }
        
        .faq-question {
            color: rgba(0, 0, 0, 1);
            font-family: 'Asap', sans-serif;
            font-size: 15px;
            font-weight: 600;
            letter-spacing: 0.6px;
            text-transform: uppercase;
            margin-bottom: 8px;
            line-height: 1.4;
        }
        
        .faq-answer {
            color: rgba(0, 0, 0, 1);
            font-family: 'Asap', sans-serif;
            font-size: 12px;
            font-weight: 400;
            line-height: 1.5;
            margin-bottom: 0;
        }
        
        // .container {
        //     max-width: 800px;
        // }
        
        /* .faq-item:not(:last-child) {
            border-top: 1px solid rgba(151, 151, 151, 1);
        }
 */




    
    /* Import Asap fonts from local folder */
       

        .hero-section {
            position: relative;
            min-height: 80vh;
            /* background-image: url('/src/assets/EXTEND-ASSETS/EXTEND-ASSETS/Drawing/Drawing.png'); */
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat;
        }

      

        /* .hero-content {
            position: relative;
            z-index: 2;
            color: white;
        }

        .hero-title {
            color: rgba(255, 255, 255, 1);
            font-family: 'Asap-Regular', Arial, sans-serif;
            font-size: 2.25rem;
            font-weight: 400;
            letter-spacing: 0.8px;
            text-align: center;
            line-height: 44px;
            margin-bottom: 2rem;
        }

        .hero-subtitle {

            color: rgba(255, 255, 255, 1);
            font-family: Asap-Bold;
            font-size: 18px;
            font-weight: 700;
            font-style: bold;
            letter-spacing: 0.8px;
            text-align: center;

         
            margin-bottom: 2.5rem;
        }

        .hero-btn {
            background-color: #10d9c4;
            border: none;
            color: #000;
            font-weight: 600;
            padding: 1rem 2rem;
            text-transform: uppercase;
            letter-spacing: 1px;
            font-size: 0.875rem;
            border-radius: 0;
            transition: all 0.3s ease;
        }

        .hero-btn:hover {
            background-color: #0bc5b0;
            color: #000;
            transform: scale(1.05);
        } */

       
    .xtnd-container {
      display: flex;
      align-items: stretch;
      /* min-height: 100vh; */
      position: relative;
    }

    /* top-left clipped background with text */
    .corner-text {
      position: absolute;
      top: 0;
      left: 0;
      width: 280px;
      /* padding: 20px; */
      line-height: 1.4;
      color: rgba(0, 0, 0, 1);
      font-family: Asap-Regular;
      font-size: 0.75rem;
      font-weight: 400;

     
    }

    /* left side image with angled clip */
    .image-box {
      flex: 1;
      position: relative;
      z-index: 1;
    }

    .image-box img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      clip-path: polygon(30% 0%, 15% 30%, 0% 30%, 0% 100%, 75% 100%, 82% 70%, 100% 56%, 100% 0%);

    }

    /* right side angled content box */
    .text-box {
      position: absolute;
      bottom: 0;
      right: 0;
    //   width: 280px;
      padding: 20px;
      font-size: 0.75rem;
      line-height: 1.4;
      color: #333;
    }

    .text-box h3 {
      font-size: 1rem;
      font-weight: bold;
      margin-bottom: 15px;
    }

    .text-box ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .text-box ul li {
      margin: 8px 0;
      font-size: 0.75rem;
    }








       .custom-button {
            border-radius: 3px;
            background-color: rgba(0, 255, 182, 1);
            color: #000;
            font-size: 18px;
            font-weight: bold;
            padding: 18px 60px;
            border: none;
            font-weight: 700;
            // font-style: bold;
           font-family: Asap-Bold;
;
            cursor: pointer;
            position: relative;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            outline: none;
            user-select: none;
             text-decoration: none;
            
            /* Remove default button styles */
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
        }
        
        /* Bottom shadow with side gaps */
        .custom-button::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 25px;
            right: 25px;
            height: 10px;
            background: rgba(0, 0, 0, 0.15);
            border-radius: 50px;
            filter: blur(5px);
            z-index: -1;
        }
        
        /* Responsive adjustments */
        @media (max-width: 768px) {
           
            .custom-button {
                font-size: 14px;
                padding: 16px 28px;
            }
            
            .custom-button::after {
                left: 20px;
                right: 20px;
                height: 8px;
            }
        }
        
        @media (max-width: 480px) {

            .custom-button {
                font-size: 12px;
                padding: 14px 24px;
            }
            
            .custom-button::after {
                left: 15px;
                right: 15px;
                height: 6px;
            }
        }

.title {
  color: rgba(21, 21, 21, 1);
  font-family: "Asap-Light", sans-serif;
  font-size: 34px;
  font-weight: 300;
  letter-spacing: 5.2px;
  text-transform: uppercase;
  max-width: 50%;
}

/* Mobile: full width */
@media (max-width: 768px) {
  .title {
    font-size: 26px; /* smaller size for mobile */
    letter-spacing: 3.98px;
    max-width: 100%;
  }
}


.title-bold{
font-weight: bold;

}
.copyrightfooter {
    padding: 14px 0 18px;
    font-size: 12px;
font-weight: 400;
letter-spacing: 0.48px;
text-align: center;
line-height: 20px;
text-transform: uppercase;

}
.footsoliclicons {
    padding-top: 25px;
    gap: 28px;
}
.foot_background {
    min-height: 414px;
    background-color: rgba(21, 21, 21, 1);
    padding-top: 58px;
    padding-bottom: 58px;
}
.footer_backgroung{
   background: linear-gradient(181deg, rgba(201, 255, 239, 1) 100%);
}
.footlist li {
    padding-bottom: 20px;
}
.footlist a {
    color: rgba(255, 255, 255, 1);
    font-family: 'Asap', sans-serif;
    font-size:14px;
    font-weight: 400;
    text-decoration: none;
    line-height: 31px;
}
.eth_footer {
    padding-top: 58px;
}






/* media query */
@media (min-width: 320px) and (max-width: 768px) {
    
.foot_background {
    height: 100%;
}
.footlist a {
    font-size: 13px;
    line-height: 10px;
}

}






 /* Modal Backdrop */
       

        .suggestion-item {
            padding: 12px 16px;
            border-bottom: 1px solid #f8f9fa;
            cursor: pointer;
            transition: background-color 0.2s ease;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .suggestion-item:hover,
        .suggestion-item.active {
            background-color: #f8f9fa;
        }

        .suggestion-item:last-child {
            border-bottom: none;
        }

        .suggestion-icon {
            color: #6c757d;
            font-size: 0.9rem;
        }

        .suggestion-text {
            flex: 1;
            font-size: 0.9rem;
            color: #495057;
        }

        /* Skeleton Loader Styles */
        .skeleton {
            background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
            background-size: 200% 100%;
            animation: loading 1.5s infinite;
            border-radius: 4px;
        }

        @keyframes loading {
            0% { background-position: 200% 0; }
            100% { background-position: -200% 0; }
        }

        .skeleton-suggestion {
            padding: 12px 16px;
            border-bottom: 1px solid #f8f9fa;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .skeleton-icon {
            width: 16px;
            height: 16px;
            border-radius: 2px;
        }

        .skeleton-text {
            height: 16px;
            flex: 1;
        }

        .skeleton-text.short {
            width: 60%;
        }

        .skeleton-text.medium {
            width: 80%;
        }

        /* Loading State for Cards */
        .options-grid.loading .option-card {
            pointer-events: none;
            opacity: 0.6;
        }

        .skeleton-card {
            background: white;
            border: 1px solid #e9ecef;
            border-radius: 8px;
            padding: 2rem 1.5rem;
            text-align: center;
            min-height: 160px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            gap: 15px;
        }

        .skeleton-card-icon {
            width: 40px;
            height: 40px;
            border-radius: 50%;
        }

        .skeleton-card-title {
            height: 20px;
            width: 80%;
        }

        .skeleton-card-desc {
            height: 14px;
            width: 90%;
        }

        .skeleton-card-desc.short {
            width: 70%;
        }

        /* Extension Button */
        .btn-extension {
            border-radius: 3px;
            background-color: rgba(0, 255, 182, 1);
            color: #000;
            font-size: 18px;
            font-weight: bold;
            padding: 18px 32px;
            border: none;
            font-weight: 700;
            // font-style: bold;
           font-family: Asap-Bold;
;
            cursor: pointer;
            position: relative;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            outline: none;
            user-select: none;
            
            /* Remove default button styles */
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
        }


        
        /* Bottom shadow with side gaps */
        .btn-extension::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 25px;
            right: 25px;
            height: 10px;
            background: rgba(0, 0, 0, 0.15);
            border-radius: 50px;
            filter: blur(5px);
            z-index: -1;
        }
        
        /* Responsive adjustments */
        @media (max-width: 768px) {
            .btn-extension {
                font-size: 14px;
                padding: 16px 28px;
            }
            
            .btn-extension::after {
                left: 20px;
                right: 20px;
                height: 8px;
            }
        }
        
        @media (max-width: 480px) {
            .btn-extension {
                font-size: 12px;
                padding: 14px 24px;
            }
            
            .btn-extension::after {
                left: 15px;
                right: 15px;
                height: 6px;
            }
        }
        // .btn-extension:hover {
        //     background: #1ab394;
        //     transform: translateY(-2px);
        //     box-shadow: 0 6px 20px rgba(32, 201, 151, 0.4);
        // }

        /* Options Grid */
        .options-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 1.5rem;
            margin-top: 2rem;
        }

        /* Option Cards */
        .option-card {
            background: white;
            border: 1px solid #e9ecef;
            border-radius: 8px;
            padding: 2rem 1.5rem;
            text-align: center;
            cursor: pointer;
            transition: all 0.3s ease;
            position: relative;
            min-height: 160px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .option-card:hover {
            /* transform: translateY(-3px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1); */
            /* border-color: #20c997; */
        }

        .option-card.featured {
            background: #e8f8f5;
            border-color: #20c997;
            border-width: 2px;
        }

        .card-icon {
            font-size: 2.5rem;
            margin-bottom: 1rem;
            color: #6c757d;
        }

        .option-card.featured .card-icon {
            color: #20c997;
        }

        .card-title {
            font-size: 0.85rem;
            font-weight: 700;
            color: #2c3e50;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 0.8rem;
            line-height: 1.2;
        }

        .card-description {
            font-size: 0.75rem;
            color: #6c757d;
            line-height: 1.4;
            margin: 0;
        }

        /* Trigger Button */
        .trigger-btn {
            background: #495057;
            color: white;
            border: none;
            padding: 1rem 2rem;
            font-size: 1.1rem;
            border-radius: 6px;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(73, 80, 87, 0.3);
        }

        .trigger-btn:hover {
            background: #343a40;
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(73, 80, 87, 0.4);
        }


        /*  */
.paningblockheading {
    width:64%;
   color: rgba(21, 21, 21, 1);
 font-family: 'Asap-Light';
font-size: 34px;
font-weight: 300;
font-style: light;
letter-spacing: 5.2px;
text-transform: uppercase;
line-height:40px;

}

.planningrules {
    height:289px!important;
    padding: 36px 0px!important;
    background-color: white!important;
    margin: 0 auto!important;
    width: 83%!important;
}  
p.naingpara {
    font-family: 'Asap-Regular';
    width: 65%;
    color: rgba(21, 21, 21, 1);
 /* font-family: Asap-Regular; */
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
}
.paningblockheading strong {
    font-weight: 600!important;
}

/*  */


        /* Responsive Design */
        @media (max-width: 768px) {
            .options-grid {
                grid-template-columns: 1fr;
                gap: 1rem;
            }
            
            .modal-header,
            .modal-body {
                padding-left: 1.5rem;
                padding-right: 1.5rem;
            }
            
            .modal-title {
                font-size: 1.4rem;
            }
        }










            .card {
            border: none;
            height: 250px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: flex-start;
            padding: 30px;
            margin-bottom: 20px;
            position: relative;
            overflow: hidden;
         

        }
        
        .card-extension {
            /* background-image: url('/src/assets/EXTEND-ASSETS/EXTEND-ASSETS/Drawing/path.png'); */
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat;
            /* clip-path: polygon(
  0% 0%,
  0% 100%,
  79% 100%,
  100% 80%,
  100% 30%,
  80% 30%,
  80% 28%,
  100% 28%,
  100% 0%
); */

            

        }
        
        .card-cost {
            /* background-color: rgba(255, 255, 255, 1);
              clip-path: polygon(
  0% 0%,
  0% 100%,
  79% 100%,
  100% 80%,
  100% 30%,
  80% 30%,
  80% 28%,
  100% 28%,
  100% 0%
); */

        }
        
        .card-planning {
            /* background-color: rgba(193, 255, 237, 1);
              clip-path: polygon(
  0% 0%,
  0% 100%,
  79% 100%,
  100% 80%,
  100% 30%,
  80% 30%,
  80% 28%,
  100% 28%,
  100% 0%
); */

        }
        
        .card-title {
            color: rgba(0, 0, 0, 1);
            font-family: 'Asap', sans-serif;
            font-size: 15px;
            font-weight: 600;
            letter-spacing: 0.6px;
            text-transform: uppercase;
            margin-bottom: 20px;
            line-height: 1.4;
        }
        
        .card-text {
            color: rgba(0, 0, 0, 1);
            font-family: 'Asap', sans-serif;
            font-size: 12px;
            font-weight: 400;
            line-height: 1.5;
            margin: 0;
        }
        
        .container-custom {
            max-width: 1200px;
        }
        
        @media (max-width: 768px) {
            .card {
                height: auto;
                min-height: 200px;
                padding: 25px;
            }
            
            .card-title {
                font-size: 14px;
                margin-bottom: 15px;
            }
            
            .card-text {
                font-size: 11px;
            }
        }




        /* Planning Rules, By Council  Instantly Applied                  section starts*/
section.eth_planing_rules {
    
}
.eth_planing_box {
    min-height: 334px;
    background-color: rgba(255, 255, 255, 1);
}
/* .planning_rules {
    padding: 111px 96px;
} */
/* .planning_rules {
    width: 69%;
} */
.planning_rules h3 {
    color: rgba(21, 21, 21, 1);
    font-family: "Asap-Light", sans-serif;
    font-size: 34px;
    font-weight: 300;
    letter-spacing: 5.2px;
    text-transform: uppercase;
}
.row.cus_row_plan {
    display: flex;
    align-items: center;
}
.eth_planig_content p {
     font-family: 'Asap', sans-serif;
    width: 68%;
    color: rgba(21, 21, 21, 1);
    font-family:Asap-Regular;

    font-size: 18px;
    font-weight: 400;
}
.planning_rules b {
    font-weight: 600;
}
.eth_start_tail {
    margin-top: 23px;
    width: 52px;
    margin-bottom: 23px;
    height: 6px;
    background-color: rgba(130, 255, 219, 1);
}

/* Planning Rules, By Council Instantly Applied                           section ends */




/* iPad Portrait */
@media (min-width: 320px) and (max-width: 768px) {
    /* Planning Rules, By Council Instantly Applied    start  */
  .planning_rules h3 {
    font-size: 26px;
    letter-spacing: 3.98px;
}
.planning_rules {
    /* padding: 36px 8px; */
    /* padding: 111px 96px; */
}
.eth_planig_content p {
    width: 91%;
}
.eth_planig_content {
    padding: 1px 29px;
}

/* Planning Rules, By Council Instantly Applied      ends*/
}

/* iPad Landscape */
@media (min-width: 769px) and (max-width: 1024px) {
/* Planning Rules, By Council Instantly Applied    start  */
  .planning_rules {
    padding: 111px 13px;
}
.planning_rules h3 {
    font-size: 30px;
    letter-spacing: 0;
}
.eth_planig_content p {
    width: 93%;
}
/* ends */
}
