/*
Theme Name: Codebull
Theme URI: https://codebull.in/
Author: Your Name
Author URI: hhttps://codebull.in/
Description: A professional, custom WooCommerce theme designed for selling software. Built on Underscores, it features the modern Outfit and Poppins fonts for a clean, user-friendly experience.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: codebull
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Box Sizing
# Typography & Base
# Layout
# Forms
# Buttons
# Utilities
--------------------------------------------------------------*/

/* # Box Sizing
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
	list-style: none;
}

:focus-visible{
	box-shadow: 0 0 0 2px #ffffff !important;
}

.woocommerce-message:focus-visible {
    outline: -webkit-focus-ring-color auto 0px !important;
	
}

/* # Typography & Base
--------------------------------------------------------------*/
body {
	font-family: 'Poppins', sans-serif !important;
	font-size: 16px;
	line-height: 1.6;
	color: #333;
	margin: 0; /* A basic reset for the body */
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Outfit', sans-serif;
	font-weight: 700;
	margin: 0.67em 0;
}

p {
	margin-bottom: 0em;
}

a {
	color: #fe3130;
	text-decoration: none;
	transition: color 0.2s ease-in-out;
}
a:hover {
	color: #ff6b66;
}

img {
	height: auto;
	max-width: 100%;
}



:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px #3b82f6; /* custom focus ring */
  border-radius: 4px; /* optional */
}




/* # Forms
--------------------------------------------------------------*/
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
textarea,
select {
	width: 100%;
	padding: 10px 15px;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-family: 'Poppins', sans-serif;
}


.container-fluid{
	max-width:1700px !important;
}

.container-fluid-full{
	width:100% !important;
}

.woocommerce {
	max-width: 1700px !important;
	padding-left: 0.5rem !important;  /* px-2 = 0.5rem */
	padding-right: 0.5rem !important;
}




/* # Buttons
--------------------------------------------------------------*/
.button,
button,
input[type="submit"] {
	display: inline-block;
	background-color: #0052ff;
	color: #fff;
	padding: 12px 24px;
	border: none;
	border-radius: 4px;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	transition: background-color 0.2s ease-in-out;
}
.button:hover,
button:hover,
input[type="submit"]:hover {
	background-color: #003dbd;
	color: #fff;
}


/*--------------------------------------------------------------
# Utilities (from Underscores - KEEP THESE)
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}






/* ===================================================================
   Ranknox UI - Final Corporate Footer (Light & Dark)
   =================================================================*/
:root {
   /* --ranknox-primary-color: #0d6efd; x Brighter Blue for Links */
	--ranknox-primary-color: #fe3130 !important;
    --footer-bg-light: #ffffff;
    --footer-bg-dark: #2a2f35;
    --footer-bg-darker: #212529;
    --footer-bg-deep-dark: #121212;
    --footer-text-dark: #000000;
    --footer-text-light: #ffffff;
    --footer-text-white: #ffffff;
    --footer-text-medium: #d1d5db; /* Lighter grey for better visibility */
    --footer-border-light: #e9ecef;
    --footer-border-dark: #343a40;
    --ranknox-font-family:  'Poppins', 'Outfit', sans-serif;

}

.ranknox-footer { font-family: var(--ranknox-font-family); }
.ranknox-footer a { text-decoration: none; transition: color 0.2s ease; color: var(--ranknox-primary-color); }

