/*** Who uses Pages ***/

.scroll-indicator {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

.dot {
    width: 12px;
    height: 12px;
    background-color: gray;
    border-radius: 50%;
    transition: background-color 0.3s;
}

.dot.active {
    background-color: #5779DD; /* Blue active dot */
}



 /* High Performing Section */
 .high-performing {
	width: 100%;
	padding: 50px 0;
	background: ;
  }

  .hight-performing-header {
	font-size: 36px;
  }
  
  .high-performing .container {
	display: flex;
	flex-wrap: wrap;

  }
  
  .high-performing .image-column {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
  }
  
  .high-performing .text-column {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
  }
  
  .high-performing .high-performing-image {
	width: 100%;
	height: auto;
	border-radius: 10px;
  }
  
  .high-performing .grey-box {
	background: #EEF2F7;
	padding: 40px;
	border-radius: 20px;
	text-align: left;
	width: 100%;
  }
  
  .high-performing .grey-box h1 {
	font-size: 30px;
	margin-bottom: 20px;
	color: #000;
  }
  
  .high-performing .icon-text-pair {
	display: flex;
	align-items: flex-start;
	margin-bottom: 20px;
  }
  
  .high-performing .icon-text-pair .icon {
	width: 30px;
	height: 30px;
	margin-right: 10px;
  }
  
  .high-performing .icon-text-pair .icon img {
	width: 80%;
	height: auto;
  }
  
  .high-performing .icon-text-pair .text {
	flex: 1;
  }

  .high-performing .icon-text-pair {
	width: 100%;
	height: auto;
	font-weight: 500;
  }
  
  
  @media (max-width: 1200px) {
	.high-performing .container {
	  flex-direction: column;
	}
  
	.high-performing .image-column,
	.high-performing .text-column {
	  width: 100%;
	  margin-bottom: 20px;
	}
  
	.high-performing .grey-box {
	  text-align: center;
	}
  
	.high-performing .icon-text-pair {
	  justify-content: center;
	  text-align: left;
	}
  
	.high-performing .icon-text-pair .text {
	  text-align: left;
	}
  }
  

  @media (max-width: 767px) {
    .high-performing .grey-box h1 {
        text-align: center;
    }
  }

 /* HugoFox Packages */

/* HugoFox Packages Styles */

.packages-row {
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 0 auto;
    z-index: 1;
    width: 1000px;
}

@media (max-width: 767px) {
	.packages-row {
		display: flex;
		flex-wrap: wrap;
		max-width: 400px;
		margin: 0 auto;
		z-index: 1;
		
	}
}

.hugofox-packages {
	padding: 50px 0;
	background: ;
  }
  
  .hugofox-packages .container {
	display: flex;
	flex-wrap: wrap;
  }
  
  .hugofox-packages .package-box {
	padding: 20px;
	text-align: center;
  }
  
  .package-box-inner {
	border-radius: 15px;
	overflow: hidden;
	position: relative;
	height: 400px;
	background: #EEF2F7;

	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;

	padding: 40px;
	box-sizing: border-box;
  }
  
  .package-box-inner .content {
	width: 100%;
	height: 100%;
	padding: 20px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: black;
  }
  
  .package-box-inner h1 {
	margin: 10px 0;
  }
  
  .package-box-inner p {
	margin: 5px 0;
  }
  
  .package-box-inner hr {
	border: none;
	border-top: 1px solid #ccc;
	width: 80%;
	margin: 20px 0;
  }
  
  .package-box-inner .order-btn {
	background: #5779DD;
	color: white;
	padding: 10px 20px;
	border: none;
	border-radius: 5px;
	font-size: 16px;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
  }

  .package-box-inner .order-btn:after{content:'+'; margin-left:15px; padding-left:10px; }
  .package-box-inner .order-btn:hover{text-decoration:none; color:#fff; background:#C0D62F;}
  .package-box-inner .order-btn .icon-plus {
	margin-right: 5px;
  }
  
  .package-box.bronze-box .package-box-inner {
	border-top: 5px solid #CD7F32;
  }
  
  .package-box.silver-box .package-box-inner {
	background: #EDF5FF;
	border-top: 5px solid #171414;
  }
  
  .package-box.silver-box .recommended {
	background: #5779DD;
	color: white;
	padding: 5px 10px;
	border-radius: 10px;
	font-size: 12px;
	position: absolute;
	top: 20px;
	right: 20px;
	padding: 5px 10px;
  }
  
  .package-box.gold-box .package-box-inner {
	border-top: 5px solid #FFD700;
  }

  
  /* Responsive styles */
  @media (max-width: 767px) {
	.hugofox-packages .container {
	  flex-direction: column;
	}
  
	.hugofox-packages .package-box {
	  width: 100%;
	  margin-bottom: 20px;
	}
  
	.package-box-inner .price {
	  font-size: 2.5rem; /* Larger font size for prices on mobile */
	}
  }
  



/* Plans Include Section */
.plans-include {
	display: block;
	justify-content: center; /* Center align the entire plans-include section */
	padding: 20px;
	border-radius: 10px;
	margin-bottom: 20px;
	text-align: center;
	gap: 20px; /* Space between h3 and plan-items */
  }
  
  .plans-include h3 {
	font-size: 20px;
	font-weight: bold;
	color: #333;
	margin: 0; /* Remove bottom margin */
  }
  
  .plan-items {
	color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
  }
  
  .plan-item {
	/*display: flex;
	align-items: center; */
  }
  
  .plan-item .tick-icon {
	width: 20px;
	height: 20px;
	margin-right: 10px;
  }

  .foursteps-buttons {
    padding-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
  
  }
  


/* HugoFox Package Features Styles */
.hugofox-package-features {
    padding: 50px 0;
    
}

.hugofox-package-features .container {
    display: flex;
    flex-wrap: wrap;
}

.hugofox-package-features .feature-column {
    padding: 20px;
    text-align: center;
}

.feature-box {
  
   /* background: #EEF2F7; */
    
    box-sizing: border-box;
    border-radius: 10px; /* Rounded corners */
    margin-bottom: 20px;
}

.feature-box.bronze-box {
    border-top: 5px solid #CD7F32;
	justify-content:center;
}

.feature-box.silver-box {
    border-top: 5px solid #171414;
    background: #EDF5FF;
	justify-content:center;
}

.feature-box.gold-box {
    border-top: 5px solid #FFD700;
	justify-content:center;
}

.feature-item.bronze-box.gold-box.silver-box {
	justify-content:center;
}

.feature-item {
    display: flex;
    align-items: center;
   
    padding: 10px 0;
}

.tick-item {
    display:;
    align-items: center;
   
    padding: 10.9px 0;
}

.feature-icon, .tick-icon {
    width: 25px;
    height: 25px;
    margin-right: 10px; /* Space between icon and text */
}

.feature-text {
	color: #000;
    display: flex;
    align-items: center;
    text-align: left;  
    flex-grow: 1;
	font-weight: 500;
}

.info-icon {
    position: relative;
    cursor: pointer;
    width: auto; /* Adjust width to avoid stretching */
    height: auto; /* Adjust height to avoid stretching */
	width: 24px;
	margin-left: 5px;
	
}

.info-icon .icon-info {
    font-size: 16px;
    background: #5779DD;
    color: white;
    border-radius: 50%;
    padding: 5px;
    margin-left: 5px;
}

.info-popup {
    display: none;
    position: absolute;
    top: -50px; /* Adjust to align with info icon */
    left: -90px; /* Adjust based on info-popup width */
    background: #5779DD;
    color: white;
    padding: 10px;
    border-radius: 5px;
    width: 200px;
    z-index: 10;
}

.info-icon:hover .info-popup {
    display: block;
}

.feature-item .gold-box .bronze-box .silver-box {
	justify-content: center;
}


@media (max-width: 767px) {

    .single-image-section {
        height: 100vh;
        position: relative;
        overflow: hidden;
    }
    
    .single-image-section img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
    }
    
    .image-caption {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }
    
    .image-caption .container {
        max-width: 100%;
        padding: 0 15px;
    }
    
    .image-caption h4 {
        font-size: 46px;
        line-height: 1.1;
    }
    
    .image-caption p {
        font-size: 20px;
    }
    }
    
@media (max-width: 767px) {
    .single-image-section {
        height: auto;
        min-height: 100vh;
    }

    .image-caption {
        top: 20%;
        left: 50%;
        transform: translate(-50%, 0);
        padding: 0 10px;
    }

    /*.image-caption h4 {
        font-size: 5vw;
    } */

    .image-caption p {
        font-size: 4vw;
    }

    .btn-hover-bg.btn {
      /*  font-size: 4vw; */
    }
}

@media (max-width: 991px) {
    .feature-column {
        width: 50%; /* Three columns per row on medium screens */
    }
}

@media (max-width: 991px) {

.packages-row {
    display: flex;
    flex-wrap: wrap;
    max-width: 750px;
    margin: 0 auto;
    z-index: 1;
    width: 750px;
}

.hugofox-package-features .container {
    flex-direction: column;
}

.feature-column {
    width: 100%; /* Full width on small screens */
    margin-bottom: 20px;
}

.feature-wide-box {
    width: 100%;
    margin-right: 0;
}

/* Hide bronze, silver, and gold columns on small screens */
.bronze-column, .silver-column, .gold-column {
    display: none;
}

}

@media (max-width: 767px) {

    .packages-row {
        display: flex;
        flex-wrap: wrap;
        max-width: 600px;
        margin: 0 auto;
        z-index: 1;
        width: 400px;
    }

    .hugofox-package-features .container {
        flex-direction: column;
    }

    .feature-column {
        width: 100%; /* Full width on small screens */
        margin-bottom: 20px;
    }

    .feature-wide-box {
        width: 100%;
        margin-right: 0;
    }

    /* Hide bronze, silver, and gold columns on small screens */
    .bronze-column, .silver-column, .gold-column {
        display: none;
    }
}




 /* taken from on page CSS */

 .line-item {
  display: block;
  }

  /* Move hero container content to the right between 990px and 1200px */
@media (max-width: 1200px) and (min-width: 990px) {
  .hero  {
      padding-left: 220px; /* Adjust the padding to shift content to the right */
  }
}

@media (max-width: 767px) {
  .line-item {
      font-size: 18px;
  }
}


.container-fluid.event {
    margin-bottom: -60px;
}
    /* General Styling for Event Items */
    .event-box {
        margin-bottom: 30px;
        padding: 0; /* Ensure no extra padding */
    }
    
    .event-item {
        background-color: white;
        border-radius: 5px;
        padding: 0; /* Remove padding to avoid white gaps */
        box-sizing: border-box;
        width: 100%;
        overflow: hidden; /* Ensure content fits inside the box */
    }
    
    .service-box-home-inner {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
        padding: 0; /* Remove padding to avoid white gaps */
    }

    .top-left-img {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 75%; /* Set image size to 25% of the container */
}

.whouses-text {
    margin-top: 180px;
   
}





    
    .service-box-home-inner .box-wrapper {
        text-align: center;
        width: 100%;
        padding: 0; /* Remove padding to avoid white gaps */
    }
    
    .side {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
    }
    
    .side.front, .side.back {
        width: 100%;
    }
    
    .img-fluid {
        max-width: 100%;
        height: auto;
    }

    .services-text {
        margin-bottom: 70px;
    }


   /* Only apply on small screens */
@media (max-width: 767.98px) {
    .event .row {
      scroll-snap-type: x mandatory;
      overflow-x: auto;
      display: flex;
      flex-wrap: nowrap;
      scroll-behavior: smooth;
      gap: 1rem; /* Optional: spacing between cards */
    }
  
    .event .col-md-3 {
      flex: 0 0 auto;
      min-width: 80%; /* Adjust as needed */
      scroll-snap-align: center;
    }
  }
  
  .service-box-home {
    transition: transform 0.5s ease;
}

.event-box:hover .service-box-home {
    transform: scale(1.02);
}

      
    
    /* For larger screens - ensure items are in columns */
    @media (min-width: 768px) {
        .event-box {
            max-width: 350px;
            padding: 15px;
        }
    }
    
    @media (min-width: 992px) {
        .event-box {
            max-width: 400px;
            padding: 15px;
        }
    }
    
    @media (min-width: 1200px) {
        .event-box {
            max-width: 500px;
            padding: 0px;
        }
    }

    .who-uses-text p, h5 {
font-size: 18px;
        }
    
    /* Mobile View - Maintain original box style */
    @media (max-width: 767.98px) {
        .row {
            flex-wrap: nowrap;
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
            margin: 0; /* Remove any margin from row to avoid gaps */
            padding: 0; /* Remove any padding from row to avoid gaps */
        }
    
        .event-box {
            flex: 0 0 auto;
            margin-right: 15px;
            max-width: 100%;
            padding: 0; /* Remove padding to avoid white gaps */
        }
    
        .row::-webkit-scrollbar {
            display: none; /* Hide scrollbar for mobile devices */
        }
    
        .event-content {
            padding: 0; /* Remove padding from event-content to avoid white gaps */
        }

        .whouses-text p,
.whouses-text h5 {
    font-size: 22px;
}

.whouses-text h2 {
    font-size: 36px;
}

    }


    @media (max-width: 1400px) and (min-width: 1200px) {
.who-uses-text-outer {
    margin-left: 0px;
}
    
}

@media (max-width: 1200px) and (min-width: 990px) {
    .col-md-3 .service-box-home img {
    padding:60px;
    margin-top: -30px;
    margin-left: 30px;
}
.who-uses-text-inner {
    margin-left: 30px!important;
}


.row .event-box {
        max-width: 800px;
    }
}


@media (max-width: 990px) and (min-width: 767px) {
    .col-md-3 .service-box-home img {
    padding:30px;
   
}
.who-uses-text-inner {
    margin-left: 30px!important;
}
}

@media (max-width: 767px) and (min-width: 550px) {
    .col-md-3 .service-box-home img {
    padding:100px;
    margin-top: -80px;
    margin-left: 30px;
}
.who-uses-text-inner {
    margin-left: 30px!important;
}
}


@media (max-width: 550px) {
    .col-md-3 .service-box-home img {  
    height: 250px;
    margin-top: -30px;
    margin-left: 30px;
    }
.who-uses-text-inner {
    margin-left: 30px!important;
}
}


/* Adjust for each package */
.bronze-box {
    background-color: #ffffff; /* Make the main column white */
}

.silver-box {
    background-color: #f0f0f0; /* Slightly grey for silver */
}

.gold-box {
    background-color: #ffffff;
}

/* Top part of the package columns */
.solid-top {
    height: 20px;
    width: 100%;
    position: absolute;
    top: -20px; /* Sticks out above the rest of the package box */
    left: 0px;
    z-index: 1; /* Make sure it appears above other content */

}



.bronze-top {
    border-top: 5px solid #CD7F32;
background-color:#fff;
    border-top-left-radius: 15px;
  

}

.silver-top {
    background-color: #EDF5FF;
    border-top: 5px solid #C0C0C0 ;
    height: 35px;
    top: -35px; /* Sticks out above the rest of the package box */
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.gold-top {
    border-top: 5px solid #FFD700 ;
    background-color:#fff ;
    border-top-right-radius: 15px;
}


/* Popup styling */
.popup {
    display: none; /* Hidden by default */
    position: fixed; /* Positioned in the center of the screen */
    background-color: #5779DD; /* Popup background color */
    border-radius: 10px;
    padding: 20px;
    color: white;
    z-index: 1000; /* Ensure it is above other content */
    width: 400px; /* Adjust width */
    max-width: 90%; /* For responsive behavior */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Shadow for better visibility */
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/* Popup content styling */
.popup-content {
   
    margin: 0;
}

.popup-text {
    margin-top: 20px;
}

/* Close button styling */
.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
    background-color: #000; /* Black background */
    border-radius: 50%; /* Make it a circle */
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: white; /* White "X" */
    cursor: pointer;
    line-height: 25px;
    border: none; /* Remove any default border */
}

/* Close button hover effect */
.close-btn:hover {
    background-color: #333;
}

/* Dark overlay styling */
.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* Dark overlay */
    z-index: 999; /* Ensure it is below the popup but above other content */
}


.pricing-heading {
    margin-bottom: 80px;
}

@media (max-width: 990px) {
    
    .pricing-heading {
    margin-bottom: 
    20px;
}
}

    .solid-bottom {
    height: 20px; /* Adjust height as needed */
    width: 100%;
    position: absolute;
    bottom: -20px; /* Sticks out below the rest of the package box */
    left: 0;
}

.bronze-bottom {
    border-bottom: 5px solid #CD7F32;
    background-color:#fff;
    border-bottom-left-radius: 15px; /* Rounded corners */
   
}

.silver-bottom {
    background-color: #C0C0C0; /* Same color as Silver */
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    background-color: #EDF5FF;
    border-bottom: 5px solid #C0C0C0 ;
    bottom: -35px;
    height: 35px;
}

.gold-bottom {
    border-bottom: 5px solid #FFD700 ;
    background-color:#fff ;
    border-bottom-right-radius: 15px;
}

.silver-column {
    background-color: #EDF5FF;
}


/* Basic styling */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}


