/*
Theme Name: OG Interior
Theme URI: oginterior.com
Description: Orange & Green Interiors is your premier choice for bespoke interior design solutions in Chennai. 
Author: Pradeep
Author URI: oginterior.com
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: tags, that, describe, your, theme
*/

/* Reset and basic styles */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1.6;
    font-family: Arial, sans-serif;
    background-color: #fff;
    color: #333;
}

ul, ol {
    list-style-type: disc; /* Default bullet style */
    padding-left: 40px;    /* Indent the list */
}

.container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px;
}





/* Header navigation */

/* Change the site title font to Lucida Fax with 20px size */
.site-title {
	width: 340px;
   font-family: Arial, sans-serif;
    font-size: 22px;
    line-height: 30px;
    padding-left: 10px;
}

.site-title a{
	
	font-family: Arial, sans-serif;
    /*font-family: 'Lucida Fax', serif;*/
    font-size: 28px;
	color:#474747;
	text-decoration:none;
	
}

.sub-title{	
            font-size: 16px;
            padding-left: 44px;
            line-height: 1.2; /* Adjust this value to control the spacing */
            position: absolute;
            padding-bottom: 20px;        
}


/* Header Section */

 header {
	 height: 100px;
	 width:100%;
            background-color: #fff;
            color: #fff;
            padding: 10px 20px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            position: fixed;
	     z-index:3;
	 top: 0px;
	 box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1);
        }


		.header-logo{
			display: flex;
			line-height: 0px;
			vertical-align: middle;
			max-width: 410px;

		}

        .header-logo img {
               max-width: 217px;
    max-height: 62px;
    vertical-align: middle;
        }

		.header-cta{
			background-color: #f60;
			padding: 5px 1%;
			border-radius: 5px;
			color: #fff;
			text-align: center;
			cursor: pointer;
		}
		.header-cta a{
			color: #fff;
			text-decoration:none;
		}
        .main-navigation {
            display: flex;
            align-items: center;
            justify-content: space-between;
            width: 100%;
        }

			.nav-menu {
				list-style: none;
				margin: 0;
				padding: 0;
				display: ruby;
				gap: 10px;
			}

			.nav-menu li {
				position: relative;
				   padding: 0px 10px;
			}

			.nav-menu a {
				color: #232332;
				text-decoration: none;
				display: block;
				padding: 10px 0px;
			}

			.nav-menu a:hover {


				color:#f60;
			}

				.nav-menu li:hover .sub-menu {
					display: block;
				}

				.sub-menu {
					display:none;
				   position: absolute;
					top: 100%;
					left: 0px;
					background-color: #ffffff;
					list-style: none;
					padding: 10px;
					margin: 0;
					z-index: 1000;
					width: 250px;
					box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.2);

					border-radius: 8px;
				}

				.sub-menu a {
					padding: 10px;
					color: #232332;
				}

				.sub-menu a:hover {
					background-color: #dfdfdf;
					color: #f60;
				}

				/* Dropdown icon styling */
				.menu-item-has-children > a::after {
					content: "\25BC"; /* Down arrow */
					margin-left: 10px;
					font-size: 12px;
				}

				/* Change the icon to an up arrow when submenu is visible */
				.menu-item-has-children.active > a::after {
					content: "\25B2"; /* Up arrow */
				}

			

				.hamburger-menu {
					display: none;
					font-size: 24px;
					background: none;
					border: none;
					color: #3d3d3d;
					cursor: pointer;
				}



				.hamburger-menu::before {
					content: '☰';
				}

				.hamburger-menu.active::before {
					content: '✖';
				}

/*meatballsmenu*/


/* Header Section Mobile Responsive */
 @media (max-width: 780px) {
.site-title {display:none;
	}
	 
}

 @media (min-width: 991px) and (max-width: 1079px) {

	 .site-title {
	width: 225px;
			}
	 
	 .site-title a{
		 font-size: 18px;
	 }
	 
	 .sub-title{	
            font-size: 12px;
		     padding-left: 12px;
	 }
	 
	 .nav-menu a{
		 font-size: 14px;
	 }
       
	 .nav-menu li{
		 padding: 0px 2px;
	 }
	 
	 .header-cta{
		     padding: 4px;
		 font-size: 14px;
	 }
	 
	 
}