/* --- 1. Top Footer (Features Bar) --- */
.footer-features-bar {
    background-color: var(--footer-bg-light); color: var(--footer-text-dark);
    padding: 1.5rem 0; border-bottom: 1px solid var(--footer-border-light);border-top: 1px solid var(--footer-border-light);
}
.footer-features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.5rem; }
.footer-feature-item { display: flex; align-items: center; gap: 1rem; }
.footer-feature-text h5 { font-weight: 600; font-size: 1rem; margin: 0; color:#383838; font-family:poppins }
.footer-feature-text p { margin: 0; font-size: 0.9rem; color: var(--footer-text-dark); }

/* --- 2. Main Footer (Dark Section) --- */
.footer-main { background-color: var(--footer-bg-light); padding: 2rem 0; color: var(--footer-text-light); }
.footer-main a { color: var(--footer-text-dark); }
.footer-main a:hover { color: var(--footer-text-dark); }
.footer-main-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 3rem 2rem; }
.footer-title {
    font-size: 1.2rem; /* Matched to reference */
    font-weight: 600; color: #4a4a4a; margin: 0 0 1rem 0; font-family:poppins;
}
.footer-link-list { list-style: none; margin: 0; padding: 0; }
.footer-link-list li { margin-bottom: 0.4rem; }
.footer-link-list a { font-size: 0.8rem; } /* Matched to reference */
.footer-link-list a:hover { text-decoration: underline; }
/* Review Widget */
.footer-review-avatars { display: flex; margin-bottom: 1rem; }
.footer-review-avatars img { width: 35px; height: 35px; border-radius: 50%; border: 2px solid var(--footer-bg-dark); margin-left: -12px; }
.footer-review-avatars img:first-child { margin-left: 0; }
.footer-review-stars { color: #f9b800; }
.footer-review-text { margin: 0.5rem 0; color: var(--footer-text-dark); font-size: 14px; }
.footer-review-author { font-style: normal; font-weight: 600; color: var(--footer-text-dark); }

/* --- 3. Sub-Footer 1 (Disclaimer) --- */
.footer-sub-one { background-color: var(--footer-bg-light); padding: 0.5rem 0; font-size: 0.8rem; border-top: 1px solid var(--footer-border-light); }
.footer-sub-one, .footer-sub-one p { color: var(--footer-text-dark); } /* Lighter text for visibility */
.footer-sub-one .row { text-align: center; }
.footer-dev-credit, .footer-disclaimer { display: flex; align-items: center; justify-content: center; min-height: 100%; }
.footer-payment-icons img { max-height: 24px; width: auto;  }

/* --- 4. Sub-Footer 2 (Copyright) --- */
.footer-sub-two { background-color: #ffffff; padding: 1rem 0; font-size: 0.9rem; border-top: 1px solid var(--footer-border-light);}
.footer-sub-two, .footer-sub-two p, .footer-sub-two a { color: #000; }
.footer-sub-two .row { text-align: center; }
.footer-logo a { color: var(--footer-text-white); font-weight: 700; font-size: 1.2rem; }
.footer-copyright { display: flex; align-items: center; justify-content: center; }
.footer-social-links { display: flex; gap: 1.5rem; justify-content: center; align-items: center; }
.footer-social-links a i { font-size: 1.2rem; }
.footer-social-links a:hover { color: #0052ff; }

/* --- Google Translate Modern Styling (FIXED) --- */
#google_translate_element { display: inline-block; vertical-align: middle; }
.goog-te-gadget-simple { background: transparent !important; border: 1px solid var(--footer-border-dark) !important; border-radius: 4px !important; padding: 6px 10px !important; cursor: pointer; }
.goog-te-gadget-simple .goog-te-menu-value span { color: var(--footer-text-light) !important; font-family: var(--ranknox-font-family) !important; font-size: 0.9rem !important; }
.goog-te-gadget-icon, .goog-te-banner-frame, iframe.goog-te-menu-frame { display: none !important; }
body { top: 0px !important; }

/* --- Responsive Layout --- */
@media (min-width: 768px) {
    .footer-sub-one .row, .footer-sub-two .row { text-align: left; }
    .footer-payment-icons, .footer-social-links, .footer-dev-credit, .footer-disclaimer, .footer-logo, .footer-language-selector, .footer-copyright { justify-content: flex-start; }
    .footer-dev-credit { justify-content: center; }
    .footer-payment-icons, .footer-social-links { justify-content: flex-end; }
}
@media (min-width: 992px) {
    .footer-sub-two .footer-copyright { justify-content: center; }
}
select.goog-te-combo {
    padding: 3px 5px;
    border-radius: 2px;
}

















/* =================================================================== */
/* Homepage-Specific Styles for Page ID 83                             */
/* =================================================================== */

/* --- Hero Section --- */
.page-id-83 .herosection-wrapper {
    background-color: #ffffff;
    text-align: left !important;
    position: relative;
    padding: 60px 10px 20px 10px;
}
.page-id-83 .herosection-title { font-size: 3rem; font-weight: 600; color: #000; line-height: 65px; margin-bottom: 1.5rem; margin-top: 0px; }
.page-id-83 .herosection-subtitle { font-size: 20px; font-weight: 400; color: #4a5568; margin-bottom: 2.4rem; max-width: 650px; margin-left: auto; margin-right: auto; }
.page-id-83 .herosection-buttons .btn { margin: 0.25rem 0.5rem; }
.page-id-83 .herosection-btn-primary { background-color: #000000; color: #fff; padding: 0.8rem 1.75rem; border-radius: 0.375rem; font-weight: 600; text-decoration: none; transition: background-color 0.3s ease; border: 1px solid #000000; }
.page-id-83 .herosection-btn-primary:hover { background-color: #000000; color: #fff; }
.page-id-83 .herosection-btn-secondary { background-color: #fff; color: #212529; padding: 0.5rem 1.3rem; border-radius: 0.375rem; font-weight: 500; text-decoration: none; border: 1px solid #000; transition: all 0.3s ease; }
.page-id-83 .herosection-btn-secondary:hover { background-color: #f8f9fa; border-color: #adb5bd; }
.page-id-83 .herosection-notice { font-size: 12px; color: #6c757d; margin-top: 2rem; }
.page-id-83 .herosection-trust-wrapper { margin-top: 1rem; display: flex; flex-wrap: wrap; align-items: center; }
.page-id-83 .herosection-slider { width: calc(3 * 44px + 2 * 4px); height: 50px; position: relative; overflow: hidden; mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent); }
.page-id-83 .herosection-slider-track { display: flex; align-items: center; width: calc(40 * 34px); animation: herosection-scroll-and-pause 100s linear infinite; }
.page-id-83 .herosection-avatar { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; margin-left: -3px; flex-shrink: 0; border: 2px solid #fff; }
.page-id-83 .herosection-trust-text { color: #000; font-weight: 400px; margin-left: 1.25rem; white-space: nowrap; }
.page-id-83 .herosection-clients { margin-top: 1rem; }
.page-id-83 .herosection-client-logo:hover { filter: none; opacity: 1; }

@media (max-width: 992px) {
    .page-id-83 .herosection-trust-text {
        font-size: 14px;
    }
}

/* --- Why Choose Us Section --- */
.page-id-83 .why-choose-us-section {
    padding: 20px 10px 40px 10px;
    background-color: #ffffff;
    text-align: center;
}
.page-id-83 .why-choose-us-title { font-size: 2.25rem; font-weight: 700; color: #111827; margin-bottom: 10px; margin-top: 0px; }
.page-id-83 .why-choose-us-description { font-size: 1.1rem; color: #4a5568; max-width: 1000px; margin: 0 auto 45px auto; line-height: 1.7; }
.page-id-83 .why-choose-us-features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; text-align: left; }
.page-id-83 .why-choose-us-feature-item {
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.07), 0 2px 4px -2px rgba(0, 0, 0, 0.07);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at 90% 20%, #ff000017, #00000000 35%), radial-gradient(circle at 10% 80%, #ff0c0c1f, #00000000 35%), #ffffff;
	border: 1px solid #dedede;
}
.page-id-83 .why-choose-us-feature-item:hover { transform: translateY(-8px); box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1); }
.page-id-83 .why-choose-us-feature-icon { display: inline-flex; align-items: center; justify-content: center; width: 64px; height: 64px; background-color: #000000; border-radius: 50%; margin-bottom: 25px; }
.page-id-83 .why-choose-us-feature-icon svg { width: 32px; height: 32px; color: #ffffff; }
.page-id-83 .why-choose-us-feature-title { font-size: 1.3rem; font-weight: 600; color: #111827; margin-bottom: 15px; }
.page-id-83 .why-choose-us-feature-text { color: #4a5568; line-height: 1.6; font-size: 1rem; }

@media (max-width: 768px) {
    .page-id-83 .why-choose-us-title { font-size: 2rem; line-height: 45px; }
    .page-id-83 .why-choose-us-description { font-size: 1rem; }
    .page-id-83 .why-choose-us-feature-item { padding: 30px; }
}

/* --- Nav Tab Section Styles --- */
.page-id-83 .navtab-custom-section { padding: 60px 10px; background-color: #fff; }
.page-id-83 .navtab-custom-nav-container { padding: 0 15px; }
.page-id-83 .navtab-custom-nav {
    background-color: #ffffff;
    border-bottom: 1px solid #f3f3f3;
    padding: 16px;
    margin-bottom: 40px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.3) transparent;
}
.page-id-83 .navtab-custom-nav::-webkit-scrollbar { height: 8px; }
.page-id-83 .navtab-custom-nav::-webkit-scrollbar-track { background: transparent; }
.page-id-83 .navtab-custom-nav::-webkit-scrollbar-thumb { background: rgba(0, 0, 0, 0.3); border-radius: 4px; }
.page-id-83 .navtab-custom-nav::-webkit-scrollbar-thumb:hover { background: rgba(0, 0, 0, 0.5); }
.page-id-83 .navtab-custom-list { min-width: fit-content; display: flex; flex-wrap: nowrap; justify-content: center; gap: 15px; list-style: none; padding: 0 5px; margin: 0; white-space: nowrap; }
.page-id-83 .navtab-custom-link { display: inline-block; padding: 10px 20px; font-size: 15px; font-weight: 500; color: rgb(45 55 72); text-decoration: none; background-color: transparent; border-radius: 50px; transition: all 0.3s ease; border: 1px solid #cccccc;  }
.page-id-83 .navtab-custom-link.active { background-color: #2d3748; color: #ffffff; font-weight: 500; }
.page-id-83 .navtab-custom-link:not(.active):hover { color: #000000; background-color: #ecf1f9; }
.page-id-83 .navtab-custom-pane { display: none; opacity: 0; transition: opacity 0.4s ease-in-out; }
.page-id-83 .navtab-custom-pane.active { display: block; opacity: 1; }

@media (max-width: 768px) {
    .page-id-83 .navtab-custom-nav { padding: 8px 12px; }
    .page-id-83 .navtab-custom-link { padding: 8px 16px; font-size: 14px; }
    .page-id-83 .herosection-wrapper { padding: 1rem 0; }
    .page-id-83 .herosection-title { font-size: 2.5rem; line-height: 50px; }
    .page-id-83 .herosection-buttons .btn { display: block; width: 80%; margin: 0.5rem auto; }
}

/* --- General & WooCommerce Adjustments --- */
.page-id-83 .col-auto { padding: 0px; }
.page-id-83 .secheading h2 { font-size: 2.2rem; font-weight: 600; line-height: 42px; margin: 0px; text-align: center; }
.page-id-83 .woocommerce, .page-id-83 .columns-4 { padding: 0px !important; }

/* --- Marquee Animation --- */
.page-id-83 .marquee-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    -webkit-mask-image: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 10%, rgba(0,0,0,1) 90%, rgba(0,0,0,0) 100%);
    mask-image: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 10%, rgba(0,0,0,1) 90%, rgba(0,0,0,0) 100%);
}
.page-id-83 .marquee-content { display: flex; animation: scroll 20s linear infinite; will-change: transform; }
.page-id-83 .marquee-container:hover .marquee-content { animation-play-state: paused; }
.page-id-83 .marquee-item { flex-shrink: 0; display: flex; align-items: center; justify-content: center; padding: 0 2rem; }
.page-id-83 .herosection-client-logo { max-height: 100px; width: auto; filter: grayscale(100%); opacity: 0.6; transition: all 0.3s ease-in-out; }
.page-id-83 .herosection-client-logo:hover { filter: grayscale(0%); opacity: 1; transform: scale(1.1); }
@keyframes scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

@media (max-width: 992px) {
    .page-id-83 .marquee-content { animation: scroll 5s linear infinite; }
    .page-id-83 .marquee-item { padding: 0 .5rem; }
}

/* --- Categories New Section --- */
.page-id-83 .categorynewsec-section { padding: 30px 10px 80px 10px; }
.page-id-83 .categorynewsec-main-heading { color: #1A1E2E; font-size: 2.2rem; font-weight: 700; line-height: 1.3; }
.page-id-83 .categorynewsec-main-description { color: #1A1E2E; font-size: 1.1rem; line-height: 1.6; margin-bottom: 0; }
.page-id-83 .categorynewsec-promo-section { padding-top: 4rem; padding-bottom: 4rem; }
.page-id-83 .categorynewsec-promo-card {
    color: #fff;
    padding: 2.5rem 2rem;
    border-radius: 10px;
    height: 100%;
    min-height: 250px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-image: url('http://codebull.in/wp-content/uploads/2025/08/20215-1.webp');
    background-size: cover;
    background-position: center;
}
.page-id-83 .categorynewsec-promo-card:hover { transform: translateY(-8px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); }
.page-id-83 .categorynewsec-card-content { position: relative; z-index: 2; }
.page-id-83 .categorynewsec-card-title { font-size: 1.6rem; font-weight: 700; margin-bottom: 0.5rem; }
.page-id-83 .categorynewsec-card-subtitle { font-size: 1rem; font-weight: 400; margin-bottom: 2rem; opacity: 0.9; }
.page-id-83 .categorynewsec-btn-shop { background-color: #4CAF50; color: #fff; font-size: 0.95rem; font-weight: bold; text-transform: uppercase; padding: 10px 24px; border-radius: 5px; text-decoration: none; display: inline-block; transition: background-color 0.3s ease; }
.page-id-83 .categorynewsec-btn-shop:hover { background-color: #45a049; color: #fff; }

@media (max-width: 991.98px) {
    .page-id-83 .categorynewsec-promo-card { min-height: 220px; }
    .page-id-83 .categorynewsec-card-title { font-size: 1.4rem; }
    .page-id-83 .categorynewsec-main-heading { font-size: 2.25rem; margin-bottom: 1.5rem; }
}
@media (max-width: 767.98px) {
    .page-id-83 .categorynewsec-promo-section { padding-top: 2rem; padding-bottom: 2rem; }
}

/* --- CTA Section --- */
.page-id-83 .cta-section { padding: 50px 10px 0px 10px; overflow: hidden; }
.page-id-83 .cta-title { font-size: 2rem; font-weight: 800; line-height: 1.15; margin-bottom: 24px; color: #2a2a2a; }
.page-id-83 .cta-description { font-size: 1.1rem; color: #4b5563; line-height: 1.7; margin-bottom: 40px; }
.page-id-83 .cta-meta { margin-top: 40px; display: flex; align-items: center; gap: 30px; flex-wrap: wrap; }
.page-id-83 .cta-rating { font-size: 1.5rem; color: #f59e0b; display: flex; align-items: center; gap: 8px; }
.page-id-83 .cta-rating span { font-size: 0.9rem; color: #4b5563; font-weight: 500; }
.page-id-83 .cta-coupon { background-color: #e0e7ff; color: #1d4ed8; padding: 8px 16px; border-radius: 30px; font-size: 0.9rem; font-weight: 500; }
.page-id-83 .cta-coupon strong { font-weight: 700; }
.page-id-83 .cta-image-wrapper { display: flex; justify-content: center; align-items: center; min-height: 500px; }
.page-id-83 .cta-image-showcase { max-width: 500px; width: 100%; transform: rotate(-3deg); }

@media (max-width: 991.98px) {
    .page-id-83 .cta-image-wrapper { min-height: 400px; margin-bottom: 0px; }
    .page-id-83 .cta-title { font-size: 2rem; text-align: center; }
    .page-id-83 .cta-description { text-align: center; }
    .page-id-83 .mobilebutton { display: flex; justify-content: center; }
    .page-id-83 .cta-meta { gap: 20px; }
}

/* --- New Data Section --- */
.page-id-83 .newsection-section { padding: 48px 10px 80px 10px; }
.page-id-83 .newsection-main-heading { color: #1A1E2E; font-size: 2.1rem; font-weight: 700; line-height: 1.1; }
.page-id-83 .newsection-main-description { color: #1A1E2E; font-size: 1.1rem; line-height: 1.6; margin-bottom: 0; }
.page-id-83 .newsection-card { position: relative; padding: 1.2rem; border-radius: 14px; min-height: 280px; display: flex; flex-direction: column; justify-content: flex-end; color: #ffffff; overflow: hidden; height: 100%; }
.page-id-83 .newsection-icon { position: absolute; top: 1.5rem; right: 1.5rem; }
.page-id-83 .newsection-metric { font-size: 3.5rem; font-weight: 700; margin: 0; line-height: 1; }
.page-id-83 .newsection-subtext { font-size: 1rem; margin-top: 0.5rem; margin-bottom: 12px; opacity: 0.9; }
.page-id-83 .newsection-card-red { background-color: #7c0505; }
.page-id-83 .newsection-card-dark { background-color: #9fa5bb; }
.page-id-83 .newsection-card-green { background-color: #1e3c27; }
.page-id-83 .newsection-card-light-green { background-color: #9df59a; }
.page-id-83 .newsection-card-light-blue { background-color: #dd96bd; }
.page-id-83 .newsection-text-light-green { color: #c9ffc7; }
.page-id-83 .newsection-text-dark { color: #1A1E2E; }
.page-id-83 .newsection-text-blue { color: #ffffff; }

@media (max-width: 991.98px) {
    .page-id-83 .newsection-main-heading { font-size: 2.25rem; margin-bottom: 1.5rem; text-align: center; }
    .page-id-83 .newsection-card { min-height: 200px; }
    .page-id-83 .newsection-metric { font-size: 3rem; }
    .page-id-83 .newsection-main-description { text-align: center; }
}
@media (max-width: 767.98px) {
    .page-id-83 .col-md-6:last-child:nth-child(odd) { width: 100%; }
}
@media (max-width: 575.98px) {
    .page-id-83 .newsection-main-heading { font-size: 1.8rem; text-align: center; }
    .page-id-83 .newsection-metric { font-size: 2.5rem; }
    .page-id-83 .newsection-subtext { font-size: 0.9rem; }
}

/* --- Review/Testimonial Section --- */
.page-id-83 .review-container-inner { background: #000000; color: #f9fafb; padding: 40px 50px; border-radius: 24px; margin: 0 50px; }
.page-id-83 .review-header { margin-bottom: 30px; border-bottom: 1px solid rgba(255, 255, 255, 0.1); padding-bottom: 10px; }
.page-id-83 .review-title { font-size: 2.2rem; font-weight: 700; line-height: 1.2; }
.page-id-83 .review-subtitle { color: #d1d5db; font-size: 1.1rem; line-height: 1.6; max-width: 450px; }
.page-id-83 .review-ratings-grid { margin-bottom: 50px; }
.page-id-83 .review-rating-item { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 20px; background: rgba(255, 255, 255, 0.03); border-radius: 12px; transition: background 0.3s ease; height: 100%; }
.page-id-83 .review-rating-item:hover { background: rgba(255, 255, 255, 0.07); }
.page-id-83 .review-rating-item img { max-height: 24px; filter: brightness(0) invert(1) opacity(0.8); margin-bottom: 8px; object-fit:contain}
.page-id-83 .review-rating-stars { color: #f59e0b; font-size: 1rem; letter-spacing: 1px; }
.page-id-83 .review-rating-score { font-size: 0.9rem; font-weight: 500; color: #9ca3af; margin-left: 8px; }
.page-id-83 .review-slider-wrapper { position: relative; overflow: hidden; }
.page-id-83 .review-slider-track { display: flex; transition: transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1); }
.page-id-83 .review-slide { flex: 0 0 100%; box-sizing: border-box; text-align: center; }
.page-id-83 .review-slider-controls { display: flex; justify-content: center; align-items: center; gap: 20px; margin-top: 30px; }
.page-id-83 .review-slider-btn { display: flex; align-items: center; justify-content: center; background: transparent; border: 1px solid rgba(255, 255, 255, 0.1); color: #d1d5db; width: 48px; height: 48px; padding: 0px; border-radius: 50%; cursor: pointer; transition: all 0.3s ease; }
.page-id-83 .review-slider-btn:hover, .page-id-83 .review-slider-btn:focus { background-color: rgba(255, 255, 255, 0.07); border-color: #d1d5db; color: #f9fafb; outline: none; }
.page-id-83 .review-slider-btn svg { width: 24px; height: 24px; }
.page-id-83 .review-quote { font-size: 1.3rem; font-weight: 400; line-height: 1.5; max-width: 910px; margin: 0 auto 20px auto; color: #d1d5db; }
.page-id-83 .review-author { display: flex; align-items: center; justify-content: center; gap: 16px; }
.page-id-83 .review-author-avatar { width: 50px; height: 50px; border-radius: 50%; border: 2px solid rgba(255, 255, 255, 0.1); }
.page-id-83 .review-author-info { text-align: left; }
.page-id-83 .review-author-name { font-size: 1.125rem; font-weight: 600; color: #f9fafb; }
.page-id-83 .review-author-title { color: #9ca3af; font-size: 0.9rem; }

@media (max-width: 992px) {
    .page-id-83 .review-container-inner { margin: 0 30px; padding: 40px; }
    .page-id-83 .review-header { text-align: center; }
    .page-id-83 .review-subtitle { margin-left: auto; margin-right: auto; }
}
@media (max-width: 767px) {
    .page-id-83 .review-section { padding: 20px 10px; }
    .page-id-83 .review-container-inner { margin: 0; padding: 30px 20px; border-radius: 20px; }
    .page-id-83 .review-title { font-size: 1.8rem; }
    .page-id-83 .review-subtitle { font-size: 1rem; }
    .page-id-83 .review-ratings-grid { margin-bottom: 40px; }
    .page-id-83 .review-quote { font-size: 1.15rem; line-height: 1.6; }
    .page-id-83 .review-slider-controls { gap: 15px; }
}
@media (max-width: 480px) {
    .page-id-83 .review-author { flex-direction: column; }
    .page-id-83 .review-author-info { text-align: center; }
    .page-id-83 .review-title { font-size: 1.6rem; }
}

/* --- Whitelabel Section --- */
.page-id-83 .whitelable-section { padding: 80px 10px 20px 10px; background-color: #ffffff; }
.page-id-83 .whitelable-header { margin-bottom: 50px; }
.page-id-83 .whitelable-title { font-size: 2.2rem; font-weight: 700; color: #2c3e50; max-width: 1000px; margin-left: auto; margin-right: auto; margin-bottom: 10px; line-height: 1.2; text-align: center; }
.page-id-83 .whitelable-subtitle { font-size: 1rem; color: #555; max-width: 950px; text-align: center; }
.page-id-83 .whitelable-card { background-color: #f8f9fc; border-radius: 20px; padding: 30px 30px 0px 30px; }
.page-id-83 .whitelable-card-title { font-size: 1.75rem; font-weight: 700; color: #2c3e50; margin-bottom: 15px; }
.page-id-83 .whitelable-card-description { font-size: 1rem; color: #555; line-height: 1.6; margin-bottom: 10px; }
.page-id-83 .whitelable-ui-preview { background-color: #ffffff; border-top: 1px solid #dee2e6; border-left: 1px solid #dee2e6; border-right: 1px solid #dee2e6; border-top-left-radius: 8px; border-top-right-radius: 8px; overflow: hidden; }
.page-id-83 .whitelable-logo-preview { display: flex; gap: 10px; background-color: #FFF4D6; padding: 15px 20px; font-weight: 600; color: #343a40; font-size: 20px; }
.page-id-83 .whitelable-options-content { padding: 20px; }
.page-id-83 .whitelable-divider { border: 0; border-top: 1px solid #dee2e6; margin: 20px 0; }
.page-id-83 .whitelable-label { display: block; font-size: 1rem; font-weight: 600; color: #4a4a4a; text-transform: uppercase; letter-spacing: 1px; }
.page-id-83 .whitelable-color-swatches { display: flex; gap: 12px; }
.page-id-83 .whitelable-color-swatch { width: 40px; height: 40px; border-radius: 6px; cursor: pointer; border: 2px solid transparent; transition: transform 0.2s; }
.page-id-83 .whitelable-color-swatch.selected { border-color: #343a40; }
.page-id-83 .whitelable-buttons-container { display: flex; gap: 10px; }
.page-id-83 .whitelable-button { flex-grow: 1; background-color: #f8f9fc; border: 1px solid #dee2e6; border-radius: 8px; padding: 10px 15px; font-weight: 600; color: #495057; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 8px; transition: background-color 0.2s, color 0.2s; }
.page-id-83 .whitelable-star-icon { color: #6c757d; font-weight: bold; font-size: 2rem; line-height: 1; }
.page-id-83 .whitelable-update-icon { color: #6c757d; }
.page-id-83 .whitelable-chart { height: 200px; border-bottom: 1px solid #e0e0e0; display: flex; align-items: flex-end; justify-content: space-around; gap: 3%; padding: 0 10px; margin-top: 40px; position: relative; }
.page-id-83 .whitelable-bar { width: 8%; background-color: #2c3e50; border-radius: 3px 3px 0 0; transition: height 0.5s ease-out; }
.page-id-83 .whitelable-bar.gray { background-color: #bdc3c7; }

@media (max-width: 991.98px) {
    .page-id-83 .whitelable-title { font-size: 2.2rem; }
}
@media (max-width: 767.98px) {
    .page-id-83 .whitelable-section { padding: 50px 10px; }
    .page-id-83 .whitelable-title { font-size: 1.8rem; }
    .page-id-83 .whitelable-subtitle { font-size: 1rem; }
    .page-id-83 .whitelable-card { padding: 25px; }
}

/* --- Agency Catalog Section --- */
.page-id-83 .agency-section { padding: 0 10px; }
.page-id-83 .agency-catalog-section { background-color: #e0ffda; border-radius: 20px; padding-top: 40px; padding-left: 40px; }
.page-id-83 .catalog-info h2 { font-weight: 700; font-size: 2.2rem; color: #1e293b; margin-bottom: 1rem; margin-top: 0px; }
.page-id-83 .catalog-info p { color: #334155; line-height: 1.6; margin-bottom: 1rem; }
.page-id-83 .btn-browse-catalog { background-color: #1e293b; color: #ffffff; font-weight: 500; padding: 12px 30px; border-radius: 10px; text-decoration: none; border: none; cursor: pointer; transition: background-color 0.3s ease; display: inline-block; }
.page-id-83 .btn-browse-catalog:hover { background-color: #334155; }

@media(max-width: 992px) {
    .page-id-83 .agency-catalog-section { padding: 20px; }
    .page-id-83 .mobile-agency-sec { margin-top: 20px; }
}

/* --- Final CTA Banner --- */
.page-id-83 .ctabanner { padding: 70px 10px; }
.page-id-83 .ctabanner-wrapper { background-color: #000000; color: #ffffff; border-radius: 1rem; padding: 1.5rem; text-align: center; }
.page-id-83 .ctabanner-heading { font-size: calc(1.3rem + .6vw); font-weight: 700; margin-bottom: 1.5rem; line-height: 1.2; }
.page-id-83 .ctabanner-button { display: inline-block; text-decoration: none; vertical-align: middle; cursor: pointer; -webkit-user-select: none; user-select: none; border: 1px solid transparent; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; background-color: #82f596; color: #1f2937; font-weight: 600; padding: 0.5rem 1.5rem; border-radius: 0.5rem; margin-bottom: 1rem; }
.page-id-83 .ctabanner-button:hover { background-color: #6edc81; color: #1f2937; }
.page-id-83 .ctabanner-text { font-size: .875em; margin-bottom: 0; padding-top: 25px; }

@media (min-width: 768px) {
    .page-id-83 .ctabanner-wrapper { padding: 3rem; }
}
@media (min-width: 1200px) {
    .page-id-83 .ctabanner-heading { font-size: 2.5rem; }
}

/* --- DESKTOP FONT SIZE ADJUSTMENTS (FOR LARGER SCREENS) --- */
@media screen and (min-width: 1440px) {
    .page-id-83 .herosection-title { font-size: 4.5rem; }
    .page-id-83 .herosection-subtitle { font-size: 22px; }
    .page-id-83 .herosection-trust-text { font-size: 14px; }
    .page-id-83 .secheading h2 { font-size: 44px; }
    .page-id-83 .why-choose-us-title { font-size: 3.25rem; }
    .page-id-83 .why-choose-us-description { font-size: 1.2rem; }
    .page-id-83 .why-choose-us-feature-title { font-size: 1.4rem; }
    .page-id-83 .why-choose-us-feature-text { font-size: 1.05rem; }
    .page-id-83 .navtab-custom-link { font-size: 16px; }
    .page-id-83 .cta-title { font-size: 2.4rem; }
    .page-id-83 .cta-description { font-size: 1.2rem; }
    .page-id-83 .newsection-main-heading { font-size: 2.5rem; }
    .page-id-83 .newsection-main-description { font-size: 1.2rem; }
    .page-id-83 .newsection-metric { font-size: 4rem; }
    .page-id-83 .newsection-subtext { font-size: 1.05rem; }
    .page-id-83 .categorynewsec-card-title { font-size: 1.8rem; }
    .page-id-83 .categorynewsec-card-subtitle { font-size: 1.05rem; }
    .page-id-83 .review-title { font-size: 2.5rem; }
    .page-id-83 .review-subtitle { font-size: 1.2rem; }
    .page-id-83 .review-quote { font-size: 1.5rem; }
    .page-id-83 .review-author-name { font-size: 1.2rem; }
    .page-id-83 .whitelable-title { font-size: 2.7rem; }
    .page-id-83 .whitelable-subtitle { font-size: 1.1rem; }
    .page-id-83 .whitelable-card-title { font-size: 1.9rem; }
    .page-id-83 .whitelable-card-description { font-size: 1.05rem; }
    .page-id-83 .catalog-info h2 { font-size: 2.8rem; }
    .page-id-83 .catalog-info p { font-size: 1.1rem; }
    .page-id-83 .ctabanner-heading { font-size: 2.8rem; }
}


 /* ----------------------------------------- */
        /* --- Custom Styles for Section 4 --------- */
        /* ----------------------------------------- */


.page-id-83 .section4-wrapper {
    background-color: #fff;
    padding: 80px 10px;
    background-image: radial-gradient(circle at 90% 50%, rgb(46 22 249 / 5%), transparent 40%);
}

/* --- Left Column: Content --- */
.page-id-83 .section4-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #f8f9fa;
    padding: 8px 16px;
    border-radius: 9999px;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 20px;
}

.page-id-83 .section4-tag-dot {
    width: 8px;
    height: 8px;
    background-color: #fe3130;
    border-radius: 50%;
}

.page-id-83 .section4-title {
    font-size: 32px;
    font-weight: 800;
    color: #111827;
    line-height: 37px;
    margin-bottom: 20px;
}

.page-id-83 .section4-description {
    max-width: 450px;
    font-size: 18px;
    color: #4B5563;
    margin-bottom: 30px;
    line-height: 1.6;
}

.page-id-83 .section4-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #F97316;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 28px;
    border-radius: 8px;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.page-id-83 .section4-button:hover {
    background-color: #EA580C;
    color: #fff;
    transform: scale(1.03);
}

/* --- Right Column: Features Grid --- */
.page-id-83 .section4-features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.page-id-83 .section4-feature-item {
    background-color: #fff;
    border: 1px solid #F3F4F6;
    border-radius: 12px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.03), 0 2px 4px -1px rgba(0,0,0,0.02);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.page-id-83 .section4-feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.05), 0 4px 6px -2px rgba(0,0,0,0.05);
}

.page-id-83 .section4-feature-icon svg {
    width: 28px;
    height: 28px;
    color: #0868F0;
}

.page-id-83 .section4-feature-text {
    font-size: 16px;
    font-weight: 500;
    color: #374151;
    margin: 0;
    padding-top: 8px;
}

/* --- Responsive Adjustments --- */
@media (max-width: 991.98px) {
    .page-id-83 .section4-content {
        text-align: center;
    }
    .page-id-83 .section4-title {
        font-size: 38px;
    }
    .page-id-83 .section4-description {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 767.98px) {
    .page-id-83 .section4-title {
        font-size: 32px;
    }
}


.page-id-83 .sectionlast-wrapper {
    padding: 50px 10px 20px 10px;
}

.page-id-83 .sectionlast-title {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.2rem;
    font-weight: 700;
    color: #212529;
    margin-bottom: 2rem;
}

.page-id-83 .sectionlast-card {
    background-color: #fff;
    border: 1px solid #f3f3f3;
    border-radius: 14px;
    padding: 32px;
    height: 100%;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.03);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}

.page-id-83 .sectionlast-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.05);
}

.page-id-83 .sectionlast-icon-wrapper {
    width: 56px;
    height: 56px;
    background-color: #111827;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.page-id-83 .sectionlast-icon-wrapper svg {
    width: 28px;
    height: 28px;
    color: #FBBF24;
}

.page-id-83 .sectionlast-card-title {
    font-size: 22px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 12px;
}

.page-id-83 .sectionlast-card-description {
    font-size: 16px;
    color: #6B7280;
    line-height: 1.6;
    margin-bottom: 0;
    flex-grow: 1;
}

@media (max-width: 767.98px) {
    .page-id-83 .sectionlast-title {
        font-size: 2rem;
        line-height: 42px;
        text-align: center;
    }
}
