@import url('https://fonts.googleapis.com/css2?family=Esteban&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');


/* Base styles */

        /* --- Color Palette --- */
        :root {
            --primary-dark-blue: #131529; /* For logo, headings, and dark text */
            --light-bg-color: #f0f8ff; /* Body background and light sections */
            --white-bg: #fff; /* Header, tool box, etc. background */
            --accent-red: #c5221fb0; /* For tool button and main links */
            --text-dark-grey: #212121; /* General dark text */
            --shadow-light: #ccc; /* Box shadows */
            --header-shadow: #ddd; /* Header shadow */
            --hover-red: #a31a1a; /* Darker red on hover */
            --hover-red: #a31a1a; /* Darker red on hover */
            --border-light: #eee; /* Light border for separators */
        }
body {
            font-family: 'Poppins', Arial, sans-serif;
            display: flex;
            flex-direction: column;
            align-items: center;
          margin:0;
            background-color: #f5f5f56b;
    
            box-sizing: border-box;
        }
		.m-tool form {
    width: 96%;
}
form#canonical-url-form label {
    font-size: 20px;
}

.header {
      width: 90%;
      max-width: 1200px;
      margin: 20px auto 0;
      padding: 20px 40px;
      background: #fff;
      box-shadow: 0px 0px 12px 4px #ddd;
      border-radius: 8px;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    .logo {
      display: flex;
      align-items: center;
    }

    .logo svg {
      width: 48px;
      height: 48px;
    }

    .logo span {
      font-size: 14px;
      font-weight: 600;
      margin-left: 10px;
      font-family: 'Oswald', sans-serif;
      color: #131529;
    }

    .logo a {
      text-decoration: none;
      display: flex;
      align-items: center;
      color: inherit;
    }

    .navigation .nav {
      display: flex;
      align-items: center;
      gap: 25px;
    }

    .navigation .nav a {
      text-decoration: none;
      font-size: 18px;
      font-family: 'Estedad', sans-serif;
      color: #131529;
      transition: all 0.2s ease;
    }

  
    .navigation .nav a.active {
    font-weight: 600;
    border-bottom: 2px solid var(--accent-red) !important;
    padding-bottom: 4px;
    color: var(--accent-red) !important;
    }


.m-tool h2 {
    font-family: "Oswald", sans-serif;
    font-size: 42px;margin-top:0;
}
.m-tool input {
    width: 98%;
    margin: 12px 0 12px 0px;
    padding: 12px 9px;
}
.m-tool button[type="submit"] {
    background:#131529;}
		.m-tool{
 
    background: #fff;

    width: 100%;
    max-width: 90vw;
    text-align: center;
    padding: 35px;
    background-color: #fff;
    color: #202124;
    border-radius: 10px;
    box-sizing: border-box;
  
    margin-bottom: 1.25em;
    margin-left: auto;
    margin-right: auto;
    
    word-wrap: break-word;
    margin-top: 70px;
    box-shadow: 5px 3px 25px #ccc;
    margin-bottom: 50px;}

.box.box1 {
    background:#c5221fb0;
}
.box.box3 h3 {
    color: #212121;
}
.info.box p, h3, a {
    color: #212121;
}
.info.box h3 {
    margin: 0 0 20px 0;
    font-size: 30px;color:#212121;
}
.info.box ul li {
    padding: 0 0 12px 0;
}

nav a.active {
    font-weight: 600;
}
.info.box {
 background: #fff;
    color: #212121;
    box-shadow: 5px 4px 13px #ccc;
}


.banner h1 {
font-size: 102px;
    color: #131529;
    text-align: center;
    margin: 0 0 15px 0;
    line-height: 92px;
    font-family: "Oswald", sans-serif;}
.banner h3 {
    color: #131529;
    font-size: 34px;
    margin: 30px 0 0 0;
    text-align: center;
    font-family: "Oswald", sans-serif;
}
	.banner p {
color: #131529;
    margin: 5px 0 0 0;
    text-align: center;}

.banner {
    text-align: center;
    padding: 100px 0;}
.main {
width: 100%;background:#fff;}

.container {
    width: 1200px;
    margin: 0 auto;}
/* .nav a { color: #fff; margin: 20px 0 0 0; font-weight: 400;} */


/* .header, .footer { */
            /* width: 100%; */
            /* max-width: 90vw; */
            /* text-align: center; */
            /* padding: 35px; */
            /* background-color: #007BFF; */
            /* color: #E5E5E5; */
            /* border-radius: 10px; */
            /* box-sizing: border-box; */
        /* } */
.info {
            width: 100%;
            max-width: 90vw;
            text-align: left;
            padding: 35px;
            background-color:#fff;
            color: #202124;
            border-radius: 10px;
            box-sizing: border-box;
 		margin-top: 1.25em; /* Space above */
  		margin-bottom: 1.25em; /* Space below */
   		margin-left: auto; /* Horizontal centering */
    		margin-right: auto;
		overflow-wrap: break-word;
		word-wrap: break-word;
        }



.box.box1 p{color:#fff;}
.box.box1 h3{color:#fff;}
.info1 h3{    font-family: 'Oswald', sans-serif;
    font-size: 48px;
    color: var(--primary-dark-blue);
    margin-bottom: 25px;
    line-height: 1.2;
    text-align: left;}
.info1 {
            width: 100%;
 
            text-align: left;
            padding: 35px;
            background-color:#fff;
            color: #202124;
            border-radius: 10px;
            box-sizing: border-box;
 		margin-top: 1.25em; /* Space above */
  		margin-bottom: 1.25em; /* Space below */
   		margin-left: auto; /* Horizontal centering */
    		margin-right: auto;
		overflow-wrap: break-word;
		word-wrap: break-word;
        }
.intro p {text-align: center;}
.intro {
             width: 100%;
    max-width: 90vw;
    text-align: center;
    padding: 35px;
    background-color: #fff;
    color: #202124;
    border-radius: 10px;
    box-sizing: border-box;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    margin-left: auto;
    margin-right: auto;
    overflow-wrap: break-word;
    word-wrap: break-word;
    margin-top: 80px;
    box-shadow: 5px 3px 25px #ccc;
    margin-bottom: 50px;
        }

		.cta-text{color:#fff;}
.cta-container {
            width: 100%;
            max-width: 90vw;
            text-align: center;
            padding: 35px;
            background-color:#212121;
            color: #202124;
            border-radius: 10px;
            box-sizing: border-box;
 		margin-top: 1.25em; /* Space above */
  		margin-bottom: 1.25em; /* Space below */
   		margin-left: auto; /* Horizontal centering */
    		margin-right: auto;
		overflow-wrap: break-word;
           word-wrap: break-word;
        }
		
		
		
		
		 /* --- How It Works Section (UPDATED for simple lines) --- */
        .how-it-works-section {
         padding: 40px 0 80px 0;
    background-color: var(--white-bg);
    text-align: center;
    width: 100%;
    margin-bottom: 50px;
    margin-top: 30px;
        }

        .how-it-works-section h2 {
            font-family: 'Oswald', sans-serif;
            font-size: 48px;
            color: var(--primary-dark-blue);
            margin-bottom: 40px;
            line-height: 1.2;
        }

        .how-it-works-section .intro-text,
        .how-it-works-section .conclusion-text {
            font-family: 'Poppins', sans-serif;
            font-size: 18px;
            color: var(--text-dark-grey);
            max-width: 800px;
            margin: 0 auto 50px auto; /* Centered with bottom margin */
            line-height: 1.6;
        }

        .how-it-works-section .conclusion-text {
            margin-top: 50px; /* Space after steps before conclusion */
            margin-bottom: 0;
        }

        .steps-list { /* Container for the linear steps */
            max-width: 900px; /* Constrain width for readability */
            margin: 40px auto; /* Center the list */
            text-align: left; /* Align text within steps to the left */
        }

        .step-item {
            padding: 25px 0; /* Vertical padding for each step */
            border-bottom: 1px solid var(--border-light); /* Subtle line separator */
            display: flex; /* Use flexbox for number and content alignment */
            align-items: flex-start; /* Align number and text to top */
            gap: 20px; /* Space between number and content */
        }

        .step-item:last-child {
            border-bottom: none; /* No border for the last item */
        }

        .step-number {
            width: 40px;
            height: 40px;
            background-color: var(--primary-dark-blue); /* Dark blue circle */
            color: var(--white-bg);
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            font-family: 'Oswald', sans-serif;
            font-size: 20px;
            font-weight: 700;
            flex-shrink: 0; /* Prevent number from shrinking */
            margin-top: 2px; /* Slight adjustment for visual alignment with text */
        }

        .step-content {
            flex-grow: 1; /* Allow content to take remaining space */
        }

        .step-content h3 {
            font-family: 'Poppins', sans-serif;
            font-size: 22px;
            color: var(--primary-dark-blue);
            margin: 0 0 8px 0; /* Space below heading */
            font-weight: 600;
            line-height: 1.2;
        }

        .step-content p {
            font-family: 'Poppins', sans-serif;
            font-size: 16px;
            color: var(--text-dark-grey);
            line-height: 1.5;
            margin: 0; /* Remove default paragraph margins */
        }

        /* --- General Link Styling for text within content --- */
        .text-link {
            color: var(--accent-red); /* Consistent link color */
            text-decoration: none;
            font-weight: 500;
            transition: color 0.3s ease;
        }

        .text-link:hover {
            text-decoration: underline;
            color: var(--hover-red); /* Darker red on hover */
        }
		
		
		
		/* --- Advantages Section --- */
.advantages-section {
    padding: 40px 0;
    background-color: var(--white-bg); /* Use white for this section */
    color: var(--text-dark-grey); /* Default text color for the section */width:100%;margin-bottom:50px;
}

.advantages-content {
    display: flex;
    flex-wrap: wrap; /* Allow columns to wrap on smaller screens */
    align-items: center; /* Vertically align items in the middle */
    justify-content: space-between;padding:0 40px;
    gap: 40px; /* Space between the two columns */
}

.advantages-text-column {
    flex: 1; /* Allow text column to grow */
    min-width: 300px; /* Minimum width before wrapping */
    padding-right: 20px; /* Spacing from image on larger screens */
    box-sizing: border-box;
}

.advantages-image-column {
    flex: 0 0 auto; /* Don't grow, don't shrink, size based on content */
    width: 400px; /* Fixed width for the image column on desktop */
    max-width: 100%; /* Ensure it doesn't overflow on small screens */
    text-align: center;
}

.advantages-section h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 48px;
    color: var(--primary-dark-blue);
    margin-bottom: 25px;
    line-height: 1.2;
    text-align: left; /* Align heading to the left */
}

.advantages-section p {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 30px;
    text-align: left; /* Align paragraph to the left */
}

.advantages-section p strong {
    font-weight: 600; /* Make bold text stand out */
    color: var(--primary-dark-blue);
}

.advantages-section h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    color: var(--primary-dark-blue);
    margin-top: 40px; /* Space above benefits heading */
    margin-bottom: 20px;
    font-weight: 600;
    text-align: left; /* Align heading to the left */
}

.benefits-list {
    list-style: none; /* Remove default list bullets */
    padding: 0;
    margin: 0;
}

.benefits-list li {
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    color: var(--text-dark-grey);
    line-height: 1.5;
    margin-bottom: 15px; /* Space between list items */
    display: flex; /* Use flexbox for icon and text alignment */
    align-items: flex-start; /* Align icon and text to the top */
    text-align: left;
}

.benefit-icon {
    flex-shrink: 0; /* Prevent icon from shrinking */
    margin-right: 12px; /* Space between icon and text */
}

.benefit-icon svg {
    width: 22px; /* Size of the checkmark icon */
    height: 22px;
    stroke: var(--accent-red); /* Color of the checkmark icon */
    stroke-width: 2.5; /* Make the checkmark a bit bolder */
    margin-top: 2px; /* Align icon better with text baseline */
}

.advantage-main-illustration {
    width: 100%; /* Make illustration responsive within its column */
    height: auto;
    max-width: 400px; /* Max size for the illustration */
    stroke: var(--primary-dark-blue); /* Main color for the illustration */
    stroke-width: 1.5;
    fill: none;
}
		

/* Styles for Three Boxes in a Row */
.three-box-row {
	 display: flex;
    	 justify-content: space-between;
   	 width: 100%;
   	 max-width: 90vw;
   	 margin-top: 1.25em;
   	 margin-bottom: 1.25em;
}
.box.box3 {
    padding: 15px 25px;
}
/* Individual box styling */
.box1 {
    width: 100%;
    max-width: 90vw;
    text-align: left;
    padding:15px 25px;
    background-color: #141A46;
    color: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.box2 {
    width: 100%;
    max-width: 90vw;
    text-align: left;
    padding: 25px;
    background-color: #e8f5e9; /* Customize color for Box 2 */
    color: #202124;
    border-radius: 10px;
    box-sizing: border-box;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    overflow-wrap: break-word;
    word-wrap: break-word
}

.box3 {
    width: 100%;
    max-width: 90vw;
    text-align: left;
    padding: 25px;
    background-color: #Fff;
    color: #202124;
    border-radius: 10px;
    box-sizing: border-box;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

/* Box Style 4 */
.box4 {
    width: 100%;
    max-width: 90vw;
    text-align: left;
    padding: 25px;
    background-color: #e1f5fe; /* Color for Box 4 */
    color: #202124;
    border-radius: 10px;
    box-sizing: border-box;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    overflow-wrap: break-word;
    word-wrap: break-word
}

/* Box Style 5 */
.box5 {
    width: 100%;
    max-width: 90vw;
    text-align: left;
    padding: 25px;
    background-color: #fbe9e7; /* Color for Box 5 */
    color: #202124;
    border-radius: 10px;
    box-sizing: border-box;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    overflow-wrap: break-word;
    word-wrap: break-word
}
/* Styling for two-section layout with an image on the left and text on the right. */


/* Remove side margins for first and last boxes in row */
.box1, .box2, .box3, .box4, .box5 {
    flex: 1;
    margin: 1.25em 10px; /* Space between boxes */
}


.box1:first-child {
    margin-left: 0;
}

.box3:last-child {
    margin-right: 0;
}
button.accordion-header.active:after {
    display: none;}
button.accordion-header {
    position: relative;
    background: #fff;
    border-bottom: 1px solid #c5221fb0;
    border-radius: 0;
    color: #212121;
}



button.accordion-header.active:before {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";

    width: 3px;
    position: absolute;
    border: solid;
    border-width: 0 0px 3px 0;
  
    padding: 3px;
    right: 20px;
    top: 25px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    content: '';
    position: absolute;
    top: 42%;
    left: 25%;
    width: 10px;

    transform: translateY(-50%);
}	



button.accordion-header:after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
    position: absolute;
    display: inline-block;
    padding: 3px;
    right: 20px;
    top: 19px;
    --b: 4px;
    width: 10px;
    aspect-ratio: 1;
    background: conic-gradient(from 90deg at var(--b) var(--b), #fff 90deg, #212121 0) calc(100% + var(--b) / 2) calc(100% + var(--b) / 2) / calc(50% + var(--b)) calc(50% + var(--b));
}




/* --- Features Section --- */
.features-section {
    padding: 80px 0;
   
    text-align: center;
}

.features-section h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 48px;
    color: var(--primary-dark-blue);
    margin-bottom: 50px; /* Space below the main heading */
    line-height: 1.2;
}

.features-grid {
    display: grid;
    /* On larger screens, display all 4 boxes in a single row */
    grid-template-columns: repeat(4, 1fr);
    gap: 30px; /* Space between the feature boxes */
}

.feature-box {
    background-color: transparent; /* No background color, as requested */
    padding: 35px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08); /* Box shadow for the "outer part" */
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex; /* Use flexbox for internal content alignment */
    flex-direction: column;
    justify-content: flex-start; /* Align content to the top */
    min-height: 200px; /* Ensure consistent height for boxes if content varies */
}

.feature-box:hover {
    transform: translateY(-8px); /* Lift effect on hover */
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15); /* Stronger shadow on hover */
}

.feature-icon {
    margin-bottom: 20px; /* Space below icon */
    display: flex; /* Center icon within its container */
    justify-content: center;
    align-items: center;
}

.feature-icon svg {
    width: 48px; /* Size of the icon */
    height: 48px;
    stroke: var(--primary-dark-blue); /* Color of the icon using your theme variable */
    stroke-width: 2; /* Thickness of icon lines */
    flex-shrink: 0; /* Prevent icon from shrinking */
}

.feature-box h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    color: var(--primary-dark-blue);
    margin: 0 0 15px 0;
    font-weight: 600;
}

.feature-box p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: var(--text-dark-grey);
    line-height: 1.6;
    margin-bottom: 0;
    flex-grow: 1; /* Allows paragraph to take up available space for consistent box height */
}


/* Responsive adjustment to stack boxes on smaller screens */
@media (max-width: 768px) {
	.advantages-section {
        padding: 60px 0;
    }
    .advantages-section h2 {
        font-size: 38px;
    }
    .advantages-section p {
        font-size: 16px;
    }
    .advantages-section h3 {
        font-size: 24px;
    }
    .benefits-list li {
        font-size: 16px;
        margin-bottom: 12px;
    }
    .benefit-icon svg {
        width: 20px;
        height: 20px;
    }
    .three-box-row {
        flex-direction: column;
        align-items: center;
    }
    .box1, .box2, .box3 {
        margin: 10px 0;
        width: 100%;
        max-width: 90vw;
    }
	 .features-section {
        padding: 60px 0;
    }
    .features-section h2 {
        font-size: 38px;
        margin-bottom: 40px;
    }
    .features-grid {
        grid-template-columns: 1fr; /* Stack boxes on small screens */
        gap: 25px;
    }
    .feature-box {
        padding: 30px;
        min-height: unset; /* Remove min-height when stacking if content varies */
    }
    .feature-box h3 {
        font-size: 22px;
    }
    .feature-box p {
        font-size: 15px;
    }
	
}


/* Styles for Two Boxes in a Row */
.two-box-row {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 90vw;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
}
/* Remove side margins for first and last boxes in the row */
.two-box-row .box:first-child {
    margin-left: 0;
}

.two-box-row .box:last-child {
    margin-right: 0;
}

 /* --- About Content Section (NEW) --- */
        .about-content-section {
            padding: 80px 0;
            background-color: var(--light-bg-color); /* Alternating background */
            text-align: left;width:100%;
        }

        .about-grid {
            display: flex;
            flex-wrap: wrap; /* Allow columns to wrap on smaller screens */
            align-items: center; /* Vertically align items */
            justify-content: space-between;
            gap: 40px; /* Space between text and image columns */
        }

        .about-text-column {
            flex: 1; /* Allow text column to grow */
            min-width: 300px; /* Minimum width before wrapping */
            padding-right: 20px; /* Space from image */
            box-sizing: border-box;
        }

        .about-image-column {
            flex: 0 0 auto; /* Don't grow, don't shrink */
            width: 350px; /* Fixed width for the illustration */
            max-width: 100%; /* Ensure it doesn't overflow on small screens */
            text-align: center;
        }

        .about-content-section h2 {
            font-family: 'Oswald', sans-serif;
            font-size: 42px;
            color: var(--primary-dark-blue);
            margin-top: 0;text-align:left;
            margin-bottom: 25px;
            line-height: 1.2;
        }

        .about-content-section h3 {
            font-family: 'Poppins', sans-serif;
            font-size: 28px;
            color: var(--primary-dark-blue);
            margin-top: 40px; /* Space above the commitment heading */
            margin-bottom: 20px;
            font-weight: 600;
        }

        .about-content-section p {
            font-family: 'Poppins', sans-serif;
            font-size: 18px;
            line-height: 1.6;
            margin-bottom: 20px;
        }

        .about-content-section p strong {
            font-weight: 600;
            color: var(--primary-dark-blue);
        }

        .about-content-section ul {
            list-style: none; /* Remove default bullets */
            padding: 0;
            margin: 0;
        }

        .about-content-section ul li {
            font-family: 'Poppins', sans-serif;
            font-size: 17px;
            color: var(--text-dark-grey);
            line-height: 1.6;
            margin-bottom: 12px;
            position: relative;
            padding-left: 25px; /* Space for custom bullet */
        }

        .about-content-section ul li:last-child {
            margin-bottom: 0;
        }



        .about-illustration {
            width: 100%;
            height: auto;
            max-width: 350px; /* Max size for the illustration */
            stroke: var(--primary-dark-blue); /* Main color for the illustration */
            stroke-width: 1.5;
            fill: none;
        }
        
        /* --- Features/Values Section (Reused features-section for Our Core Values) --- */
        .features-section { /* Using this class for the "Our Core Values" section */
            padding: 80px 0;
            background-color: var(--white-bg); /* Alternating background */
            text-align: center;
        }
.features-section.home .feature-box{background:#fff;}
 .features-section.home{    background-color: var(--light-bg-color);width:100%;padding:40px 0 80px 0;}

        .features-section h2 {
            font-family: 'Oswald', sans-serif;
            font-size: 48px;
            color: var(--primary-dark-blue);
            margin-bottom: 50px; /* Space below the main heading */
            line-height: 1.2;
        }

        .features-grid { /* Reused for the value boxes */
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 30px; /* Space between the feature boxes */
        }

        .feature-box { /* Reused for the value boxes */
            background-color: transparent; /* No background color, as requested */
            padding: 35px;
            border-radius: 10px;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08); /* Box shadow for the "outer part" */
            text-align: center;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            display: flex; /* Use flexbox for internal content alignment */
            flex-direction: column;
            justify-content: flex-start; /* Align content to the top */
            min-height: 200px; /* Ensure consistent height for boxes if content varies */
        }

        .feature-box:hover {
            transform: translateY(-8px); /* Lift effect on hover */
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15); /* Stronger shadow on hover */
        }

        .feature-icon { /* Reused for value icons */
            margin-bottom: 20px; /* Space below icon */
            display: flex; /* Center icon within its container */
            justify-content: center;
            align-items: center;
        }

        .feature-icon svg {
            width: 48px; /* Size of the icon */
            height: 48px;
            stroke: var(--primary-dark-blue); /* Color of the icon using your theme variable */
            stroke-width: 2; /* Thickness of icon lines */
            flex-shrink: 0; /* Prevent icon from shrinking */
        }

        .feature-box h3 {
            font-family: 'Poppins', sans-serif;
            font-size: 24px;
            color: var(--primary-dark-blue);
            margin: 0 0 15px 0;
            font-weight: 600;
        }

        .feature-box p {
            font-family: 'Poppins', sans-serif;
            font-size: 16px;
            color: var(--text-dark-grey);
            line-height: 1.6;
            margin-bottom: 0;
            flex-grow: 1; /* Allows paragraph to take up available space for consistent box height */
        }