@media (min-width: 1080px) and (max-width: 1269px) {

	 .site-title {
	width: 225px;
			}
	 
	 .site-title a{
		 font-size: 18px;
	 }
	 
	 .sub-title{	
            font-size: 12px;
		     padding-left: 12px;
	 }
	 
	 .nav-menu a{
		 font-size: 16px;
	 }
       
	 .nav-menu li{
		 padding: 0px 5px;
	 }
	 
	 .header-cta{
		     padding: 4px;
		 font-size: 16px;
	 }
	 
	 
}

        @media (max-width: 991px) {
			
			.site-title {
	width: 340px;
			}
			 header {
				 
				  padding: 10px 5px;
			}
            .nav-menu {
                display: none;
				max-height: 450px;
    overflow-y: auto;
                flex-direction: column;
                width: 100%;
                background-color: #fff;
                position: absolute;
                top: 100px;
                left: 0;
                z-index: 1000;
				box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.2);
            }

            .nav-menu.active {
                display: inline-flex;
            }

            .hamburger-menu {
                display: block;
            } 
			
			.header-logo img{
				    max-width: 217px;
    max-height: 62px;
    vertical-align: middle;
			}
			
			.sub-menu{
				position: static;
				width: 100%;
				box-shadow: none;
				background-color: none;
               border-radius: none;
			}
			
			.sub-menu li{
				padding-left:20px;
			}
			
			.header-cta{
				position:absolute;
				    margin: 0 auto;
					right: 60px;
				    padding: 8px;
			}
			.site-content{
				margin-top: 35px;
			}
				 .menu-item-has-children > a::after {
			cursor: pointer;
			 }
        }


/*scroller top button*/
#scroll-to-top {
    display: none;
    position: fixed;
    bottom: 20px; /* Adjust as needed */
    left: 20px; /* Adjust as needed */
    z-index: 999;
    background-color: #ffa200; /* Button background color */
    color: #fff; /* Button text color */
    border-radius: 5px; /* Button border radius */
    padding: 10px 20px; /* Button padding */
    text-decoration: none;
    transition: opacity 0.2s ease-in-out;
}

#scroll-to-top:hover {
    opacity: 0.8;
}

/*icons*/

.fl-icon{
	width: 30px;
    height: 30px;
	
}

.fl-icon i{
	float: left;
	
}

 @media (max-width: 991px) {
	 .fl-icon i:before{
	float: left;
	font-size:24px!important;
}
}

/*contact Form Style******************/

/* Form Container */
.wpcf7-form {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    /* background-color: #f2f2f2; */
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Form Inputs */
.wpcf7-form input[type="text"],.wpcf7-form input[type="tel"],
.wpcf7-form select,
.wpcf7-form textarea,
.wpcf7-email {
    width: 100%;
    padding: 12px;
    color: #454545 !important;
    margin-top: 6px;
    margin-bottom: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 16px;
}

/* Submit Button */
.wpcf7-form input[type="submit"] {
    background-color: #ff7a59;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}

.wpcf7-form input[type="submit"]:hover {
    background-color: #45a049;
}

/* Labels */
.wpcf7-form label {
    font-weight: bold;
}

/* Textarea */
.wpcf7-form textarea {
    resize: vertical;
    height: 100px;
}


.contactbox{
	    position: absolute;
    z-index: 948;
    bottom: 150px;
    right: 50px;
    background: #fff;

}

.custom-image-slider{
	position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: 1;
    min-height:850px;
}

    .headerphone {
        display: none;
		border: 2px solid #000;
    padding: 5px 10px;
    border-radius: 5px;
    display: inherit;
    align-items: center;
    }
/*contact form style end*/




/*blog start*/

.blogcategorytop{

     margin-top: 100px;
    position: relative;
min-height: 100vh;

}

.wp-block-tag-cloud a{
	    font-size: 18px!important;
    color: #545454!important;
}
.category-blog h1{
	font-size: 30px;
}
.comment-respond{
	display:none;
}

.widget{
	    font-size: 18px !important;
}
.widget h2 strong{
    font-size: 24px;
    font-weight: 700;
}

.widget_categories ul{
	padding: 0px;

}

.widget_categories ul li{
	padding: 15px 0px;
    border-bottom: 1px solid #d5d5d5;
	    display: block;
}


.widget_categories ul li a{
	    color: #252525;
}

.widget_tag_cloud a{
	color: #000000;
}


main .leftcontent{
	padding-right:50px;
}

main .rightcontent{
	padding-left:50px;
}


.post-template-default{
	background-color: #ffffff;
}

.category{
	background-color: #ffffff;
}

.category a{
	color:#545454;
	font-family: 'Roboto';
    font-weight: 600;
}

.wp-block-latest-posts__list li a{
	color:#545454;
}



.wp-block-button__link {
	display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
    background-color: #F3AF32;
    border-radius: 2px;
	color: #000;
}

.wp-block-button__link:hover{
	color: #000;
}

.wp-block-latest-posts__list li{
	padding: 15px 0px;
    border-bottom: 1px solid #d5d5d5;
}

.blogbox img{
	object-fit: contain;
	width: 100%;
	height: auto;
}

#blogsthumb2 .fl-col-small .fl-module{
	  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    border-radius: 20px;
    margin: 1%;
    max-width: 100%;

    margin-bottom: 30px;
	padding: 20px 0px;
}

#blogsthumb .fl-module-content{
	margin:10px;
}

