/*
Theme Name: BK Digital Marketing
Theme URI: http://bkdigitalmarketing.in
Author: Amala Rajini
Author URI: bkdigitalmarketing.in
Description: A custom WordPress theme with basic styles.
Version: 1.0
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom, simple, theme
Text Domain: BK Digital Marketing

*/

/* Basic CSS for Layout */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
}
.fl-row-content-wrap {
  width: 100%;
  
  margin: 0 auto;
}
form{
	padding:20px;
}
.content {
    display: flex;
    margin: 20px;
}

.main-content {
    flex: 3;
    padding: 20px;
    background-color: white;
    margin-right: 20px;
}

.sidebar {
    flex: 1;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

footer {
    text-align: center;
    background-color: #333;
    color: white;
    padding: 10px;
    position: relative;
    width: 100%;
    bottom: 0;
}


/* Header Styling */
.site-header {
    font-family: Arial, sans-serif;
    color: #333;
position: relative;
    z-index: 999;
}

.social-links a{
	    padding: 10px;
    border-radius: 62px;

    background: #000000;
}

/* Top Header Section */
.top-menu {

  padding: 8px 80px;
}

.top-nav {
  list-style: none;
  display: flex;
  gap: 30px;
  justify-content: flex-end;
}

.top-nav li {
  display: inline-block;
}

.top-nav a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.top-nav a:hover {
  color: #000;
}
/*center menu*/

.center-logo-header {
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,.1);
}

.header-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.left-menu,
.right-menu {
    width: 40%;
}

.left-menu {
    text-align: left;
}

.right-menu {
    text-align: right;
}

.center-logo {
position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -100px;
    background: #ffffff;
    padding: 15px;
    border-radius: 50%;
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, .15);*/
    width: 240px;
    height: 240px;
}

.center-logo img {
   /*max-height: 70px; */
    position: relative;
    /* object-fit: revert; */
    left: 2%;
    top: 2px;
width: 200px;
    height: 200px;

}

.menu li {
    display: inline-block;
    margin: 0 15px;
}

.menu li a {
    font-size: 16px;
    font-weight: 500;
    color: #111;
    text-decoration: none;
}

.menu li a:hover {
    color: #5cb85c;
}

/* Mobile */
@media (max-width: 992px) {
	.site-header{
		height: 100px;
	}
    .right-menu {
        display: none;
    }
    .center-logo {
        position: static;
        transform: none;
        box-shadow: none;
		position: absolute;
    	left: -12px;
   		 top: -100px;
    }
}

/* Hide menu in mobile */
@media (max-width: 991px){


	.header-bottom sticky{
		height: 100px;
	}

    .main-navigation .menu{
        display: none;
        flex-direction: column;
        background: #fff;
        position: fixed;
        top: 0;
        right: -100%;
        width: 80%;
        height: 100vh;
        padding-top: 100px;
        transition: 0.3s ease;
        overflow-y: auto;
        box-shadow: -5px 0 15px rgba(0,0,0,0.1);
    }

    .main-navigation .menu.active{
        display: flex;
        right: 0;
    }

    .menu-toggle{
        display: flex;
        cursor: pointer;
    }

}

/* Hamburger Icon Styling */
.menu-toggle {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 24px;
    z-index: 10;
}
.menu-toggle.active {
	top:30px;
	right:10px;
}


.menu-toggle span {
    width: 100%;
    height: 4px;
    background-color: #333;
    border-radius: 2px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

/* Hamburger Active State */
.menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translateY(8px);
	
}

.menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translateY(-8px);
}




.header-top {
    background-color: #D12F31;
    color: #fff;
  
width: 70%;
    float: right;
   
  display: flex;
  justify-content: space-between;
  align-items: center;
  
  clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
}

.header-top .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-bottom .container-fluid {
    display: flex
;
    justify-content: space-between;
    align-items: center;
    margin-top: 0px;
}

.contact-info span {
    margin-right: 20px;
}

.social-links a {
  
    color: #fff;
    text-decoration: none;
}
.fab, .far{
	font-size: 16px;
}

/* Bottom Header Section */

.menuspace{
	
	    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-bottom {
    background-color: #ffffff;
    border-bottom: 1px solid #ddd;

    padding: 15px 0;
}

.header-bottom .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo a {
    font-size: 24px;
    font-weight: bold;
    color: #007bff;
    text-decoration: none;
}

.logo span {
    color: #333;
}
.site-title-tagline .custom-logo-link img{
	    width: 200px;
    height: auto;
    padding-top: 10px;
    position: absolute;
    top: 4px;
}
}
.logo img{
	max-width: 60px;
	    max-height: 60px;
    object-fit: contain;
 animation-duration
}
.logo-title-tagline {
    display: flex;
    align-items: center;
    /*gap: 20px; /* Space between logo and title/tagline */
    padding: 10px 0;
}