/* Responsive adjustments to stack boxes on smaller screens */
@media (max-width: 768px) {
    .two-box-row {
        flex-direction: column;
        align-items: center;
    }
    .two-box-row .box {
        margin: 10px 0;
        width: 100%;
        max-width: 90vw;
    }
}

/* Styles for Four Boxes in a Row */
.four-box-row {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 90vw;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
}

/* Remove side margins for first and last boxes in the row */
.four-box-row .box:first-child {
    margin-left: 0;
}

.four-box-row .box:last-child {
    margin-right: 0;
}

h2 {
    color: #333333;
    text-align: center;
    margin-bottom: 20px; font-family: "Oswald", sans-serif;
}
h3 {
            color: #333;
            font-size: 1.3em;
            margin-top: 20px;
            margin-bottom: 10px;
            text-align: left; font-family: "Oswald", sans-serif;
        }
        p {
            color: #555;
            font-size: 1em;
            line-height: 1.6;
            margin: 10px 0;
            text-align: left;
        }
	.p-white {
    		color: #212121;
    		background: inherit; /* Optional, maintains background inheritance */
		text-align: center;
	  }
	  .p-white a {
    color: #212121 !important;
}

/* /* Card Container */ */
/* .container { */
    /* background-color: #ffffff; */
    /* border-radius: 8px; */
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
    /* padding: 20px; */
    /* min-width: 300px; */
    /* max-width: 600px; */
    /* width: 100%; */
