


/* 2. Primary Button Design (Submit/Actions) */
.Button__buttonCommon {
    background-color: #e46317 !important; /* Modern Blue */
    color: #ffffff !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 12px 24px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    letter-spacing: 0.025em;
    transition: all 0.2s ease !important;
    box-shadow: 0 2px 4px rgba(59, 130, 246, 0.2);
}

.Button__buttonCommon:hover {
    background-color: #404056 !important; /* Darker Blue */
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
    transform: translateY(-1px);
}

.Button__buttonCommon:active {
    transform: translateY(0);
}

/* 3. Captcha Toggle Buttons (Image/Audio) */
.HCNewCaptcha__captchaButton {
    background-color: #f8fafc !important;
    color: #64748b !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 6px !important;
    padding: 8px 16px !important;
    margin-right: 4px;
    font-size: 11px !important;
    font-weight: 700 !important;
    transition: all 0.2s;
}

.HCNewCaptcha__captchaButtonActive {
    background-color: #ffffff !important;
    color: #3b82f6 !important;
    border-color: #3b82f6 !important;
    box-shadow: 0 2px 4px rgba(59, 130, 246, 0.1);
}

/* 4. Form Input Polish */
.Input__formInput, .DropDown__dropdown {
    border: 1px solid #cbd5e1 !important;
    border-radius: 8px !important;
    padding: 10px 14px !important;
    background-color: #ffffff !important;
}

.Input__formInput:focus {
    border-color: #e46317 !important;
    outline: none;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1) !important;
}



/* Headers & Section Titles */
.TicketFormLeftContainer__formTitle {
    font-size: 28px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 32px !important;
    letter-spacing: -0.02em;
}

.TicketFormLeftContainer__sectionName {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #64748b;
    margin: 32px 0 16px 0;
    padding-bottom: 8px;
    border-bottom: 1px solid #f1f5f9;
}

/* Form Elements */
.Form__formElement {
    margin-bottom: 24px !important;
}

.FormElement__labelStyle {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px !important;
    color: #475569;
}

.FormElement__mandatoryStar .FormElement__required::after {
    content: " *";
    color: #ef4444;
}

/* Inputs & Dropdowns */
.Input__formInput, 
.DropDown__dropdown,
.Input__productInput {
    border: 1px solid #cbd5e1 !important;
    border-radius: 8px !important;
    padding: 0px 16px !important;
    font-size: 15px !important;
    transition: all 0.2s ease;
    background-color: #f8fafc !important;
    box-shadow: none !important;
}

.Input__formInput:focus, 
.DropDown__dropdown:focus-within {
    border-color: #e46317 !important;
    background-color: #ffffff !important;
    box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.1) !important;
}

/* Description Editor */
.formEditor {
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    overflow: hidden;
}

/* Attachment Section */
.FileUpload__label {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    background: #f1f5f9;
    border-radius: 6px;
    transition: background 0.2s;
}

.FileUpload__label:hover {
    background: #e2e8f0;
}

.FileUpload__userLink {
    font-weight: 500;
    color: #334155 !important;
    text-decoration: none !important;
}

/* Captcha Area Styling */
.HCNewCaptcha__captchaBox {
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 20px;
    background: #f8fafc;
}

.HCNewCaptcha__captchaButton {
    background: #ffffff !important;
    border: 1px solid #cbd5e1 !important;
    border-radius: 6px !important;
    padding: 6px 12px !important;
    margin-right: 8px;
    font-size: 12px;
    text-transform: uppercase;
}

.HCNewCaptcha__captchaButtonActive {
    border-color: #e46317 !important;
    color: #e46317 !important;
}

/* Popular Articles Sidebar */
.Layout__layout2 {
    padding-left: 40px;
}

.PopularArticles__title {
    font-weight: 600;
    margin-bottom: 16px;
}

.PopularArticles__link {
    color: #64748b;
    text-decoration: none;
    font-size: 14px;
    display: block;
    margin-bottom: 12px;
}

.PopularArticles__link:hover {
    color: #3b82f6;
}

























