/*
Theme Name: Saccm Child
Theme URI: https://saccm.in/
Description: Child theme for Divi SACCM
Author: Neocon Interactive
Author URI: https://neoconinteractive.com/
Template: Divi
Version: 1.0.0
*/

/*
 * Add your custom CSS below.
 */

.mega-link > a {
    text-align: left;
    font-size: 15px !important;
    text-transform: uppercase;
    font-weight: 700 !important;
    letter-spacing: 0px;
}
 
.mega-link > a img {
    margin-bottom: 8px; 
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px; 
    border-radius: 5px; 
 
}
.et_pb_gutters3.et_pb_footer_columns4 .footer-widget .fwidget {
    margin-bottom: 10.347%;
}

@media all and (min-width: 981px) {
.et_header_style_centered #logo {
    max-height: 90%;
}
	.et_header_style_centered #main-header .logo_container {
    height: 90px;
	margin-bottom:15px;
}
}
@media all and (min-width: 1200px) {
	.et_header_style_centered #main-header .logo_container {
    height: 110px;
	margin-bottom:20px;
	}
}
.entry-content table:not(.variations), body.et-pb-preview #main-content .container table {
    border: 1px solid #999999;
    margin: 0 0 15px;
    text-align: left;
	width: 100%;
}
.entry-content tr td, body.et-pb-preview #main-content .container tr td {
    border-top: 1px solid #999999;
    padding: 6px 24px;
}
tr:first-child { 
    background-color: #2b76df !important; 
	color:#ffffff !important;
}
.entry-content tr:nth-child(odd) { 
    background-color: #e1f7ff; 
}
.right-links{
	border:1px solid #0097d0;
	padding:1px;
}
.right-links ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width:100%;
	border-left:1px solid #e1f7ff;
	border-right:1px solid #e1f7ff;
	border-bottom:1px solid #e1f7ff;
	
}

.right-links ul li a {
    display: block;
    width:100%;
    background-color: #0097d0;
	padding:6px 10px;
	border-top:1px dashed #e1f7ff;
	color:#ffffff;
	font-weight:bold;
}
.right-links ul li a:hover {
    display: block;
    width:100%;
    background-color: #e5e5e5;
	padding:6px 10px;
	color:#333333;
}
h2{
	color:#2b76df;
}

#bwg_container1_0 #bwg_container2_0 .bwg-container-0.bwg-album-thumbnails .bwg-title2 {
    color: #323A45;
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: bold;
    padding: 2px;
    text-shadow: 0px 0px 0px #888888;
    max-height: 100%;
    margin-bottom: 25px;
}
#bwg_container1_0 #bwg_container2_0 .bwg-container-0.bwg-album-thumbnails {
    width: 1404px;
    justify-content: left !important;
    justify-content: left !important;
    margin: 0 auto !important;
    background-color: rgba(255, 255, 255, 0.00);
    padding-left: 4px;
    padding-top: 4px;
    max-width: 100%;
}
.et_pb_slider_with_text_overlay .et_pb_text_overlay_wrapper {
    padding: 10px 10px 6px 10px;
    border-radius: 1px;
}
.et_pb_widget{
	width:100% !important;
}        


/* CUATOM SEARCH ICON CSS STARTS HERE ADDED ON 15-08-2026 */
#et-secondary-nav .saccm-secondary-search > a {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 30px;
}

#et-secondary-nav .saccm-search-icon {
    display: block !important;
    width: 12px;
    height: 12px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    position: relative;
}

#et-secondary-nav .saccm-search-icon::after {
    content: "";
    position: absolute;
    width: 7px;
    height: 2px;
    background: #ffffff;
    right: -6px;
    bottom: -3px;
    transform: rotate(45deg);
}
.saccm-search-overlay {
    display: none;
}

.saccm-search-overlay.saccm-search-open {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    background: #ffffff;
    min-height: 100vh;
}
/* SACCM Search Overlay */
.saccm-search-overlay {
    box-sizing: border-box;
    padding: 80px 30px;
}

.saccm-search-overlay-inner {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
}

.saccm-search-title {
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 30px;
}

.saccm-search-input-wrapper {
    display: flex;
    align-items: center;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    padding: 0 20px;
    min-height: 64px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.saccm-search-input-icon {
    font-size: 22px;
    margin-right: 14px;
}

.saccm-search-input-wrapper input {
    flex: 1;
    border: 0 !important;
    outline: none !important;
    box-shadow: none !important;
    font-size: 18px;
    background: transparent;
}

.saccm-search-input-wrapper input::placeholder {
    color: #888;
}

.saccm-search-popular {
    margin-top: 35px;
}

.saccm-search-popular-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}

.saccm-search-popular-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.saccm-search-popular-links a {
    display: inline-block;
    padding: 8px 15px;
    border: 1px solid #ddd;
    border-radius: 3px;
    text-decoration: none;
}

.saccm-search-close {
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    background: transparent;
    font-size: 38px;
    line-height: 1;
    cursor: pointer;
}
/* SACCM Search - Tablet & Mobile */
.saccm-mobile-search {
    display: none;
}

@media only screen and (max-width: 980px) {

    .saccm-mobile-search {
        display: block;
        position: absolute;
        right: 55px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 9999;
    }

    .saccm-mobile-search > a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 28px;
        height: 30px;
    }

    .saccm-mobile-search .saccm-search-icon {
        display: block;
        width: 12px;
        height: 12px;
        border: 2px solid #ffffff;
        border-radius: 50%;
        position: relative;
    }

    .saccm-mobile-search .saccm-search-icon::after {
        content: "";
        position: absolute;
        width: 7px;
        height: 2px;
        background: #ffffff;
        right: -6px;
        bottom: -3px;
        transform: rotate(45deg);
    }

}