/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/


.promotionPrice
{
  font-family: 'Open Sans';
}
.promotionPrice span:nth-child(1) {
       font-size: 15px;
    font-weight: 600;
}

.promotionPrice span:nth-child(2) {
  font-size: 20px;
    font-weight: 700;
}

.promotionPrice span:nth-child(3) {
       font-size: 15px;
    font-weight: 600;
}



.domain-search-box {
  
  display: flex;
  justify-content: center;
  margin: 20px auto;
  max-width: 100%;
  font-family: Arial, sans-serif;
  height: 50px;
}

.domain-search-box form {
  display: flex;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.search-input {
  display: flex;
  align-items: center;
  background: #fff;
   
  flex: 1;
  padding: 0 10px;
}
.search-input input::placeholder {
  color: #000;   /* Black */
  font-size: 18px;
  font-weight: 400;
  opacity: 1;    /* optional: kuch browsers me light dikhata hai, isliye 1 set karo */
}

.search-input .icon {
  margin-right: 8px;
  color: #000;
 
}

.search-input input {
  border: none;
  outline: none;
 height: 50px;
  width: 500px;
  padding: 12px;
  font-size: 16px;
}


.btn-search {
  background: #243c96; /* Blue color */
  color: #fff;
  border: none;
  border-color:#243c96 ;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 0 20px;
  font-size: 16px;
  cursor: pointer;
   
  transition: background 0.3s ease;
}

.btn-search-mobile {
    background: #243c96;
    color: #fff;
    border: none;
    border-color: #243c96;
    /* border-top-right-radius: 5px; */
    /* border-bottom-right-radius: 5px; */
    padding: 10px 10px;
    border-radius: 5px;
    font-size: 16px;
    top: 57px;
    width: 43%;
    margin-top: 10px;
    left: 26%;
    cursor: pointer;
    position: absolute;
    transition: background 0.3s 
ease;
}

.btn-search:hover {
  background: #1c2f78;
}

.domain-offer {
  background: linear-gradient(to right, #F67345, #E84F19);

  color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
  border-radius: 5px;
  margin-left: 10px;
  padding: 0 15px 0 15px;
  cursor: pointer;
  /* padding: 10px 15px;
  margin-left: 10px;
  font-size: 14px;
  text-align: center;
  min-width: 120px; */
}

 .domain-offer span {
  font-size: 20px;
  font-weight: 800;
  padding-left: 5px;
}

.domain-offer span span {
  font-size: 12px;
  line-height: 1.2;
  display: flex;
  font-weight: 300;
  flex-direction: column;
  align-items: center;
}
.domain-offer span span.span-top
{
 font-size: 14px;
 margin-right: 5px;
 font-weight: 700;
}

@media (max-width: 767px) {
.domain-search-box
{
  /* border: 2px solid red !important; */
  position: relative;
    margin-top: 0;
  margin-bottom: 50px;
}
.domain-offer
{
  display: none !important;
}
}

/* ==================== TOP BAR - MODERN BLUE SLEEK BAR ==================== */
/* Redesigned by Claude - Hostbreak.com */

/* Main Section Styling */
#brxe-wylaii {
    background: linear-gradient(135deg, #1e3a5f 0%, #2c4a6e 100%) !important;
    position: relative !important;
    overflow: hidden !important;
}

/* Orange accent line at bottom */
#brxe-wylaii::after {
    content: '' !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 3px !important;
    background: linear-gradient(90deg, #f15722 0%, #ff7a45 50%, #f15722 100%) !important;
}

/* Container Styling */
#brxe-xdkpxy {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    max-width: 1200px !important;
}

/* Left Section - Links List */
#brxe-osnbxz {
    gap: 28px !important;
}

#brxe-osnbxz li {
    position: relative !important;
}

#brxe-osnbxz li .content {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}

#brxe-osnbxz li .icon {
    color: #f15722 !important;
    font-size: 15px !important;
    transition: all 0.3s ease !important;
}

#brxe-osnbxz li .icon i {
    color: #f15722 !important;
}

#brxe-osnbxz li a,
#brxe-osnbxz li .title {
    color: #ffffff !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    letter-spacing: 0.3px !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    position: relative !important;
}

/* Underline hover effect */
#brxe-osnbxz li a::after {
    content: '' !important;
    position: absolute !important;
    bottom: -4px !important;
    left: 0 !important;
    width: 0 !important;
    height: 2px !important;
    background: #f15722 !important;
    transition: width 0.3s ease !important;
}