/* 1. Reset the Row Container */
.KbCategoryContainer__row {
    display: flex !important;
    flex-wrap: wrap !important; /* Allows cards to drop to next line on mobile */
    justify-content: center !important;
    gap: 25px !important;
    padding: 0px 20px !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

/* 2. Fix the Card Box */
.KbCategory__box {
    flex: 1 1 280px !important; /* Prevents the 'skinny' look, sets a base width */
    max-width: 320px !important;
    min-width: 250px !important;
    background: #ffffff !important;
    border: 1px solid #eef2f6 !important;
    border-radius: 16px !important;
    padding: 30px 20px !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 6px rgba(0,0,0,0.02) !important;
    display: block !important;
}

.KbCategory__boxInner {
    width: 100% !important;
}

/* 3. Re-align the Content (Icon and Text) */
.MediaObject__mediaObject {
    display: flex !important;
    flex-direction: column !important; /* Stack icon on top of text */
    align-items: center !important;
    text-align: center !important;
}

/* 4. Fix the Typography (No more vertical stacking) */
.KbCategory__topic a {
    display: block !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #111827 !important;
    text-decoration: none !important;
    margin: 15px 0 10px 0 !important;
    white-space: normal !important; /* CRITICAL: Allows natural word wrapping */
    line-height: 1.4 !important;
}

.KbCategory__topicContent {
    font-size: 14px !important;
    color: #6b7280 !important;
    line-height: 1.6 !important;
    white-space: normal !important;
    margin: 0 !important;
}

/* 5. Icon/Avatar Sizing */
.Avatar__avatar {
    width: 60px !important;
    height: 60px !important;
    margin: 0 auto !important;
}

/* 6. Professional Hover Effect */
.KbCategory__box:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 15px 30px rgba(0,0,0,0.08) !important;
    border-color: #ff712d !important;
}
























/* ============================= */
/* REMOVE NAVBAR BACKGROUND */
/* ============================= */
.Header__navbar {
    background: transparent !important;
    box-shadow: none !important;
}

/* Optional: if Zoho applies container background */
.Header__container {
    background: transparent !important;
}

/* ============================= */
/* BASE TAB STYLE (NO COLOR CHANGE) */
/* ============================= */
.Header__menuList .Header__tabsTab a {
    position: relative;
    text-decoration: none;
    background: transparent !important;
}

/* ============================= */
/* UNDERLINE EFFECT (HOVER + ACTIVE) */
/* ============================= */
.Header__menuList .Header__tabsTab a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 2px;
    background: currentColor; /* keeps original text color */
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.25s ease-in-out;
}

/* Hover effect */
.Header__menuList .Header__tabsTab a:hover::after {
    transform: scaleX(1);
}

/* Active tab underline (Zoho uses Header__active on LI) */
.Header__tabsTab.Header__active a::after {
    transform: scaleX(1);
}

/* ============================= */
/* OPTIONAL: REMOVE ANY HEADER BACKDROP */
/* ============================= */
.Header__navbar,
.Header__container {
    border: none !important;
    backdrop-filter: none !important;
}



/* SEARCH BAR */


/* 1. Main Search Container (The Pill Shape) */
.SearchContainer__globalSearch {
    display: flex !important;
    align-items: center !important;
    background-color: #ffffff !important;
    border: 1px solid #ff712d !important; /* Brand Orange */
    border-radius: 50px !important;
    padding: 2px 2px 2px 20px !important; /* Space for text on left, tight on right for button */
    max-width: 600px !important;
    margin: 0 auto !important;
    height: 48px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05) !important;
    position: relative !important; /* Essential for dropdown positioning */
    transition: box-shadow 0.3s ease !important;
}

.SearchContainer__globalSearch:focus-within {
    box-shadow: 0 4px 20px rgba(255, 113, 45, 0.15) !important;
}

/* 2. Input Field Area */
.SearchContainer__formGroup {
    flex: 1 !important;
    display: flex !important;
    align-items: center !important;
}

.Input__headerSearch {
    background: transparent !important;
    border: none !important;
    outline: none !important;
    font-size: 15px !important;
    color: #333333 !important;
    width: 100% !important;
    font-family: inherit !important;
}

.Input__headerSearch::placeholder {
    color: #999 !important;
}