/* } */

/* Input and Label Styles */
label {
    font-weight: bold;
    margin-top: 10px;
    display: block;
    color: #333;
}

.input-group input, .input-group select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 1em;
    box-sizing: border-box;
}
input, select, textarea, button {
    width: 100%;
    margin-top: 5px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}
select, input[type="checkbox"] {
    width: auto;
}
textarea {
    resize: none;
}

/* Error Message */
.error-message {
    color: red;
    font-size: 14px;
    margin-bottom: 10px;
}

/* Buttons */
button {
    background-color: #007acc;
    color: #fff;
    border: none;
    cursor: pointer;
    font-weight: bold;
}
button:hover {
    background-color: #005ea1;
}

/* Checkbox Label */
.checkbox-group label {
    display: inline-flex;
    align-items: center;
    margin-right: 15px;
    font-size: 14px;
}
.checkbox-group input {
    margin-right: 5px;
}

/* Output Area */
.output-area {   
   margin-top: 15px;
}

.output-buttons {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    margin-top: 10px;
    flex-wrap: wrap;
}

/* Link View Table */
.link-view {
    margin-top: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
    background-color: #f9f9f9;
}
.link-view h3 {
    font-size: 16px;
    color: #007acc;
    margin-bottom: 10px;
}

.error-message {
    color: red;
    font-size: 14px;
    margin-top: 5px;
    display: block;
}