.custom-hr-top {
    border: 0;
    height: 1px;
    background-color: #C0D62F !important;
    margin: 10px 0;
    margin-bottom: 20px;
    width: 70%;
    opacity: 1;
}

/* Center content and adjust visibility on small screens */
@media (max-width: 767px) {
    .text-left {
        text-align: center; /* Center align text on smaller screens */
    }

.custom-hr-top {
    width: 100%;
}

}

.features-header {
    margin-bottom: 0px;
}

.features-mid {
    margin-top: 180px;
}

.pricing-container {
    background-color: #5779DD;
    padding: 40px;
    color: white;
    text-align: center;
  
}

.pricing-container h2 {
    margin-bottom: 0px;
    font-size: 30px;
    color: white;
}

/* Prevent text wrapping */
.no-wrap {
  white-space: nowrap;
}

/* Style for the tick icon */
.tick-icon {
    color: #C0D62F; /* Change the tick color to green */
    font-size: 16px; /* Adjust the size of the tick */
    vertical-align: middle;
    margin-right: 8px; /* Space between tick and text */
}


.table-row {
    display: table-row;
    height: auto;
}

.features-column, .package {
    display: table-cell;
    padding: 10px;
    border: 1px solid #ccc;
    text-align: center;
    vertical-align: middle;
}