/* 3. Filter Dropdown Trigger (Center section) */
.SearchContainer__moduleChangePopup {
    display: flex !important;
    align-items: center !important;
    padding: 0 15px !important;
    border-left: 1px solid #eeeeee !important;
    height: 24px !important; /* Vertical separator line height */
    cursor: pointer !important;
    white-space: nowrap !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #666666 !important;
    position: relative !important;
}

.SearchContainer__moduleChangePopup:hover {
    color: #ff712d !important;
}

/* Fix for the Dropdown Arrow Icon */
.SearchContainer__downArrow {
    display: inline-block !important;
    margin-left: 8px !important;
    width: 0 !important; 
    height: 0 !important; 
    border-left: 5px solid transparent !important;
    border-right: 5px solid transparent !important;
    border-top: 5px solid #666 !important; /* Creates a clean triangle */
    vertical-align: middle !important;
}

/* 4. The Circular Search Button (Right section) */
.SearchContainer__searchIcon {
    background-color: #ff712d !important;
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    border-radius: 50% !important; /* Perfect circle */
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    cursor: pointer !important;
    transition: background 0.2s ease !important;
    margin-left: 5px !important;
}

.SearchContainer__searchIcon:hover {
    background-color: #e6601f !important;
}

.SearchContainer__searchIcon svg {
    width: 18px !important;
    height: 18px !important;
    fill: #ffffff !important;
}

/* 5. The Search Filter Popup Menu */
.SearchContainer__searchFilter {
    position: absolute !important;
    top: calc(100% + 10px) !important; /* Floats 10px below the bar */
    right: 50px !important; /* Aligns roughly under the filter text */
    background: #ffffff !important;
    border-radius: 12px !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1) !important;
    border: 1px solid #eeeeee !important;
    min-width: 180px !important;
    z-index: 1001 !important;
    padding: 8px 0 !important;
    list-style: none !important;
    margin: 0 !important;
    overflow: hidden !important;
}

/* Individual list items in dropdown */
.SearchContainer__searchModule {
    padding: 10px 20px !important;
    font-size: 14px !important;
    color: #444444 !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
}

.SearchContainer__searchModule:hover {
    background-color: #fff5f0 !important; /* Soft orange background */
    color: #ff712d !important;
}

/* Current selection in dropdown */
.SearchContainer__selected {
    background-color: #fff5f0 !important;
    color: #ff712d !important;
    font-weight: 600 !important;
}

/* Common resets for the parent components */
.commonStyle__borderNone { border: none !important; }
.commonStyle__outlineNone { outline: none !important; }



/* Target the orange search button */
.SearchContainer__searchIcon {
  display: inline-flex !important;    /* Use flexbox for perfect centering */
  align-items: center !important;     /* Vertical center */
  justify-content: center !important;  /* Horizontal center */
  background-color: #ff712d !important;
  width: 44px !important;              /* Matches the circle height */
  height: 44px !important;
  border-radius: 50% !important;
  cursor: pointer !important;
  padding: 0 !important;               /* Remove any padding that shifts the icon */
  margin: 0 !important;
  transition: background-color 0.2s ease !important;
}

/* Target the magnifying glass SVG inside */
.SearchContainer__searchIcon svg {
  width: 20px !important;             /* Increased size for better visibility */
  height: 20px !important;
  fill: #ffffff !important;           /* Pure white icon */
  margin: 0 !important;               /* Remove any system margins */
  position: static !important;        /* Remove relative positioning that causes shifts */
}

/* Subtle hover effect */
.SearchContainer__searchIcon:hover {
  background-color: #e6601f !important;
}


/* 1. The Trigger Container (Where the arrow lives) */
.SearchContainer__moduleChangePopup {
  display: flex !important;
  align-items: center !important;
  padding: 0 15px !important;
  border-left: 1px solid #eeeeee !important;
  cursor: pointer !important;
  position: relative !important; /* Context for the absolute dropdown */
  height: 24px !important;
}

/* 2. Fix the Arrow Icon (Triangle look) */
.SearchContainer__downArrow {
  display: inline-block !important;
  width: 0 !important;
  height: 0 !important;
  border-left: 5px solid transparent !important;
  border-right: 5px solid transparent !important;
  border-top: 5px solid #666666 !important;
  margin-left: 8px !important;
  vertical-align: middle !important;
}