/* Spinner */
.spinner {
    display: none;
    margin-top: 10px;
    text-align: center;
}

.spinner div {
    width: 12px;
    height: 12px;
    margin: 0 2px;
    background-color:#c5221fb0;
    border-radius: 100%;
    display: inline-block;
    animation: bounce 1.4s infinite ease-in-out both;
}

.spinner .bounce1 { animation-delay: -0.32s; }
.spinner .bounce2 { animation-delay: -0.16s; }

@keyframes bounce {
    0%, 80%, 100% { transform: scale(0); }
    40% { transform: scale(1.0); }
}

/* Responsive adjustments */
@media (max-width: 480px) {
    .container {
        max-width: 90%;
        padding: 10px;
    }
}

/* Responsive adjustments to stack boxes on smaller screens */
@media (max-width: 1024px) {
    .four-box-row {
        flex-wrap: wrap;
    }
    .four-box-row .box {
        width: 48%;
        margin-bottom: 1.25em;
    }
}

@media (max-width: 768px) {
    .four-box-row {
        flex-direction: column;
        align-items: center;
    }
    .four-box-row .box {
        width: 100%;
        margin: 10px 0;
        max-width: 90vw;
    }
 /* About Content Section responsive */
            .about-content-section {
                padding: 60px 0;
            }
            .about-grid {
                flex-direction: column; /* Stack columns vertically */
                align-items: center;
            }
            .about-text-column,
            .about-image-column {
                min-width: unset;
                width: 100%; /* Take full width on smaller screens */
                padding-right: 0;
            }
            .about-image-column {
                order: -1; /* Move image above text on smaller screens */
                margin-bottom: 30px; /* Space between image and text */
            }
            .about-content-section h2,
            .about-content-section h3,
            .about-content-section p,
            .about-content-section ul li {
                text-align: center; /* Center text when stacked */
            }
            .about-content-section ul {
                padding-left: 0;
            }
            .about-content-section ul li {
                padding-left: 0;
                text-align: left; /* Keep bulleted lists left-aligned */
                margin-left: auto; /* Center list items as a block */
                margin-right: auto;
                max-width: 500px; /* Limit width for readability */
            }
            .about-content-section ul li::before {
                position: static;
                margin-right: 5px;
                display: inline-block;
                width: auto;
                margin-left: 0;
            }
            .about-illustration {
                max-width: 300px;
            }

            /* Features/Values Section responsive */
            .features-section h2 {
                font-size: 40px;
            }
            .features-grid {
                grid-template-columns: repeat(2, 1fr); /* 2 columns on medium screens */
                gap: 25px;
            }
            .feature-box {
                padding: 30px;
            }
            .feature-box h3 {
                font-size: 22px;
            }
            .feature-box p {
                font-size: 15px;
            }
}