#brxe-osnbxz li a:hover::after {
    width: 100% !important;
}

#brxe-osnbxz li:hover a,
#brxe-osnbxz li:hover .title {
    color: #f15722 !important;
}

/* Right Section - Currency & Login */
#brxe-rsqwrn {
    gap: 16px !important;
}

/* Currency Dropdown Styling */
#brxe-mvthxv {
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    width: auto !important;
    height: auto !important;
}

.language_cl {
    background: rgba(255,255,255,0.1) !important;
    border: 1px solid rgba(255,255,255,0.15) !important;
    border-radius: 30px !important;
    padding: 8px 16px !important;
    transition: all 0.3s ease !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    cursor: pointer !important;
}

.language_cl:hover {
    background: rgba(255,255,255,0.18) !important;
}

/* Currency button text visibility */
.language_cl,
.language_cl a,
.language_cl span,
.language_cl div,
.language_cl button,
.language_cl .selected-lang,
.language_cl > * {
    color: #ffffff !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    background: transparent !important;
    border: none !important;
    text-decoration: none !important;
}

/* Dropdown menu styling */
.language_cl ul,
.language_cl .dropdown,
.language_cl .dropdown-menu,
.language_cl + ul,
.language_cl ~ ul,
.language_cl div[class*="dropdown"],
.language_cl .sub-menu {
    background: #1e3a5f !important;
    border: 1px solid rgba(255,255,255,0.15) !important;
    border-radius: 10px !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3) !important;
    padding: 8px 0 !important;
    margin-top: 8px !important;
    min-width: 100px !important;
}

.language_cl ul li,
.language_cl .dropdown li,
.language_cl .dropdown-menu li {
    background: transparent !important;
}

.language_cl ul li a,
.language_cl .dropdown li a,
.language_cl .dropdown-menu li a,
.language_cl ul li span,
.language_cl .dropdown li span {
    color: #ffffff !important;
    padding: 10px 16px !important;
    display: block !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    transition: all 0.2s ease !important;
}

.language_cl ul li:hover,
.language_cl .dropdown li:hover,
.language_cl ul li a:hover,
.language_cl .dropdown li a:hover {
    background: rgba(241, 87, 34, 0.2) !important;
    color: #f15722 !important;
}

/* Remove any inner borders/outlines */
.language_cl *,
.language_cl *::before,
.language_cl *::after {
    outline: none !important;
    box-shadow: none !important;
}

/* Fix for select elements if used */
.language_cl select {
    color: #ffffff !important;
    background: transparent !important;
    border: none !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    cursor: pointer !important;
    padding-right: 20px !important;
}

.language_cl select option {
    background: #1e3a5f !important;
    color: #ffffff !important;
    padding: 10px !important;
}

/* Login Button */
#brxe-vhwlit,
#brxe-rsqwrn a[href*="whmcs"],
#brxe-rsqwrn a[href*="login"],
#brxe-rsqwrn .brxe-div a {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    background: transparent !important;
    border: 1.5px solid rgba(255,255,255,0.4) !important;
    padding: 7px 18px !important;
    border-radius: 30px !important;
    color: #ffffff !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
}

#brxe-vhwlit:hover,
#brxe-rsqwrn a[href*="whmcs"]:hover,
#brxe-rsqwrn a[href*="login"]:hover,
#brxe-rsqwrn .brxe-div a:hover {
    background: #f15722 !important;
    border-color: #f15722 !important;
    box-shadow: 0 4px 18px rgba(241, 87, 34, 0.45) !important;
    transform: translateY(-1px) !important;
}

#brxe-vhwlit .icon i,
#brxe-rsqwrn a .icon i {
    color: #ffffff !important;
    font-size: 14px !important;
}

/* Hide Top Bar on Mobile (< 991px) */
@media (max-width: 991px) {
    #brxe-wylaii {
        display: none !important;
    }
}

/* Tablet Adjustments */
@media (max-width: 1100px) and (min-width: 992px) {
    #brxe-osnbxz {
        gap: 18px !important;
    }
    
    #brxe-osnbxz li a,
    #brxe-osnbxz li .title {
        font-size: 12px !important;
    }
}

/* ==================== END TOP BAR STYLES ==================== */