/* 3. The Dropdown Menu (The Floating Box) */
.SearchContainer__searchFilter {
  position: absolute !important;
  top: 45px !important;      /* Moves it exactly below the bar */
  left: 50% !important;
  transform: translateX(-50%) !important; /* Centers it under the arrow */
  background-color: #ffffff !important;
  border-radius: 10px !important;
  border: 1px solid #eeeeee !important;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1) !important;
  min-width: 180px !important;
  padding: 8px 0 !important;
  list-style: none !important;
  z-index: 9999 !important;
  overflow: hidden !important;
}

/* 4. Individual Menu Items */
.SearchContainer__searchModule {
  padding: 12px 20px !important;
  font-size: 14px !important;
  color: #333333 !important;
  text-align: left !important;
  transition: all 0.2s ease !important;
  display: block !important;
}

/* Hover Effect */
.SearchContainer__searchModule:hover {
  background-color: #fff5f0 !important; /* Soft brand orange tint */
  color: #ff712d !important;
}

/* Selected State (The active one) */
.SearchContainer__selected {
  background-color: #fff5f0 !important;
  color: #ff712d !important;
  font-weight: 600 !important;
}

/* Remove any system bullets */
.commonStyle__listStyleNone { list-style: none !important; }
































/*FOOTER */

.site-footer {
  background-color: #ffffff;
  padding: 60px 20px 30px;
  border-top: 1px solid #eeeeee;
  font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  color: #333333;
}

.footer-container {
  max-width: 1100px;
  margin: 0 auto;
}

/* Top Section */
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.footer-logo img {
  height: 40px;
  width: auto;
}

.social-links {
  display: flex;
  gap: 15px;
}

.social-links a {
  transition: opacity 0.2s ease;
}

.social-links a:hover {
  opacity: 0.7;
}

.social-links img {
  height: 18px;
  width: auto;
}

/* Divider */
.footer-divider {
  border: 0;
  border-top: 1px solid #eeeeee;
  margin-bottom: 40px;
}

/* Body Section */
.footer-body {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 40px;
}

.footer-col h4 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
  color: #000;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col ul li {
  margin-bottom: 10px;
}

.footer-col ul li a {
  text-decoration: none;
  color: #999999;
  font-size: 14px;
  transition: color 0.2s;
}

.footer-col ul li a:hover {
  color: #ff712d; /* Using your brand orange for hover */
}

.address-col p {
  font-size: 14px;
  color: #999999;
  margin: 5px 0;
  line-height: 1.6;
}

.contact-info {
  margin-top: 15px !important;
  color: #999999 !important;
}

/* Bottom Section */
.footer-bottom {
  text-align: center;
  border-top: 1px solid #f9f9f9;
  padding-top: 25px;
}

.footer-bottom p {
  font-size: 12px;
  color: #bbbbbb;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .footer-top, .footer-body {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  
  .footer-logo {
    margin-bottom: 20px;
  }
  
  .footer-col {
    margin-bottom: 30px;
  }
}












.Header__name {
    display: none !important;
}






/* HOME PAGE BODY */


/* Base Container Setup */
#layoutContainer {
    max-width: 1100px !important;
    margin: 0px auto !important;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    color: #333 !important;
}

/* 1. Top Section: Knowledge Base, Community, Tickets */
/* These are the modules at the top. We turn them into modern cards. */
.ContentBox__boxThree {
    display: inline-block !important;
    width: 31% !important;
    margin: 1% !important;
    background: #ffffff !important;
    border: 1px solid #eef2f6 !important;
    border-radius: 12px !important;
    padding: 40px 20px !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.02) !important;
}

.ContentBox__boxThree:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 12px 24px rgba(0,0,0,0.06) !important;
    border-color: #ff712d !important; /* Your brand orange */
}

/* Icon Styling */
.Icon__Xlarge {
    width: 48px !important;
    height: 48px !important;
    margin-bottom: 20px !important;
    fill: #555 !important; /* Professional grey */
}