.header h1 {
            margin: 0;
            font-size: 1.5em;
        }
        .header p {
            font-size: 0.9em;
            margin: 5px 0 15px;
        }
        .nav {
            display: flex;
            justify-content: center;
            gap: 20px;padding-top:10px;
        }
        .nav a {
            color: #fff;
            text-decoration: none;
            font-weight: 400;
            font-size: 1em;
        }
    
/* Header */
h2 {
    color: #313131;
    text-align: center;
    margin-bottom: 20px;
}

/* Input and Form Styles */
label {
    font-weight: bold;
    display: block;
    margin-top: 10px;
    color: #333;
}

input {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}

/* Error Message */
#error-message {
    color: red;
    font-size: 14px;
    margin-top: 5px;
    display: none;
}

/* Buttons */
button {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 5px;
    margin-top: 10px;
    transition: background 0.3s ease;
}

/* Check URLs Button */
button[type="submit"] {
    background-color: #007acc;
    color: white;
    border: none;
}


/* Clear Button */
.clear-btn {
    background-color:#131529;
    color: white;
    border: none;
    margin-bottom: 15px;
}

.clear-btn:hover {
    background-color: #000;
}

/* Canonical URL Box */
.canonical-box {
    background-color: #fff;
    color: #212121;
    padding: 12px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    margin: 15px 0;
    box-shadow: 2px 4px 7px #ccc;
    width: 94%;}

