.elementor-33 .elementor-element.elementor-element-4f38706b{--display:flex;}.elementor-33 .elementor-element.elementor-element-4f38706b:not(.elementor-motion-effects-element-type-background), .elementor-33 .elementor-element.elementor-element-4f38706b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#B0C5FC;}.elementor-33 .elementor-element.elementor-element-2c3ab54{color:#010102;}/* Start custom CSS for text-editor, class: .elementor-element-2c3ab54 */<div class="terms-container">
    <h1>Terms and Conditions</h1>
    <h2>1. Scope of Services</h2>
    <p>The Agency agrees to provide the Client with digital marketing services...</p>
    <h2>2. Client Obligations</h2>
    <p>The Client agrees to cooperate fully with the Agency...</p>
</div>
CSS Code for Terms and Conditions Page
CSS

/* --- General Body & Font Styles --- */
/* This ensures the page background and default text fit the dark theme */

body {
    background-color: #121212; /* Dark, almost black background */
    color: #e0e0e0; /* Light grey text for readability */
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.7;
    font-size: 16px;
}

/* --- Main Container for the T&C Content --- */
/* This centers the content and gives it a clean, modern card look */

.terms-container {
    max-width: 900px;
    margin: 50px auto; /* Centers the container on the page */
    padding: 40px 50px;
    background-color: #1a1a2e; /* A very dark blue/purple, on-brand */
    border-radius: 12px;
    border: 1px solid rgba(138, 43, 226, 0.2); /* Subtle purple border */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
    .terms-container {
        padding: 30px 25px;
        margin: 20px auto;
    }
}


/* --- Heading Styles (H1, H2, H3) --- */
/* Creates a clear visual hierarchy for titles and sections */

.terms-container h1 {
    font-size: 2.5em; /* Large and impactful */
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    margin-bottom: 40px;
    /* On-brand gradient text effect */
    background: linear-gradient(90deg, #8A2BE2, #4682B4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.terms-container h2 {
    font-size: 1.8em;
    font-weight: 600;
    color: #87CEEB; /* A bright, sky blue for section titles */
    margin-top: 40px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(135, 206, 235, 0.3); /* A subtle separator line */
}

.terms-container h3 {
    font-size: 1.4em;
    font-weight: 600;
    color: #ffffff;
    margin-top: 30px;
    margin-bottom: 15px;
}

/* --- Paragraph, Link & List Styles --- */
/* Ensures the main body text is easy to read and interact with */

.terms-container p {
    margin-bottom: 1.2em;
    color: #c0c0c0; /* Slightly dimmer than the main color for contrast */
}

.terms-container a {
    color: #6495ED; /* A clear, accessible blue for links */
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.terms-container a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.terms-container ul, .terms-container ol {
    padding-left: 25px;
    margin-bottom: 1.2em;
}

.terms-container li {
    margin-bottom: 0.8em;
}

/* --- Highlighting Key Terms --- */
/* Makes text wrapped in <strong> or <b> tags stand out */

.terms-container strong, .terms-container b {
    color: #ffffff; /* Makes key terms like "Client" and "Agency" pop */
    font-weight: 600;
}/* End custom CSS */
/* Start custom CSS */<div class="terms-container">
    <h1>Terms and Conditions</h1>
    <h2>1. Scope of Services</h2>
    <p>The Agency agrees to provide the Client with digital marketing services...</p>
    <h2>2. Client Obligations</h2>
    <p>The Client agrees to cooperate fully with the Agency...</p>
</div>
CSS Code for Terms and Conditions Page
CSS

/* --- General Body & Font Styles --- */
/* This ensures the page background and default text fit the dark theme */

body {
    background-color: #121212; /* Dark, almost black background */
    color: #e0e0e0; /* Light grey text for readability */
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.7;
    font-size: 16px;
}

/* --- Main Container for the T&C Content --- */
/* This centers the content and gives it a clean, modern card look */

.terms-container {
    max-width: 900px;
    margin: 50px auto; /* Centers the container on the page */
    padding: 40px 50px;
    background-color: #1a1a2e; /* A very dark blue/purple, on-brand */
    border-radius: 12px;
    border: 1px solid rgba(138, 43, 226, 0.2); /* Subtle purple border */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
    .terms-container {
        padding: 30px 25px;
        margin: 20px auto;
    }
}


/* --- Heading Styles (H1, H2, H3) --- */
/* Creates a clear visual hierarchy for titles and sections */

.terms-container h1 {
    font-size: 2.5em; /* Large and impactful */
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    margin-bottom: 40px;
    /* On-brand gradient text effect */
    background: linear-gradient(90deg, #8A2BE2, #4682B4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.terms-container h2 {
    font-size: 1.8em;
    font-weight: 600;
    color: #87CEEB; /* A bright, sky blue for section titles */
    margin-top: 40px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(135, 206, 235, 0.3); /* A subtle separator line */
}

.terms-container h3 {
    font-size: 1.4em;
    font-weight: 600;
    color: #ffffff;
    margin-top: 30px;
    margin-bottom: 15px;
}

/* --- Paragraph, Link & List Styles --- */
/* Ensures the main body text is easy to read and interact with */

.terms-container p {
    margin-bottom: 1.2em;
    color: #c0c0c0; /* Slightly dimmer than the main color for contrast */
}

.terms-container a {
    color: #6495ED; /* A clear, accessible blue for links */
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.terms-container a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.terms-container ul, .terms-container ol {
    padding-left: 25px;
    margin-bottom: 1.2em;
}

.terms-container li {
    margin-bottom: 0.8em;
}

/* --- Highlighting Key Terms --- */
/* Makes text wrapped in <strong> or <b> tags stand out */

.terms-container strong, .terms-container b {
    color: #ffffff; /* Makes key terms like "Client" and "Agency" pop */
    font-weight: 600;
}/* End custom CSS */