/* Header Text in Cards */
.ContentBox__headerMid a {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #1a1a1a !important;
    text-decoration: none !important;
    margin-bottom: 10px !important;
    display: block !important;
}

.ContentBox__boxInnerHome p {
    font-size: 14px !important;
    color: #666 !important;
    line-height: 1.6 !important;
}

/* 2. List Sections: Recent Topics & Popular Articles */
.WidgetContainer__contentList {
    margin-top: 50px !important;
    list-style: none !important;
}

/* Titles (Recent Topics / Popular Articles) */
.ListHeader__header2 {
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #1a1a1a !important;
    border-bottom: 2px solid #ff712d !important;
    display: inline-block !important;
    padding-bottom: 8px !important;
    margin-bottom: 25px !important;
}

.ListHeader__listIcon {
    width: 24px !important;
    height: 24px !important;
    margin-right: 10px !important;
}

/* 3. Article & Topic List Items */
.TopicListWidget__topicList, .ContentList__topicList {
    display: flex !important;
    align-items: center !important;
    padding: 12px 15px !important;
    margin-bottom: 8px !important;
    background: #fdfdfd !important;
    border-radius: 8px !important;
    transition: background 0.2s ease !important;
    border: 1px solid transparent !important;
}

.TopicListWidget__topicList:hover, .ContentList__topicList:hover {
    background: #f8fafc !important;
    border-color: #e2e8f0 !important;
}

/* Link Styling in Lists */
.TopicListWidget__listLink, .ContentList__listLink {
    text-decoration: none !important;
    color: #4a5568 !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    margin-left: 10px !important;
}

.TopicListWidget__listLink:hover, .ContentList__listLink:hover {
    color: #ff712d !important;
}

/* List Icons (The Document Icons) */
.TopicListWidget__topicList_Icon, .ContentList__listIcon {
    width: 18px !important;
    height: 18px !important;
    fill: #cbd5e0 !important;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .ContentBox__boxThree {
        width: 100% !important;
        margin: 10px 0 !important;
    }
}




/* SUBMIT TICKET */


/* 1. Main Background Section */
.Footer__footerBg {
    background-color: #f9fafb !important; /* Very soft grey to separate from white content */
    padding: 40px 20px !important;
    border-top: 1px solid #eeeeee !important;
}

.Footer__container1 {
    max-width: 800px !important;
    margin: 0 auto !important;
}

/* 2. Flex Layout for Info and Button */
.Footer__footerInfo {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    text-align: left !important; /* Aligns text left on desktop for better balance */
}

/* 3. Text Styling */
.Footer__footerQus {
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #1a1a1a !important;
    display: block !important;
    margin-bottom: 8px !important;
    font-family: 'Segoe UI', Roboto, sans-serif !important;
}

.Footer__footerDescription {
    font-size: 16px !important;
    color: #666666 !important;
}

/* 4. The "Submit a Ticket" Button */
.Button__footerBtn {
    background-color: #ff712d !important; /* Your brand orange */
    color: #ffffff !important;
    padding: 14px 32px !important;
    border-radius: 50px !important; /* Matches your pill-shaped search bar */
    border: none !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 14px rgba(255, 113, 45, 0.25) !important;
    outline: none !important;
}

.Button__footerBtn:hover {
    background-color: #e6601f !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(255, 113, 45, 0.35) !important;
}

/* 5. Mobile Responsiveness */
@media (max-width: 768px) {
    .Footer__footerInfo {
        flex-direction: column !important;
        text-align: center !important;
        gap: 30px !important;
    }
    
    .Footer__footerQus {
        font-size: 24px !important;
    }
}

/* SEARCH BAR */


/* 1. Main Search Container (The Pill Shape) */
.SearchContainer__globalSearch {
    display: flex !important;
    align-items: center !important;
    background-color: #ffffff !important;
    border: 1px solid #ff712d !important; /* Brand Orange */
    border-radius: 50px !important;
    padding: 2px 2px 2px 20px !important; /* Space for text on left, tight on right for button */
    max-width: 600px !important;
    margin: 0 auto !important;
    height: 48px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05) !important;
    position: relative !important; /* Essential for dropdown positioning */
    transition: box-shadow 0.3s ease !important;
}