/* Styling for the "All plans include" section */
.plans-include {
    margin-top: 0px;
    margin-left: -30px;
    text-align: left;
    align-items: flex-start;
}

.plans-include h3 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #000;
}

/* Flexbox layout for side-by-side plan items */
.plan-items {
    display: block;
    gap: 15px; /* Adjust the spacing between the items */
    align-items: flex-start;
}

.plan-item {
    display: block;
    align-items: center;
}

.plan-item img.tick-icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}


/* Style for dashed underline under each word in the features column */
.features-column .feature {
    text-decoration: none;
    position: relative;
    font-size: 18px;
}

.features-column .feature:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 2px dashed #5779DD; /* Dashed underline */
    transform: translateY(4px); /* Adjust distance from the text */
}


.package {
    width: 30%;
    background-color: #fff;
    text-align: center;
    color: #383835;
    position: relative;
    vertical-align: top; /* Align at the top */
    margin-top: -50px; /* Pull upwards */
}





.header-row {
    background-color: #fff;
    position: relative;
    /* Apply border-radius to the top of the table */
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.table-row:last-child {
    /* Apply border-radius to the bottom of the table */
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.header-cell h3 {
    margin: 0;
    padding-bottom: 10px;
    font-size: 24px;
}

.header-cell p {
    margin: 10px 0;
    line-height: 1.5;
    font-size: 16px;
    color: #383835;
}

/* Negative margin to pull Bronze, Silver, Gold columns upwards */
.package.bronze {
    margin-top: -60px;
}

.package.silver {
    margin-top: -80px; /* Higher for emphasis */
    background-color: #EDF5FF;
}

.package.silver-blank {
    margin-top: -80px; /* Higher for emphasis */
    background-color: #EDF5FF;
}

.silver-top {
    margin-top: 0px; /* Higher for emphasis */
    background-color: #EDF5FF;
}

.package.gold {
    margin-top: -100px; /* Highest for gold */
}

/* Recommended box */
.recommended {
    background-color: #5779DD;
    color: white;
    padding: 5px;
    border-radius: 5px;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    font-weight: bold;
}

/* Remove black ticks and keep only colored ones */
.package.bronze:before {
    content: "";
    color: #cd7f32;
    font-size: 24px;
}

.package.silver:before {
    content: "";
    color: #5779DD;
    font-size: 24px;
}

.package.silver-blank:before {
    content: "";
    color: #5779DD;
    background-color: #EDF5FF; /* Custom color for Silver column */
   
}

.package.gold:before {
    content: "";
    color: #ffd700;
    font-size: 24px;
}

/* Buttons in a stack layout */
.feature-buttons {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.feature-buttons .btn {
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
    width: 100%;
}

.feature-buttons .btn-hover-bg {
    background-color: #5779DD;
    border: none;
    transition: background-color 0.3s ease;
    padding-top: 10px;
    padding-bottom: 10px;
}

.feature-buttons .btn-hover-bg:hover {
    background-color: #5779DD;
}


.custom-btn {
    position: relative;
    transition: color 0.3s ease;
    text-decoration: none; 
}

.custom-btn::after {
    content: '';
 border: solid #383835; 
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg); 
    height: 10px; 
    width: 10px; 
    transition: transform 0.3s ease; 
}

.custom-btn:hover {
    color: #5779DD; 
}

.custom-btn:hover::after {
    transform: translateY(-50%) translateX(5px) rotate(-45deg); 
} 


.custom-btn-new {
    background-color: transparent;
    border: 1px solid #5779DD;
   
    padding: 10px 20px;
    border-radius: 7px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  
  .custom-btn-new:hover {
    background-color: #eef4fe; /* light blue */
    border-color: #5779DD;
  }
  

.feature-buttons .arrow {
    display: inline-block;
    margin-left: 10px;
   
    border-width: 0 3px 3px 0;
    padding: 3px;
    transform: rotate(45deg);
    vertical-align: middle;
}

/* Specific Silver column */
.silver {
    background-color: #f0f0ff; /* Custom color for Silver column */
}

@media (max-width: 1200px) {
    
        .table-header {
            display:none;
        }

}

@media (max-width: 1200px) and (min-width: 990px) { 
    .features-column {
    width: 20%;
    background-color: #EEF2F7;
    text-align: left;
    color: #383835;
}

.package {
    width: 25%;
    background-color: #fff;
    text-align: center;
    position: relative;
    color: #383835;
}

}



/* Header row styling with package details */
.header-row {
    background-color: #fff;
    position: relative;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
 
}

/* Row styling - horizontal borders only */
.table-row {
    border-bottom: 1px solid #ccc; /* Horizontal lines remain */
}

/* Features column */
.features-column {
    width: 55%;
    background-color: #EEF2F7;
    text-align: left;
    color: #383835;
}

/* Package columns */
.package {
    width: 35%;
    text-align: center;
    position: relative;
    color: #383835;
    border-right: none; /* Remove vertical borders */
}

/* Remove all vertical borders from columns */
.features-column,
.package {
    border-right: none; /* Remove vertical borders */
    border-left: none; /* Remove vertical borders */
}

/* Custom Silver Column Styling */
.silver {
    background-color: #f0f0ff; /* Custom color for Silver column */
}

/* Bronze and Gold background colors */
.bronze {
    background-color: #fff;
}

.gold {
    background-color: #fff;
}

/* Keep the horizontal borders in the table */
.table-row .features-column,
.table-row .package {
    border-bottom: 0px solid #ccc; /* Horizontal borders remain */
}

/* Remove any vertical border from the entire table */
.pricing-table td, .pricing-table th {
    border-left: none;
    border-right: none;
}

/* For the package header cell to extend */
.package {
    position: relative;
  /*   padding-top: 50px; Adjust to ensure there's space for the raised header */
}



/* Silver Column Specific */
.package.silver-box {
    background-color: #EDF5FF; /* Silver color for the top */
}

/* Adjust the rest of the content to align with the extended top */
.silver.header-cell {
    margin-top: 30px; /* This will create space between Silver column and the rest */
    z-index: 1; /* Ensures it appears above the rest of the table */
}


/* Basic styling */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

.pricing-container {
    background-color: #5779DD;
    padding-top: 20px;
    padding-bottom: 40px;
    color: white;
    text-align: center;
}

.pricing-table {
    display: table;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    background-color: #EEF2F7;
    table-layout: fixed;
    position: relative;
    border-radius: 15px;
    margin-bottom: 50px;
  
}

.pricing-table-wrapper {
    border-radius: 15px; /* Rounded corners */
   
    max-width: 1300px; /* Optional: Match the table's width */
    margin: 0 auto; /* Center the wrapper */
}


.table-row {
    display: table-row;
}




/* Extend the height of the upper sections */
.upper-section {
    height: 60px; /* Added space to make header extend above the table */
    background-color: inherit; /* Matches the background color */
    border-radius: 10px 10px 0 0; /* Optional, round the corners */
}

/* Silver is taller than Bronze and Gold */
.silver .upper-section {
    height: 80px;
}

.gold .upper-section {
    height: 70px;
}



/* Remove vertical border lines */
.table-row .features-column,
.table-row .package {
    border-left: none;
    border-right: none;
}



/* Silver Column Specific */
.package.silver-box {
    background-color: #EDF5FF; /* Silver background color */
    position: relative;
    z-index: 1; /* Ensure it is on top */
 
}

/* Recommended box styling */
.recommended {
    background-color: #5779DD; /* Keep it blue for contrast */
    color: white;
    padding: 8px 12px; /* Make the box slightly larger */
    border-radius: 8px; /* Rounder corners */
    position: absolute;
    top: 10px; /* Adjust positioning for visibility */
    left: 50%;
    transform: translateX(-50%);
    font-weight: bold;
    font-size: 16px; /* Increase font size */
    z-index: 2; /* Ensure it stands out on top */
}

.features-column {
    padding-left: 30px;
}


.plan-items {
    display: block;
  /*   flex-direction: column; Stack items vertically */
    gap: 10px; /* Adjust the spacing between items as needed */
    margin-left: 10px;
    font-size: 20px;
}

.plan-item {
    display: flex;
    align-items: center;
}

.feature-buttons {
    margin-left: 0px;
}


/* Responsive */
@media (max-width: 768px) {
    .pricing-table {
        display: block;
    }

    .table-row {
        display: block;
        width: 100%;
    }

    .features-column, .package {
        display: block;
        width: 100%;
        padding: 10px;
        border: none;
    }

    .header-cell {
        display: block;
        width: 100%;
    }

    .recommended {
        top: -20px;
    }
}




@media (max-width: 1200px) and (min-width: 990px) {
    .feature-buttons .btn {
        font-size: 16px;
        font-weight: bold;
        cursor: pointer;
        border-radius: 5px;
        width: 100%;
        padding: 10px 15px;
        text-align: center;
        white-space: normal;  /* Allow text to wrap to multiple lines */
        word-wrap: break-word;  /* Ensure words break as needed */
        box-sizing: border-box;  /* Ensure padding doesn't affect button size */
        display: flex;          /* Flexbox to center text and icons */
        flex-direction: column; /* Ensure multiple lines of text are stacked */
        justify-content: center;/* Vertically center the text */
        align-items: center;    /* Horizontally center the text */
    }

    .feature-buttons .btn-hover-bg {
        background-color: #5779DD;
        border: none;
        transition: background-color 0.3s ease;
    }

    .feature-buttons .btn-hover-bg:hover {
        background-color: #455cbf;
    }

    .custom-btn {
        background-color: transparent;
        color: #383835;
        transition: background-color 0.3s ease;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* Ensure space between text and arrow */
    .custom-btn .btn-text {
        margin-right: 10px;
    }

    .custom-btn .btn-icon {
        font-size: 1.2rem;
        margin-left: 5px;
    }

  
    .features-column {
    width: 35%;
    background-color: #EEF2F7;
    text-align: left;
    color: #383835;
}

.package {
    width: 35%;
    background-color: #fff;
    text-align: center;
    position: relative;
    color: #383835;
}



    
/* Button background color and hover effect */
.feature-buttons .btn-hover-bg {
    background-color: #5779DD;
    border: none;
    transition: background-color 0.3s ease;
}

.feature-buttons .btn-hover-bg:hover {
    background-color: #455cbf; /* Slightly darker on hover */
}

/* Custom button styles */
.custom-btn {
    background-color: transparent;
    color: #383835;
    transition: background-color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Ensure space between text and arrow */
.custom-btn .btn-text {
    margin-right: 10px; /* Space between the text and the arrow */
}

/* Adjust icon size or padding if necessary */
.custom-btn .btn-icon {
    font-size: 1.2rem; /* Adjust arrow icon size if needed */
    margin-left: 5px; /* Add space between text and icon */
}
}

@media (max-width: 990px) {
    .pricing-table-wrapper {
display: none;
}
}


        @media (max-width: 500px) {
    .simplified-pricing-table .features, .simplified-pricing-table .packages {
        text-align: center;
        width: 10%;
    }
}


/* Hide the simplified table by default */
.simplified-pricing-table {
    display: none;
    padding: 20px; /* Adds space around the table */
    background-color: #5779DD; /* Ensure the parent container background is visible */
}

/* Table styling */
.simplified-pricing-table table {
    width: 100%;
    max-width: 800px; /* Set a max-width for the table */
    margin: 0 auto; /* Center the table horizontally */
    border-collapse: collapse;
    margin-top: -20px;
    background-color: white; /* Table background color */
  
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

/* Style for the price details container */
.price-details {
    display: inline-block;
    font-size: 12px; /* Adjust as needed */
    color: #666; /* Subtle color for the text */
    margin-top: 5px; /* Space between price and VAT/per month */
    text-wrap: nowrap;
}

.price-details .vat,
.price-details .permonth {
    display: inline; /* Keep VAT and per month on the same line */
}


.simplified-pricing-table th, 
.simplified-pricing-table td {
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid #ddd;

}

/* Column header and content alignment */
.simplified-pricing-table .packages {
    text-align: center;
    width: 15%;
}

/* Bronze, Silver, and Gold text styles */
.bronze-text {
    color: #cd7f32; /* Bronze color */
    font-size: 20px;
}

.silver-text {
    color: #c0c0c0; /* Silver color */
    font-size: 20px;
}

.gold-text {
    color: #ffd700; /* Gold color */
    font-size: 20px;
}

/* Checkmark styling for Bronze, Silver, and Gold */
.bronze-check {
    color: #cd7f32!important; /* Bronze color */
}

.silver-check {
    color: #5779DD; /* Silver color */
}

.gold-check {
    color: #ffd700; /* Gold color */
}

/* Pricing box headers (Bronze, Silver, Gold) */
.simplified-pricing-table .box-bronze, 
.simplified-pricing-table .box-silver, 
.simplified-pricing-table .box-gold {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
}

/* Pricing box headers (Bronze, Silver, Gold) */
.simplified-pricing-table .box-bronze, 
.simplified-pricing-table .box-silver, 
.simplified-pricing-table .box-gold {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
}

/* Pricing details */
.simplified-pricing-table .price {
    font-size: 20px;
    color: #000;
}

.simplified-pricing-table .vat, 
.simplified-pricing-table .permonth {
    font-size: 12px;
    color: #666;
}

/* Button container styling */
.simplified-pricing-table-buttons {
    display: flex;
    flex-direction: row;
    justify-content: space-between; /* Distribute buttons evenly */
    align-items: center;
    flex-wrap: wrap; /* Allows buttons to wrap on smaller screens */
    margin-top: 20px;
    max-width: 800px; /* Match the table's max-width */
    margin: 0 auto; /* Center the buttons */
    padding: 10px 20px; /* Add some padding */
    background-color: white;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    margin-bottom: 20px;
  
}

/* Button layout */
.simplified-feature-buttons {
    display: flex;
    flex-direction: row;
    gap: 20px; /* Add space between buttons */
    justify-content: center; /* Center buttons */
    width: 80%; /* Stretch to container width */
    max-width: 300px; /* Limit the max width of the button container */
    margin: 0 auto; /* Center the buttons container */
    margin-bottom: 20px;
    padding: 10 20px; /* Add some padding */
    text-wrap: nowrap;
}

/* Button styling */
.simplified-feature-buttons .btn {
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
    padding: 10px 20px; /* Adjust padding for better spacing */
    box-sizing: border-box;
    transition: background-color 0.3s ease;
    flex: 1; /* Buttons share equal space */
    
}

@media (max-width: 576px) {
    .simplified-feature-buttons a {
      font-size: 16px !important; /* or adjust to your preference */
    }
  }

/* Button hover background color */
.simplified-feature-buttons .btn-hover-bg {
    background-color: #5779DD;
    border: none;
    color:#383835;
    transition: background-color 0.3s ease;
}

/* Button hover effect */
.simplified-feature-buttons .btn-hover-bg:hover {
    background-color: #455cbf;
}

/* Button arrow styling */
.simplified-feature-buttons .arrow {
    display: inline-block;
    margin-left: 10px;
    border-width: 0 3px 3px 0;
    padding: 3px;
    transform: rotate(45deg);
    vertical-align: middle;
}

/* Custom button styling */
.custom-btn {
    background-color: transparent;
    color: #383835;
    transition: background-color 0.3s ease;
}

/* Custom button hover effect */
.custom-btn:hover {
    color: black;
}


/* Show simplified table on screens below 990px */
@media (max-width: 990px) {
    .original-pricing-table {
        display: none; /* Hide original table */
    }
    .simplified-pricing-table {
        display: block; /* Show simplified table */
    }
}

.checkmark {
margin-left: 30px;
font-size: 24px; /* Adjust size as needed */
font-weight: bold;
}

@media (max-width: 990px) and (min-width: 767px)  {
    .checkmark {
        margin-left: 30px;
        font-size: 24px; /* Adjust size as needed */
        font-weight: bold;
    }
}

@media (max-width: 550px) {

/* Column header and content alignment */
.simplified-pricing-table .packages {
    text-align: center;
    width: 10%;
    padding:5px;
  
}

.simplified-pricing-table .features {
padding: 10px;
    width: 100%;
}

.simplified-pricing-table .bronze-text {
   
}

}


    @media (max-width: 500px) {
        /* Ensure the table fills the width of the container */
        .simplified-pricing-table table {
            width: 100%;
        }
    
        /* Adjust font sizes for small screens */
        .simplified-pricing-table .packages .price {
            font-size: 16px; /* Smaller font size for prices */
        }
    
        .simplified-pricing-table .price-details {
            font-size: 10px; /* Smaller VAT and per month text */
        }
    
        .simplified-pricing-table th, 
        .simplified-pricing-table td {
            font-size: 14px; /* Smaller text for table cells */
            padding: 8px;    /* Reduced padding for cells */
        }
    
        /* Reduce padding and alignment for table headers */
        .simplified-pricing-table .features,
        .simplified-pricing-table .packages {
            padding: 5px;
        }
    
        /* Center content within each cell */
        .simplified-pricing-table .features,
        .simplified-pricing-table .packages {
            text-align: center;
        }
    
        /* Hide unnecessary details on very small screens */
        .simplified-pricing-table .price-details .vat,
        .simplified-pricing-table .price-details .permonth {
            display: none; /* Hide VAT and per month details */
        }
    
        /* Adjust buttons layout and size */
        .simplified-feature-buttons .btn {
            font-size: 12px; /* Smaller font for buttons */
            padding: 8px 15px; /* Adjust padding for smaller buttons */
        }
    
        /* Make checkmark align closer on small screens */
        .checkmark {
            margin-left: 22px; /* Adjust margin for checkmarks */
        }
    
        /* Adjust button layout to stack vertically */
        .simplified-pricing-table-buttons {
            flex-direction: column;
            align-items: center;
            gap: 10px; /* Space between buttons */
        }
    
        .simplified-feature-buttons {
            flex-direction: column; /* Stack buttons vertically */
            width: 100%; /* Ensure buttons take full width */
            align-items: center;
           
        }
    
        /* Style for button container */
        .simplified-feature-buttons .btn {
            width: 90%; /* Buttons take up most of container width */
        }
    }
  

.color-coded-text {
               
            }


                @media (max-width: 767px) {
            .line-item.tracker {
                font-size: 20px;
            }

            .color-coded-text {
              
            }


            .justify-content-center.features {
                padding: 0px;
            }

        
        }
        
 


@media (max-width: 990px) and (min-width: 767px) {
    .white-box.planning-tracker {
        min-height: 450px; /* Set the minimum height to 450px */
    }
}

    /* Default: Hide the small-screen header */
.small-screen-header {
    display: none;
}

/* Show the small-screen header below 990px, hide the large-screen header */
@media (max-width: 990px) {
    .small-screen-header {
        display: block;
    }

    .large-screen-header {
        display: none;
    }
}

/* Show the large-screen header above 990px, hide the small-screen header */
@media (min-width: 991px) {
    .large-screen-header {
        display: block;
    }

    .small-screen-header {
        display: none;
    }
}




    .white-box .pair {
        width: 90%;
    }

    /* Base styles for desktop screens */
.feature-details {
  margin-left: 30px; /* Apply 30px margin-left on desktop */
  text-align: left;
 
}

/* Styles for screens smaller than 767px (mobile screens) */
@media (max-width: 990px) {
  .feature-details {
    margin-left: 0; /* Remove margin-left for smaller screens */
  }
}

/* Styles for screens smaller than 767px (mobile screens) */
@media (max-width: 990px) {
  .feature-details.statistics {
   /* margin-left: 100px; /* Remove margin-left for smaller screens */
  }
}

/* Styles for screens smaller than 767px (mobile screens) */
@media (max-width: 990px) {
  .feature-details.members {
 /*   margin-left: 50px;  Remove margin-left for smaller screens */
  }
}


.custom-text {
    /* Normal styling for all screens */
   
    line-height: 1.5;
    text-align: left;
}

/* Responsive styling for screens below 500px */
@media (max-width: 500px) {
    .planning-tracker-text,
    .color-coded-text {
        white-space: normal; /* Ensure text wraps normally */
        word-break: break-word; /* Break long words */
        overflow-wrap: break-word; /* Support wrapping for long words */
        display: inline-block; /* Helps control wrapping */
    }

    .planning-tracker-text {
        margin-bottom: 30px; /* Adjust margin for better spacing on mobile */
    }

    .color-coded-text {
        margin-bottom: -20px; /* Adjust margin for better spacing on mobile */
    }
}

    /* Adjust to avoid single-word lines */
    .planning-applications-text { {
        display: inline-block; /* Helps control wrapping more gracefully */
        word-break: break-word; /* Break long words */
        overflow-wrap: break-word; /* Support wrapping for long words */
    }
}


/* Styling for small screens (500px and below) */
@media (max-width: 500px) {
    .custom-text {
        white-space: normal; /* Allows text wrapping */
        word-break: break-word; /* Prevents single words from breaking to a new line */
    }
}


    .features-section {
    /* General styling if needed */
}

.white-box {
    background-color: #fff; /* White background for individual boxes */
    border-radius: 10px; /* Rounded corners */
    padding: 20px; /* Internal padding */
    margin-bottom: 20px; /* Space between feature boxes */
}

.header-features {
    font-size: 36px;
    line-height: 1.2;
    color: #383835; /* Darker text color for headings */
}

.feature-details .feature-icon-text-pair {
    margin-bottom: 10px; /* Space between feature items */
}

.home-feature-buttons {
    gap: 10px; /* Space between buttons */
    margin-top: 20px;
}

/* Ensure buttons stay in a row on larger screens */
.home-feature-buttons {
    display: flex;
    flex-direction: column; /* Default stack buttons on top of each other */
    gap: 10px; /* Space between buttons */
}

.custom-btn {
    background-color: transparent;
}

/* Media query to change button layout on larger screens */
@media (min-width: 768px) {
    .home-feature-buttons {
        flex-direction: row; /* Arrange buttons side-by-side on medium and larger screens */
    }
}

@media (max-width: 767px) {
    .home-feature-buttons {
        display: flex;
        flex-direction: column; /* Stack buttons on top of each other */
        align-items: center; /* Center align buttons */
    }
}

/* General styles for all screen sizes */
.home-feature-buttons.d-flex.flex-column {
    display: flex;
    flex-direction: row; /* Default to horizontal layout for larger screens */
    gap: 1.5rem; /* Space between the boxes */
    white-space: nowrap; /* Prevent text wrapping */
}

/* Styles for screens below 1200px */
@media (max-width: 1200px) and (min-width: 767px) {
    .home-feature-buttons.d-flex.flex-column {
       /* flex-direction: column !important;  Stack buttons vertically */
        align-items: center;
        gap: 1.5rem; /* Space between the buttons or boxes */
    }

    /* Optional: If you want buttons to be full width */
    .home-feature-buttons.d-flex.flex-column button {
      
        text-align: center; /* Center the text inside the button */
    }
}



.home-feature-buttons {
    display: flex;
    flex-direction: column; /* Stack buttons on small screens by default */
    gap: 10px; /* Space between buttons */
    align-items: center; /* Center align buttons */
    margin-top: 20px; /* Space above the buttons */
}

/* Ensure buttons stay in a row on larger screens */
@media (min-width: 768px) {
    .home-feature-buttons {
        flex-direction: row; /* Arrange buttons side-by-side on medium and larger screens */
    }
}

/* Optional: Ensure buttons do not overflow on small screens */
@media (max-width: 767px) {
    .home-feature-buttons button {
        width: 100%; /* Full width buttons on small screens */
        box-sizing: border-box; /* Include padding and border in width */
    }
}



/* Ensure boxes take more space on small screens */
@media (max-width: 767px) {
    .white-box {
        width: 100%; /* Full width for mobile screens */
        padding: 15px; /* Adjust padding if needed */
    }
}

.home-feature-buttons {
    display: flex;
    flex-direction: column; /* Stack buttons on small screens by default */
    gap: 10px; /* Space between buttons */
    align-items: center; /* Center align buttons */
    margin-top: 20px; /* Space above the buttons */
}

@media (min-width: 768px) {

.no-tracker {
    margin-bottom: -30px;
}
}

@media (max-width: 768px) {

    .no-tracker {
        margin-bottom: -50px;
    }
    }

/* Ensure buttons stay in a row on larger screens */
@media (min-width: 768px) {
    .home-feature-buttons {
        flex-direction: row; /* Arrange buttons side-by-side on medium and larger screens */
    }
}




/* Restrict the container size specifically within the features section */
.features-section .container,
.features-section .container-md,
.features-section .container-sm {
    max-width: 1220px;
}

  

/* Feature details central alignment for screens between 767px and 990px */
@media (max-width: 990px) and (min-width: 767px) {
    .feature-details.statistics,
    .feature-details.members {
        margin: 0 auto; /* Center the feature-details container */
        text-align: left; /* Center-align text */
    }

    /* Ensure the container of icon-text pairs is centered */
    .feature-icon-text-pair {
        justify-content: left; /* Center the icon and text pairs */
    }

    /* Ensure both white boxes (Advanced Stats and Members) have the same size */
    .white-box {
        width: 100%; /* Full width on medium screens */
        min-height: 550px; /* Ensures both boxes are of equal height */
      
    }

    /* Center align buttons and content */
    .home-feature-buttons {
        justify-content: center;
    }

    .header-features {
        font-size: 32px; /* Adjusted heading size for medium screens */
        margin-bottom: 20px;
    }

    .custom-text {
        margin-bottom: 30px; /* Space between the header and feature details */
    }
}

@media (max-width: 1200px) and (min-width: 990px) {

.white-box {
 /*   min-height: 700px;  Ensures a minimum height across all screen sizes */
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Ensures content is spaced within the box */
}
}

@media (max-width: 990px) and (min-width: 767px) {

.white-box {
 /*   min-height: 700px;  Ensures a minimum height across all screen sizes */
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Ensures content is spaced within the box */
}

.header-features.pt {
        text-align: left !important; /* Override center alignment */
    }

}

@media (max-width: 767px) {
   
    .feature-details.statistics {
        text-align: left !important; /* Center text content */
        margin: 0 10px;    /* Adjust horizontal margins to shift content left */
    }

    .feature-details.members {
        text-align: left !important; /* Center text content */
        margin: 0 10px;    /* Adjust horizontal margins to shift content left */
    }

    .feature-icon-text-pair {
        justify-content:left; /* Center icon-text pairs */
    }
}

.white-box {
   
    flex: 1 1 100%; /* Allow the box to grow and shrink with equal space */
    box-sizing: border-box; /* Ensure padding is included in width/height */

}

/* Ensure white-boxes take equal height */
@media (min-width: 768px) {
    .row {
        align-items: stretch; /* Make sure all items in the row have the same height */
    }
}

/* Adjust for mobile screens */
@media (max-width: 767px) {
    .white-box {
        min-height: auto; /* Adjust minimum height if needed */
    }
}

@media (max-width: 990px) and (min-width: 767px) {
    .features-section .white-box .feature-details {
        text-align: left; /* Align the feature details to the left */
        padding-left: 15px; /* Optional: Add some padding for better spacing */
    }
}

/* Hide the element by default */
.header-features.text-center-mobile.pt.planning-tracker-header-display {
    display: none; /* Hide element by default */
    text-align: left; /* Ensure text is left-aligned */
    width: 100%; /* Full width to allow alignment adjustments */
}


@media (max-width: 990px) and (min-width: 767px) { 
    .home-feature-buttons.d-flex.flex-column {
        flex-direction: row; /* Align buttons side by side */
        justify-content: flex-start; /* Align the buttons to the left */
       
    }

    .home-feature-buttons.d-flex.flex-column button {
        margin-right: 10px; /* Optional: add space between buttons */
        margin-bottom: 0; /* Remove bottom margin to keep them in a row */
        width: 100%;/* Ensure buttons do not take full width */
   
    }

    
   .planning-tracker-header {
        display: none; /* Hide the element */
    }

    /* Hide the element by default */
.header-features.text-center-mobile.pt.planning-tracker-header{
    display: none;
}


.header-features.text-center-mobile.pt.planning-tracker-header-display {
        display: block; /* Make the element visible */
        /* No need for positioning if already above */
        margin-bottom: 0px; /* Add space below the header to separate it from the image */
        text-align: left;
    }

}


/* Base styles for button alignment */
.planning-tracker-buttons {
    display: flex;
    flex-direction: column; /* Stack buttons vertically by default */
}

    /* Adjust button layout specifically for Planning Tracker between 990px and 767px */
    @media (max-width: 990px) and (min-width: 767px) {
    .planning-tracker-buttons {
        flex-direction: row; /* Align buttons side by side */
        justify-content: flex-start; /* Align buttons to the left */
    }
}

/* General styles for button alignment */
.planning-tracker-buttons {
    display: flex;
    flex-direction: column; /* Default to vertical stacking */
    align-items: center; /* Center align items (optional) */
    gap: 1.5rem; /* Space between the buttons */
}

/* Make sure buttons are side by side in the Planning Tracker section between 1200px and 767px */
@media (max-width: 1200px) {
    .planning-tracker-buttons {
        flex-direction: row !important; /* Align buttons side by side */
        justify-content: flex-start; /* Align buttons to the left */
    }
}


/* General styles for Planning Tracker buttons */
.planning-tracker-btn, .custom-planning-tracker-btn {
    white-space: nowrap; /* Prevent text wrapping */
}

/* Hide new buttons by default */
.new-planning-tracker-buttons {
    display: none;
}

/* Display the original Planning Tracker buttons only above 990px */
@media (min-width: 991px) {
    .original-planning-tracker-buttons {
        display: flex; /* Ensure the original buttons are visible */
    }
    
    .new-planning-tracker-buttons {
        display: none; /* Hide the new buttons */
    }
}

/* Display the new Planning Tracker buttons and hide the original buttons between 990px and 767px */
@media (max-width: 990px) and (min-width: 767px) {
    .original-planning-tracker-buttons {
        display: none; /* Hide the original buttons */
    }

    .new-planning-tracker-buttons {
        display: flex; /* Show the new buttons */
        flex-direction: row; /* Align buttons side by side */
        justify-content: flex-start; /* Align buttons to the left */
        gap: 1rem; /* Space between the buttons */
    }
}

/* Display new Planning Tracker buttons as a column layout below 767px */
@media (max-width: 767px) {
    .original-planning-tracker-buttons {
        display: none; /* Ensure original buttons are hidden */
    }

    .new-planning-tracker-buttons {
        display: flex; /* Show the new buttons */
        flex-direction: column; /* Stack buttons vertically */
        align-items: center; /* Center align items */
        gap: 1.5rem; /* Space between the buttons */
    }
}




    /* Targeting only images within the Charities section */
.counter .img-fluid {
    max-width: 50%;
    height: auto;
    display: block;
    margin: 0 auto;
}


/* Testimonials Container */
.testimonials-container {
   
    padding: 20px;
    text-align: left;
    position: relative; /* Required for pagination positioning */
}

/* Testimonials Header */
.testimonials-header {
    margin-top: 30px;
    margin-bottom: 30px;
}

/* Testimonials Grid for Desktop */
.testimonials {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 20px;
}

.testimonial-box {
    background-color: #EEF2F7;
    border-radius: 5px;
    padding: 20px;
     border-top: 5px solid #C0D62F; Green line at the top of each box 
}

/* Responsive adjustments */
@media (max-width: 990px) and (min-width: 768px) {
    .testimonials {
        grid-template-columns: repeat(2, 1fr); /* 2 columns for medium screens */
    }
}

@media (max-width: 767px) {
    .testimonials {
        display: block; /* Ensure the testimonials are displayed as blocks on small screens */
        /* Remove any grid or flex styling */
    }

    .testimonial-box {
        display: block; /* Each testimonial box as a block element */
        margin-bottom: 20px; /* Add some space between blocks on mobile */
        width: 100%; /* Ensure full width on mobile */
    }

    /* Testimonials Container */
.testimonials-container {
    padding: 0px;
}
}


/* FAQ Section Styles */
.faq-container {
  
    margin: 0 auto; /* Center the section */
    max-width: 1200px; /* Optional: restrict max width for large screens */
}

.faq-container h2 {
    text-align: left;
    margin-bottom: 20px;
}

.faq-container p {
    text-align:left;
    margin-bottom: 40px;
}




.faq-item .question {


}

.faq-item .answer {
 

}

/* Media Queries */
@media (max-width: 1400px) {
    .faq-container {
        padding: 20px; /* Ensure padding on medium screens */
    }
}

@media (max-width: 767px) {
    .faq-container {
        padding: 15px; /* Reduce padding on smaller screens if needed */
    }

    .faq-item {
        border-radius: 5px; /* Adjust border radius for smaller screens */
    }
}


    /* Remove padding from the trial-support-section */

/* General styles for the columns */
.trial-support-section .column {
  flex: 1;
  min-width: 250px;
  margin: 30px; /* Default margin for desktop */
  padding: 30px; /* Default padding for desktop */
}

.trial-support-section .column .image-container {
  width: 100%;
}

.column img.full-width-image {
  width: 100%; /* Ensure the image spans the full width of the container */
  height: auto;
  display: block;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .four-columns {
    flex-direction: column;
    align-items: center;
  }

  .trial-support-section .column {
    width: 100%;
    margin: 10px 0; /* Reduced margin for mobile to decrease the gap */
    padding: 15px; /* Reduced padding for mobile */
  }

  .column img {
    width: 100%;
  }

  .trial-header {
    margin-top: 20px; /* Decrease margin-top for mobile to reduce the gap */
    margin-bottom: -5px; /* Slight adjustment to keep consistent spacing */
  }

  .buttons {
    margin-top: 10px; /* Reduce top margin for mobile */
  }
}

/* Responsive adjustments */
@media (max-width: 990px) and (min-width: 767px) {
 
    .trial-support-section .column {
        width: 100%;
        margin: 10px 0; /* Reduced margin for medium screens */
        padding: 20px; /* Adjusted padding for medium screens */
    }

    .column img {
        width: 100%;
    }

    .trial-header {
        margin-top: 20px; /* Decrease margin-top for medium screens */
        margin-bottom: 10px; /* Adjust margin-bottom for consistency */
    }

    .buttons {
        margin-top: 10px; /* Reduce top margin for medium screens */
    }
}

@media (max-width: 767px) {
  

    .trial-support-section .column {
        width: 100%;
        margin: 10px 0; /* Reduced margin for mobile */
        padding: 15px; /* Reduced padding for mobile */
    }

    .column img {
        width: 100%;
    }

    .trial-header {
        margin-top: 20px; /* Decrease margin-top for mobile */
        margin-bottom: -5px; /* Slight adjustment for spacing */
    }

    .buttons {
        margin-top: 10px; /* Reduce top margin for mobile */
    }
}


@media (max-width: 1400px) and (min-width: 1200px) {

    .right-column {padding-top: 75px;
   
    }

  }


  @media (min-width: 1400px) {
    .mb-md-5 {
        margin-bottom: 0.5rem !important;
    }
  }


  @media (max-width: 1200px)  {
    .mb-md-5 {
        margin-bottom: 0.5rem !important;
    }
  }