.site-logo img {
    max-width: 60px/*Adjust logo size */
    height: auto;
}

.site-title-tagline {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.site-title {
    font-size: 24px;
    margin: 0;
    color: #007bff; /* Title color */
}

.site-title a {
    text-decoration: none;
    color: inherit;
}

.site-tagline {
    font-size: 14px;
    margin: 0;
    color: #666; /* Tagline color */
}


/*navigation*/

/* Hamburger Menu */
.menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 5px;
}

.menu-toggle span {
    width: 25px;
    height: 4px;
    background-color: #333;
    transition: 0.3s;
}

/* Show Hamburger Menu for Small Screens */
@media (max-width: 768px) {

	.header-bottom{
		    padding: 5px 0;
	}

	.menuspace{
		display: none;
	}
	.site-title-tagline .custom-logo-link img{
		width: 147px;
  
    top: 35px;
	}

	.menu-toggle{
		        top: 40px;
	}
	.sub-menu{
		display:none!important;
	}
	
.menu-item-has-children .open{
	display:block!important;
}
	
	
    /* Base Style for Hamburger Menu */
.menu-toggle {
            cursor: pointer;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 30px;
        height: 24px;
        right: 40px;
        position: absolute;
        z-index: 2000;
}

.menu-toggle span {
    width: 100%;
    height: 4px;
    background-color: #333;
    border-radius: 2px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

/* Active State: Transform Hamburger to "X" */
.menu-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translateY(13px);
}

.menu-toggle.active span:nth-child(2) {
    opacity: 0; /* Hide middle bar */
}

.menu-toggle.active span:nth-child(3) {
   transform: rotate(-45deg) translateY(-13px);
}

/* Optional: Add Hover Effect */
.menu-toggle:hover span {
    background-color: #000000; /* Change color on hover */
}

    .main-navigation .menu {
        display: none!important;
        flex-direction: column;
        position: absolute;
        top: 60px;
        right: 20px;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        z-index: 1000;
    }

    .main-navigation .menu.active {
        display: flex!important;
		overflow-y:scroll;
		height: 100vh;
		right: 0px;
    position: absolute;
    top: -30px;
    padding-top: 100px;
    width: 80%;
    }
	
	.main-navigation .menu li{
		margin: 0 15px;
    padding: 16px;
    border-bottom: 1px solid #ccc;
	}
	
	.main-navigation .menu li ul{
		display: none;
        margin-top: 0px;
		position: relative!important;
		box-shadow:none!important;;
    padding: 10px 0;
    list-style: none;
    z-index: 1000;
    width: 100%!important;;
	}
	
	.header-actions{
		display:none!important;
	}
	

	.main-navigation .menu active{
		display:flex!important;
	}
	
	.logo-title-tagline {
    display: flex;
    align-items: center;
    gap: 0px; /* Space between logo and title/tagline */
    padding: 10px 0;
}
	
	.site-tagline{
		font-size: 14px;
    margin: 0;
	}
}

.header-bottom.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    background-color: #f9f9f9;
}

/* Highlight active menu item */
.main-navigation .menu li.current-menu-item a {
    /*background-color: #007bff; /* Blue color for active page */
    color:#78d2ae; /* White text for better contrast */
    border-radius: 5px; /* Optional: Add rounded corners */
}

/* Add dropdown icon to submenu items */
.main-navigation .menu li.menu-item-has-children > a::after {
    content: "\25BC"; /* Downward triangle unicode */
    margin-left: 10px;
    font-size: 12px;
    color: #333; /* Dropdown icon color */
}

/* Rotate dropdown icon for open submenus */
.main-navigation .menu li.menu-item-has-children:hover > a::after {
    transform: rotate(180deg); /* Rotate the icon upwards */
    color: #007bff; /* Change color on hover */
}

/* Style the dropdown menu */
.main-navigation .menu li ul {
    display: none; /* Hide by default */
    position: absolute;
    background-color: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-top: 0px;
    padding: 10px 0;
    list-style: none;
    z-index: 1000;
	width: 200px;
    border-radius: 12px;
}

/* Show dropdown menu on hover */
.main-navigation .menu li:hover > ul {
    display: block;
}

/* Animate dropdown menu */
.main-navigation .menu li ul li {
    opacity: 0;
    transform: translateY(10px);
    animation: dropdown 0.3s forwards;
	padding: 10px 0;
    border-bottom: 1px solid #f3f3f3;
}

.main-navigation .menu li ul li:last-child {
   
    border-bottom: 0px;
}

@keyframes dropdown {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.main-navigation .menu {
    list-style: none;

    margin: 0;
    padding: 0;
    display: flex;
}

.main-navigation .menu li {
    margin: 0 15px;
}

.main-navigation .menu li a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}