.SearchContainer__globalSearch:focus-within {
    box-shadow: 0 4px 20px rgba(255, 113, 45, 0.15) !important;
}

/* 2. Input Field Area */
.SearchContainer__formGroup {
    flex: 1 !important;
    display: flex !important;
    align-items: center !important;
}

.Input__headerSearch {
    background: transparent !important;
    border: none !important;
    outline: none !important;
    font-size: 15px !important;
    color: #333333 !important;
    width: 100% !important;
    font-family: inherit !important;
}

.Input__headerSearch::placeholder {
    color: #999 !important;
}

/* 3. Filter Dropdown Trigger (Center section) */
.SearchContainer__moduleChangePopup {
    display: flex !important;
    align-items: center !important;
    padding: 0 15px !important;
    border-left: 1px solid #eeeeee !important;
    height: 24px !important; /* Vertical separator line height */
    cursor: pointer !important;
    white-space: nowrap !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #666666 !important;
    position: relative !important;
}

.SearchContainer__moduleChangePopup:hover {
    color: #ff712d !important;
}

/* Fix for the Dropdown Arrow Icon */
.SearchContainer__downArrow {
    display: inline-block !important;
    margin-left: 8px !important;
    width: 0 !important; 
    height: 0 !important; 
    border-left: 5px solid transparent !important;
    border-right: 5px solid transparent !important;
    border-top: 5px solid #666 !important; /* Creates a clean triangle */
    vertical-align: middle !important;
}

/* 4. The Circular Search Button (Right section) */
.SearchContainer__searchIcon {
    background-color: #ff712d !important;
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    border-radius: 50% !important; /* Perfect circle */
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    cursor: pointer !important;
    transition: background 0.2s ease !important;
    margin-left: 5px !important;
}

.SearchContainer__searchIcon:hover {
    background-color: #e6601f !important;
}

.SearchContainer__searchIcon svg {
    width: 18px !important;
    height: 18px !important;
    fill: #ffffff !important;
}

/* 5. The Search Filter Popup Menu */
.SearchContainer__searchFilter {
    position: absolute !important;
    top: calc(100% + 10px) !important; /* Floats 10px below the bar */
    right: 50px !important; /* Aligns roughly under the filter text */
    background: #ffffff !important;
    border-radius: 12px !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1) !important;
    border: 1px solid #eeeeee !important;
    min-width: 180px !important;
    z-index: 1001 !important;
    padding: 8px 0 !important;
    list-style: none !important;
    margin: 0 !important;
    overflow: hidden !important;
}

/* Individual list items in dropdown */
.SearchContainer__searchModule {
    padding: 10px 20px !important;
    font-size: 14px !important;
    color: #444444 !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
}

.SearchContainer__searchModule:hover {
    background-color: #fff5f0 !important; /* Soft orange background */
    color: #ff712d !important;
}

/* Current selection in dropdown */
.SearchContainer__selected {
    background-color: #fff5f0 !important;
    color: #ff712d !important;
    font-weight: 600 !important;
}

/* Common resets for the parent components */
.commonStyle__borderNone { border: none !important; }
.commonStyle__outlineNone { outline: none !important; }



/* Target the orange search button */
.SearchContainer__searchIcon {
  display: inline-flex !important;    /* Use flexbox for perfect centering */
  align-items: center !important;     /* Vertical center */
  justify-content: center !important;  /* Horizontal center */
  background-color: #ff712d !important;
  width: 44px !important;              /* Matches the circle height */
  height: 44px !important;
  border-radius: 50% !important;
  cursor: pointer !important;
  padding: 0 !important;               /* Remove any padding that shifts the icon */
  margin: 0 !important;
  transition: background-color 0.2s ease !important;
}

/* Target the magnifying glass SVG inside */
.SearchContainer__searchIcon svg {
  width: 20px !important;             /* Increased size for better visibility */
  height: 20px !important;
  fill: #ffffff !important;           /* Pure white icon */
  margin: 0 !important;               /* Remove any system margins */
  position: static !important;        /* Remove relative positioning that causes shifts */
}

/* Subtle hover effect */
.SearchContainer__searchIcon:hover {
  background-color: #e6601f !important;
}