#blogsthumb .fl-col-small .fl-module{	
	max-width: 100%;
    float: left;
    margin: 10px;
    height: 320px;
    padding: 16px 16px;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    transition: all 500ms ease;

}

/*blog end****************/


/*footer start*****************/

.site-footer{
background: #000;
    color: #fff;
    padding: 0 20px;
    position: relative;
    line-height: 25px;
    font-size: 14px;
}

.site-footer a{
	color: #00c2ff;
}
#menu-products{
	display: grid!important;
}
#menu-company{
	display: grid!important;
	
}
#menu-sitemap{
	display: grid!important;
}

/*footer end***************/

/*project phases box dotted*/

.box1:after{
    content: ' ';
    border-bottom-left-radius: 195px;
    width: 30%;
    position: absolute;
    border-bottom: 2px solid red;
    left: 20%;
    bottom: 3px;
    height: 119px;
    border-bottom-style: dashed;

}

.box2:before{
      content: ' ';
    width: 30%;
    border-top: 2px solid red;
    height: 155px;
    position: absolute;
    top: -5px;
    right: 30%;
    border-top-right-radius: 160px;
    border-top-style: dashed;

}

.box2:after{
       content: ' ';
    border-bottom-right-radius: 195px;
    width: 30%;
    position: absolute;
    border-bottom: 2px solid red;
    right: 20%;
    bottom: 3px;
    height: 119px;
    border-bottom-style: dashed;

}

.box3:before{
      content: ' ';
    width: 30%;
    border-top: 2px solid red;
    height: 155px;
    position: absolute;
    top: -5px;
    left: 20%;
    border-top-left-radius: 160px;
    border-top-style: dashed;
}


.box3:after{
    content: ' ';
    border-bottom-left-radius: 195px;
    width: 30%;
    position: absolute;
    border-bottom: 2px solid red;
    left: 20%;
    bottom: 3px;
    height: 119px;
    border-bottom-style: dashed;

}

.box4:before{
      content: ' ';
    width:30%;
    border-top: 2px solid red;
    height: 155px;
    position: absolute;
    top: -5px;
    right: 30%;
    border-top-right-radius: 160px;
    border-top-style: dashed;

}

.box4:after{
       content: ' ';
    border-bottom-right-radius: 195px;
    width: 30%;
    position: absolute;
    border-bottom: 2px solid red;
    right:20%;
    bottom: 3px;
    height: 119px;
    border-bottom-style: dashed;

}

.box5:before{
      content: ' ';
    width: 30%;
    border-top: 2px solid red;
    height: 155px;
    position: absolute;
    top: -5px;
    left: 30%;
    border-top-left-radius: 160px;
    border-top-style: dashed;
}
.box5:after{
    content: ' ';
    border-bottom-left-radius: 195px;
    width: 30%;
    position: absolute;
    border-bottom: 2px solid red;
    left: 30%;
    bottom: 3px;
    height: 119px;
    border-bottom-style: dashed;

}

.box6:before{
      content: ' ';
    width: 30%;
    border-top: 2px solid red;
    height: 155px;
    position: absolute;
    top: -5px;
    right: 20%;
    border-top-right-radius: 160px;
    border-top-style: dashed;

}
.box6:after{
       content: ' ';
    border-bottom-right-radius: 195px;
    width: 30%;
    position: absolute;
    border-bottom: 2px solid red;
    right: 30%;
    bottom: 3px;
    height: 119px;
    border-bottom-style: dashed;

}

.box7:before{
      content: ' ';
    width: 30%;
    border-top: 2px solid red;
    height: 155px;
    position: absolute;
    top: -5px;
    left:20%;
    border-top-left-radius: 160px;
    border-top-style: dashed;
}