.main-navigation .menu li a:hover {
    color: #668C19;
}

/* Header Actions */
.header-actions {
    display: flex;
    align-items: center;
}

.free-quote-btn {
    background-color: #007bff;
    color: #fff;
    padding: 8px 15px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
}

.free-quote-btn:hover {
    background-color: #0056b3;
}

.search i {
    font-size: 18px;
    color: #333;
    margin-left: 15px;
    cursor: pointer;
}

.contact-info span {
    margin-right: 20px;
    font-size: 14px;
    color: #fff;
}
.social-links{
	display: flex;
  gap: 10px; /* space between icons */
    justify-content: end;
}
.social-links a {
     background-color: #000;          /* black circle background */
  color: #fff;                     /* white icon color */
  width: 35px;                     /* circle size */
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;              /* makes it a circle */
  text-decoration: none;
  font-size: 16px;                 /* icon size */
  transition: all 0.3s ease;
}

.social-links a:hover {
    color: #ddd;
}





/* General Form Styles */
.contact form {
padding:20px;
}
form {
    max-width: 600px;
    margin: 0 auto;
    
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Input Fields */
form input[type="text"],
form input[type="email"],
form textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    transition: border-color 0.3s ease;
}

form input[type="text"]:focus,
form input[type="email"]:focus,
form textarea:focus {
    border-color: #007BFF;
    outline: none;
}

/* Submit Button */
form input[type="submit"] {
    background-color: #d12f31; /* Blue color */
    color: white;
    padding: 14px 20px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

form input[type="submit"]:hover {
    background-color: #0056b3; /* Darker blue on hover */
    transform: scale(1.05); /* Slightly enlarge the button */
}

form input[type="submit"]:active {
    background-color: #003f7f; /* Even darker blue when clicked */
}

/* Label Styles */
form label {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
    color: #333;
}

/* Success and Error Messages */
form .success,
form .error {
    padding: 10px;
    margin-bottom: 20px;
    text-align: center;
    border-radius: 5px;
}

form .success {
    background-color: #28a745;
    color: white;
}

form .error {
    background-color: #dc3545;
    color: white;
}


/*footer*/
/* Footer Styles */
.footer {
  background-color: #1A1A1A;
  color: #ffffff;
  padding: 40px 0;
  font-family: Arial, sans-serif;
}

.footer-container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-section {
  flex: 1;
  margin: 10px;
	text-align:left;
}

.footer-section h2,
.footer-section h3 {
 color: #f58208;
}

.footer-section p,
.footer-section ul,
.footer-section form {
  margin: 15px 0;
}

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

.footer-section ul li {
  margin: 8px 0;
}

.footer-section ul li a {
  color: #ffffff;
  text-decoration: none;
}

.footer-section ul li a:hover {
  color: #007bff;
}
/* Subscribe Form Container */
.subscribe-form {
    display: flex;
    align-items: center;
    
    margin: 0 auto;
}

/* Input Field Styles */
.subscribe-form input[type="email"] {
padding: 12px 15px;
    border: 1px solid #ccc;
    border-radius: 5px 0 0 5px;
    font-size: 16px;
    width: 200px;
    outline: none;
    transition: border-color 0.3s ease;
}

/* Focus effect on input field */
.subscribe-form input[type="email"]:focus {
    border-color: #007BFF;
}

/* Submit Button Styles */
.subscribe-form input[type="submit"] {
    padding: 12px 13px;
    border: none;
    margin-top: 15px;
   
    background-color: #007BFF;
    color: white;
    font-size: 18px;
    cursor: pointer;
    border-radius: 0 5px 5px 0; /* Rounded right corners */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

/* Right arrow icon in the button */
.subscribe-form input[type="submit"]:before {
    content: '→'; /* Unicode right arrow */
    font-size: 20px;
    margin-left: 5px;
}

/* Hover effect on submit button */
.subscribe-form input[type="submit"]:hover {
    background-color: #0056b3;
    transform: scale(1.05); /* Slightly enlarge the button */
}

/* Focus effect on submit button */
.subscribe-form input[type="submit"]:focus {
    background-color: #003f7f;
}

.red-text {
  color: #D12F31; /* red color for "PARTNER" */
}
.social-links a {
  
  color: white;
  font-size: 20px;
}

.social-links a:hover {
  color: #007bff;
}

.footer-bottom {
  text-align: center;
  padding: 10px;
  border-top: 1px solid #333;
}

.footer-bottom a {
  color: #007bff;
  text-decoration: none;
}

.abox{
	  background-color: #f6f6f6;
    border-radius: 20px;
    margin: 20px;
    padding: 20px;
}
  