/* 1. The Trigger Container (Where the arrow lives) */
.SearchContainer__moduleChangePopup {
  display: flex !important;
  align-items: center !important;
  padding: 0 15px !important;
  border-left: 1px solid #eeeeee !important;
  cursor: pointer !important;
  position: relative !important; /* Context for the absolute dropdown */
  height: 24px !important;
}

/* 2. Fix the Arrow Icon (Triangle look) */
.SearchContainer__downArrow {
  display: inline-block !important;
  width: 0 !important;
  height: 0 !important;
  border-left: 5px solid transparent !important;
  border-right: 5px solid transparent !important;
  border-top: 5px solid #666666 !important;
  margin-left: 8px !important;
  vertical-align: middle !important;
}

/* 3. The Dropdown Menu (The Floating Box) */
.SearchContainer__searchFilter {
  position: absolute !important;
  top: 45px !important;      /* Moves it exactly below the bar */
  left: 50% !important;
  transform: translateX(-50%) !important; /* Centers it under the arrow */
  background-color: #ffffff !important;
  border-radius: 10px !important;
  border: 1px solid #eeeeee !important;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1) !important;
  min-width: 180px !important;
  padding: 8px 0 !important;
  list-style: none !important;
  z-index: 9999 !important;
  overflow: hidden !important;
}

/* 4. Individual Menu Items */
.SearchContainer__searchModule {
  padding: 12px 20px !important;
  font-size: 14px !important;
  color: #333333 !important;
  text-align: left !important;
  transition: all 0.2s ease !important;
  display: block !important;
}

/* Hover Effect */
.SearchContainer__searchModule:hover {
  background-color: #fff5f0 !important; /* Soft brand orange tint */
  color: #ff712d !important;
}

/* Selected State (The active one) */
.SearchContainer__selected {
  background-color: #fff5f0 !important;
  color: #ff712d !important;
  font-weight: 600 !important;
}

/* Remove any system bullets */
.commonStyle__listStyleNone { list-style: none !important; }
































/*FOOTER */

.site-footer {
  background-color: #ffffff;
  padding: 60px 20px 30px;
  border-top: 1px solid #eeeeee;
  font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  color: #333333;
}

.footer-container {
  max-width: 1100px;
  margin: 0 auto;
}

/* Top Section */
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.footer-logo img {
  height: 40px;
  width: auto;
}

.social-links {
  display: flex;
  gap: 15px;
}

.social-links a {
  transition: opacity 0.2s ease;
}

.social-links a:hover {
  opacity: 0.7;
}

.social-links img {
  height: 18px;
  width: auto;
}

/* Divider */
.footer-divider {
  border: 0;
  border-top: 1px solid #eeeeee;
  margin-bottom: 40px;
}

/* Body Section */
.footer-body {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 40px;
}

.footer-col h4 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
  color: #000;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col ul li {
  margin-bottom: 10px;
}

.footer-col ul li a {
  text-decoration: none;
  color: #999999;
  font-size: 14px;
  transition: color 0.2s;
}

.footer-col ul li a:hover {
  color: #ff712d; /* Using your brand orange for hover */
}

.address-col p {
  font-size: 14px;
  color: #999999;
  margin: 5px 0;
  line-height: 1.6;
}

.contact-info {
  margin-top: 15px !important;
  color: #999999 !important;
}

/* Bottom Section */
.footer-bottom {
  text-align: center;
  border-top: 1px solid #f9f9f9;
  padding-top: 25px;
}

.footer-bottom p {
  font-size: 12px;
  color: #bbbbbb;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .footer-top, .footer-body {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  
  .footer-logo {
    margin-bottom: 20px;
  }
  
  .footer-col {
    margin-bottom: 30px;
  }
}












.Header__name {
    display: none !important;
}






/* HOME PAGE BODY */


/* Base Container Setup */
#layoutContainer {
    max-width: 1100px !important;
    margin: 0px auto !important;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    color: #333 !important;
}

/* 1. Top Section: Knowledge Base, Community, Tickets */
/* These are the modules at the top. We turn them into modern cards. */
.ContentBox__boxThree {
    display: inline-block !important;
    width: 31% !important;
    margin: 1% !important;
    background: #ffffff !important;
    border: 1px solid #eef2f6 !important;
    border-radius: 12px !important;
    padding: 40px 20px !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.02) !important;
}