/* Mobile Responsive */



@media (max-width: 991px) {
	
	
	.header-logo{
		min-width:0px!important;
		line-height: 20px;
	}
	
	    
	
	
	
	
	
    .site-branding img {
        width: 80px;
        height: auto;
    }
	.slider-content{
		
		    width: 90%;
	}
    .headerphone {
        display: none;
		
    }
	.headerbutton{
		 display: none;
	}
    .contactbox {
        display: none;
    }

    .wpcf7-form input[type="text"],.wpcf7-form input[type="tel"],
    .wpcf7-form select,
    .wpcf7-form textarea {
        padding: 10px;
        font-size: 14px;
    }

    .wpcf7-form input[type="submit"] {
        padding: 10px 15px;
        font-size: 14px;
    }

    .hamburger-menu-items li {
        width: 100%;
    }

    .hamburger-menu-items a {
        font-size: 24px;
        padding-left: 10px;
    }

    .hamburger-toggle,
    .close-toggle {
        width: 40px;
        height: 40px;
    }
	#hamburger-menu-items li::before{
		font-size: 24px;
	}
	
	.hamburger-menu-wrapper{
		top:100px;
	}

	.blogcategorytop{

	   margin-top: 50px;
		position: relative;
		margin-bottom:50px;
	}
	
	
/*project phases box dotted*/

.box1:after{
    content: ' ';
    border-bottom-left-radius: 195px;
    width: 26%;
    position: absolute;
    border-bottom: 2px solid red;
    left: 70px;
    bottom: 3px;
    height: 119px;
    border-bottom-style: dashed;

}

.box2:before{
      content: ' ';
    width: 35%;
    border-top: 2px solid red;
    height: 155px;
    position: absolute;
    top: -5px;
    right: 20%;
    border-top-right-radius: 160px;
    border-top-style: dashed;

}

.box2:after{
       content: ' ';
    border-bottom-right-radius: 195px;
    width: 26%;
    position: absolute;
    border-bottom: 2px solid red;
    right: 70px;
    bottom: 3px;
    height: 119px;
    border-bottom-style: dashed;

}

.box3:before{
      content: ' ';
    width: 35%;
    border-top: 2px solid red;
    height: 155px;
    position: absolute;
    top: -5px;
    left: 20%;
    border-top-left-radius: 160px;
    border-top-style: dashed;
}


.box3:after{
    content: ' ';
    border-bottom-left-radius: 195px;
    width: 26%;
    position: absolute;
    border-bottom: 2px solid red;
   left: 70px;
    bottom: 3px;
    height: 119px;
    border-bottom-style: dashed;

}

.box4:before{
      content: ' ';
    width: 35%;
    border-top: 2px solid red;
    height: 155px;
    position: absolute;
    top: -5px;
    right: 20%;
    border-top-right-radius: 160px;
    border-top-style: dashed;

}

.box4:after{
       content: ' ';
    border-bottom-right-radius: 195px;
    width: 26%;
    position: absolute;
    border-bottom: 2px solid red;
   right: 70px;
    bottom: 3px;
    height: 119px;
    border-bottom-style: dashed;

}

.box5:before{
      content: ' ';
    width: 35%;
    border-top: 2px solid red;
    height: 155px;
    position: absolute;
    top: -5px;
    left: 20%;
    border-top-left-radius: 160px;
    border-top-style: dashed;
}
.box5:after{
    content: ' ';
    border-bottom-left-radius: 195px;
    width: 26%;
    position: absolute;
    border-bottom: 2px solid red;
   left: 70px;
    bottom: 3px;
    height: 119px;
    border-bottom-style: dashed;

}

.box6:before{
      content: ' ';
    width: 35%;
    border-top: 2px solid red;
    height: 155px;
    position: absolute;
    top: -5px;
    right: 20%;
    border-top-right-radius: 160px;
    border-top-style: dashed;

}
.box6:after{
       content: ' ';
    border-bottom-right-radius: 195px;
    width: 26%;
    position: absolute;
    border-bottom: 2px solid red;
   right: 70px;
    bottom: 3px;
    height: 119px;
    border-bottom-style: dashed;

}

.box7:before{
      content: ' ';
    width: 35%;
    border-top: 2px solid red;
    height: 155px;
    position: absolute;
    top: -5px;
    left: 20%;
    border-top-left-radius: 160px;
    border-top-style: dashed;
}
}