/* Table Heading */
.table-heading {
    font-size: 18px;
    font-weight: bold;
    color: #212121;
    margin-top: 15px;
    text-align: center;
}
.canonical-box a {
    color: #212121;
}
/* Results Table */
.results-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
}

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

.results-table th {
    background-color: #f2f2f2;
}

/* Spinner */
.spinner {
    display: none;
    margin: 15px auto;
    text-align: center;
}
table.results-table a {
    color: #000 !important;
}
.spinner div {
    width: 15px;
    height: 15px;
    margin: 5px;
    background-color: #c5221f;
    border-radius: 50%;
    display: inline-block;
    animation: bounce 1.4s infinite ease-in-out both;
}

.spinner .bounce1 { animation-delay: -0.32s; }
.spinner .bounce2 { animation-delay: -0.16s; }

@keyframes bounce {
    0%, 80%, 100% { transform: scale(0); }
    40% { transform: scale(1.0); }
}


/* Responsive Styles */
@media (max-width: 480px) {
    .container {
        max-width: 90%;
        padding: 15px;
    }
}

@media (min-width: 481px) and (max-width: 768px) {
    .container {
        max-width: 80%;
        padding: 20px;
    }
}

@media (min-width: 769px) and (max-width: 1280px) {
    .container {
        max-width: 70%;
    }
}

/* Accordion Styling */
.accordion {
    width: 100%;
}

.accordion-item {
    border-bottom: 1px solid #ddd;
    margin-bottom: 5px;
}
.cta-container a {
    color: #fff;
}
.accordion-header:hover{background-color:#fff !important;}
.accordion-header {
    width: 100%;
    padding: 15px;
    background-color:#212121;
    color: white;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    font-size: 1em;
    font-weight: 500;
    transition: background-color 0.3s ease;
    border-radius: 5px;
}

.accordion-header:hover {
    background-color: #357ae8;
}

.accordion-content {
    display: none;
    padding: 15px;
    background-color: #fff;
    color: #202124;
    border-radius: 0 0 5px 5px;
}

.accordion-content p {
    margin: 0;
}