.ContentBox__boxThree:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 12px 24px rgba(0,0,0,0.06) !important;
    border-color: #ff712d !important; /* Your brand orange */
}

/* Icon Styling */
.Icon__Xlarge {
    width: 70px !important;
    height: 70px !important;
    margin-bottom: 20px !important;
    fill: #555 !important; /* Professional grey */
}

/* Header Text in Cards */
.ContentBox__headerMid a {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #1a1a1a !important;
    text-decoration: none !important;
    margin-bottom: 10px !important;
    display: block !important;
}

.ContentBox__boxInnerHome p {
    font-size: 14px !important;
    color: #666 !important;
    line-height: 1.6 !important;
}

/* 2. List Sections: Recent Topics & Popular Articles */
.WidgetContainer__contentList {
    margin-top: 50px !important;
    list-style: none !important;
}

/* Titles (Recent Topics / Popular Articles) */
.ListHeader__header2 {
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #1a1a1a !important;
    border-bottom: 2px solid #ff712d !important;
    display: inline-block !important;
    padding-bottom: 8px !important;
    margin-bottom: 25px !important;
}

.ListHeader__listIcon {
    width: 24px !important;
    height: 24px !important;
    margin-right: 10px !important;
}

/* 3. Article & Topic List Items */
.TopicListWidget__topicList, .ContentList__topicList {
    display: flex !important;
    align-items: center !important;
    padding: 12px 15px !important;
    margin-bottom: 8px !important;
    background: #fdfdfd !important;
    border-radius: 8px !important;
    transition: background 0.2s ease !important;
    border: 1px solid transparent !important;
}

.TopicListWidget__topicList:hover, .ContentList__topicList:hover {
    background: #f8fafc !important;
    border-color: #e2e8f0 !important;
}

/* Link Styling in Lists */
.TopicListWidget__listLink, .ContentList__listLink {
    text-decoration: none !important;
    color: #4a5568 !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    margin-left: 10px !important;
}

.TopicListWidget__listLink:hover, .ContentList__listLink:hover {
    color: #ff712d !important;
}

/* List Icons (The Document Icons) */
.TopicListWidget__topicList_Icon, .ContentList__listIcon {
    width: 18px !important;
    height: 18px !important;
    fill: #cbd5e0 !important;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .ContentBox__boxThree {
        width: 100% !important;
        margin: 10px 0 !important;
    }
}




/* SUBMIT TICKET */


/* UPDATED SUBMIT TICKET SECTION */

/* 1. Main Background Section */
.Footer__footerBg {
    background-color: #f9fafb !important;
    padding: 40px 20px !important;
    border-top: 1px solid #eeeeee !important;
}

.Footer__container1 {
    max-width: 800px !important;
    margin: 0 auto !important;
}

/* 2. Flex Layout for Info and Button */
.Footer__footerInfo {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    text-align: left !important;
}

/* 3. Text Styling */
.Footer__footerQus {
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #1a1a1a !important;
    display: block !important;
    margin-bottom: 8px !important;
    font-family: 'Segoe UI', Roboto, sans-serif !important;
}

.Footer__footerDescription {
    font-size: 16px !important;
    color: #666666 !important;
}

/* 4. UPDATED: Minimalist "Ghost" Button Style */
.Button__footerBtn {
    background-color: transparent !important;
    background: transparent !important;
    color: #ff712d !important;
    border: 1px solid #ff712d !important;
    padding: 12px 32px !important;
    border-radius: 50px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    outline: none !important;
    /* Removed heavy shadow for a cleaner look */
    box-shadow: none !important; 
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* Hover Effect: Fills in the button */
.Button__footerBtn:hover {
    background-color: #ff712d !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 15px rgba(255, 113, 45, 0.2) !important;
}

/* 5. Mobile Responsiveness */
@media (max-width: 768px) {
    .Footer__footerInfo {
        flex-direction: column !important;
        text-align: center !important;
        gap: 30px !important;
    }
    
    .Footer__footerQus {
        font-size: 24px !important;
    }
}
