/*
Theme Name:  Iligbeyle Theme
Author URI: https://www.thegeminigeeks.com/
Version: 1.1
Author: The Gemini Geeks
Description: A theme by The Gemini Geeks
*/
:root {
  /* Color Variables: */
--primarycolor:#505050;
--secondarycolor:#7d4612;
--tertiarycolor:#d79440;
  /* Font Variables: */
--primaryfont:'Anton', sans-serif;
--secondaryfont:'Fira Sans', sans-serif;
}
*{margin: 0;padding: 0;}
body {margin: 0;padding: 0;background: #fff;font-family: var(--secondaryfont);-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;color:var(--primarycolor);font-weight: 400;font-size: 17px;line-height: 1.8;text-rendering: optimizeLegibility;}
a img {border: none;}
a {color:var(--primarycolor);text-decoration: none !important;transition:0.8s;transition: all 0.8s ease;-moz-transition: all 0.8s ease;-ms-transition: all 0.6s ease;-webkit-transition: all 0.8s ease;-o-transition: all 0.8s ease;}
a:hover {transition:0.8s;text-decoration: none;color: var(--secondarycolor);}
.clear {clear: both;}
.divider {clear: both;border-bottom: 1px solid #ddd;margin: 0 0 1.2rem 0;padding: 20px 0 0 0;}
.alignleft{float:left;margin:0 10px 0 0;}
.alignright{float:right;margin:0 0 0 10px;}
.aligncenter{display:block;margin:0 auto;}

#scroll {position: fixed;right: 10px;bottom: 10px;cursor: pointer;width: 40px;height: 40px;background-color: var(--secondarycolor);text-indent: -9999px;display: none;-webkit-border-radius: 60px;-moz-border-radius: 60px;border-radius: 60px;z-index: 999;}
#scroll span {position: absolute;top: 50%;left: 50%;margin-left: -8px;margin-top: -12px;height: 0;width: 0;border: 8px solid transparent;border-bottom-color: #ffffff;}
#scroll:hover {background-color:var(--tertiarycolor);opacity: 1;filter: "alpha(opacity=100)";-ms-filter: "alpha(opacity=100)";}

.inner {width: 1170px;margin: 0 auto;max-width: 100%;}
.overlay {position: absolute;left: 0;right: 0;top: 0;bottom: 0;background-color: #5C2AB5CF;}

.header_area {position:relative;top: 0;left: 0;width: 100%;z-index: 999;transition: background 0.4s, all 0.3s linear;padding: 0.8rem 10px;}
.header_area .row{align-items:center}

#top-bar{display:flex; justify-content:end;align-items: center; gap:1.4rem;-webkit-gap:1.4rem; -moz-gap:1.4rem; margin-bottom:0.9rem;}
#top-bar a{color: #0f0f0f;font-size:18px; display:flex;align-items:center; font-weight:600;font-size: 19px;}
#top-bar a i{margin-right: 0.7rem;font-size:24px}
#top-bar a:nth-child(2){font-size:20px;}
#top-bar a:nth-child(2) i{font-size: 20px; transform: scaleX(-1) scaleY(1)}
#top-bar .fa-envelope{font-weight: 400; font-size: 32px}
#top-bar a:nth-child(1) i{color: var(--secondarycolor); font-weight: 900}

#logo .site-title {float:left;}
#logo .site-title a{color:var(--primarycolorcolor);font-size: 1.5rem;}
#logo img{width:230px;}
.site-menu-toggle{display: none;}

h1,h2,h3,h4,h5,h6, .adv-h3 {margin: 0 0 0.6rem 0;color: #000;line-height: 1.2;font-family: var(--primaryfont);}

h1 {font-size: 36px;text-transform: uppercase;}
h2 {font-size: 40px;text-transform: uppercase; color: var(--secondarycolor)}
h3, .adv-h3 {font-size: 24px;}
h4 {font-size: 20px;}
h5 {font-size: 18px;}
h6 {font-size: 16px;}
h2 span{color: var(--tertiarycolor)}
.menu-bar {text-align: left;width: 30px;}
.menu-bar span {height:2px;background:var(--secondarycolor);display:block;margin-bottom:6px}
.menu-bar span:nth-child(1) {width:17px}
.menu-bar span:nth-child(2) {width:30px}
.menu-bar span:nth-child(3) {width:15px;margin-left:auto;margin-bottom:0}

#scrolleffect {padding-top: 6.25rem; margin-top: -6.25rem;}
.smalltext{text-transform: uppercase;letter-spacing: 5px;display: block;text-align: center}

.btn-primary{background:var(--secondarycolor);padding: 0.5rem 2rem;margin: 2rem auto 0;display: table;color:#fff;transition: .6s ease-in-out;}
.btn-primary:hover{background:var(--secondarycolor);color:#fff;}

.more-btn{padding: 7px 55px;display:table;text-transform: uppercase;font-weight: 600; transition:0.5s ease; font-size: 19px;background: var(--secondarycolor);color: #fff;border-radius: 40px;margin-top: 2rem;}
.more-btn:hover{background:var(--tertiarycolor);color:#fff !important; }

.header-btn{display: table; background: var(--secondarycolor); color: #fff !important; padding: 5px 40px; border-radius: 50px;font-family: var(--secondaryfont);font-weight: 600 !important;}
.header-btn i{font-size: 22px !important;}
.header-btn:hover{background: var(--tertiarycolor); color: #fff !important;}

#slider {position: relative; z-index: 1}
#slider .bg-image img{width: 100%;}

.carousel-caption{position: absolute; top:0; left: 0; right: 0; bottom: 0; display: flex; align-items: center;}
.carousel-caption .row{align-items: center}
.carousel-caption img{width: 100%;}
.carousel-caption h1{font-size: 50px; line-height:1.3; color: var(--secondarycolor)}
.carousel-caption h1 span{color: #fff}

.slider-nav { font-size:30px;width:100px;margin:10px auto}
button.arrow {background:#f1f1f1;color:#555;border:none;padding:5px 10px;font-size:30px;border-radius:100%;width:40px;cursor:pointer;line-height:100%}
button.arrow:hover {color:#000;}
button.arrow--left {float:left;}
button.arrow--right {float:right;}

.line{width: 150px; height: 5px; background: var(--tertiarycolor); margin:1.4rem 0 2rem;}
#about{margin: 5rem 0;}
#about h2{color: var(--secondarycolor)}
#about .row{align-items: center;}
#about img{margin: 0 auto}

#instagram-feed{background: var(--tertiarycolor);  padding: 9rem 15px;position: relative;}
#instagram-feed:before, #instagram-feed:after{content:"";position:absolute; bottom: 0 ; left: 0 ; right: 0; height: 100px; background: url(https://www.iligbeyle.com/wp-content/uploads/2025/06/clip-mask-image-1.jpg) no-repeat bottom; background-size: 100%;}
#instagram-feed:after{bottom: unset; top: 0; background-position:bottom; transform: scaleX(-1) scaleY(-1) }
#instagram-feed h2{text-align: center ; margin-bottom:18px}
#instagram-feed .line{margin: 0 auto 2.5rem; background: #fff;}
#instagram-feed .row{gap: 1.5rem 1rem; -webkit-gap: 1.5rem 1rem; -moz-gap: 1.5rem 1rem;}
#instagram-feed .image-item{flex: 1 0 250px; border-radius: 15px ; overflow: hidden}

#service-section{text-align: center; background: url(https://www.iligbeyle.com/wp-content/uploads/2025/06/Iligbeyle-Menu-Bg-img.jpg) no-repeat center; background-size: cover; padding:5.5rem 0;margin-bottom: 6.5rem;}
#service-section h2{ color:#fff; }
#service-section .line{margin: 1.8rem auto 2.4rem}
#service-section .row{gap: 2.5rem; -webkit-gap: 2.5rem; -moz-gap: 2.5rem;}
#service-section  .row{align-items: start}
p:empty{display: none; position: absolute}

.service-item{flex: 1 0 300px; background:#fff; padding: 0.7rem 0.7rem 0.8rem; border-radius:30px;max-width: 363px;}
.service-item .image{border-radius: 24px; overflow: hidden; margin-bottom: 1.5rem;}
.service-item h3{text-transform: uppercase; color: var(--secondarycolor); font-size: 36px;margin-bottom: 0.7rem;}
.service-item .more-btn{margin: 1.2rem auto 1rem !important; padding:5px 45px}
.service-item p{color: #000; font-size: 18px}

#why-choose {margin-bottom: 5rem;}
#why-choose .row{align-items: center}

#why-choose .col-md-6 .row{gap: 2rem; -webkit-gap: 2rem; -moz-gap: 2rem;}
.icon-box{display: flex; align-items: center; gap:1.2rem; -webki-gap:1.2rem; -moz-gap:1.2rem}
.icon-box .icon img{min-width: 100px; width:100px;}
.icon-box .adv-h3{text-transform: uppercase; font-weight:400; color:var(--secondarycolor);margin-bottom: 0.5rem;}


#testimonials{margin: 4rem 0 6rem; text-align:center;}
#testimonials .line{margin: 1.2rem auto 2.8rem;}

.testimonial-item{display: flex;flex-direction: column; align-items: center; gap: 1rem; background:#f1f1f1; padding:1.8rem 2.2rem; border-radius:20px}
.testimonial-item .adv-h3{font-size: 24px; text-transform:uppercase; color: var(--secondarycolor); margin-top:0rem;}
.testimonial-item .quotes{width: 100px;}
.testimonial-item .stars{width: 150px; margin: 0.3rem 0 0.5rem;}

.column{column-count: 2;margin:25px 0 !important;}
.column3{column-count: 3;}


.info.row{gap: 1rem; -webkit-gap: 1rem; -moz-gap: 1rem; margin-bottom:2rem;}
.info-box{flex: 1 0 200px; text-align: center; background:#fafafa;padding:1.5rem 1rem;border-radius: 15px;border: 1px solid #e5e5e5;}
.info-box img{width: 50px; margin:0 auto 1rem;}
.info-box p{text-align: center !important;margin-bottom:0 !important}
.info-box a{color: #454545 !important;font-weight: 400 !important;}
.info-box strong{font-size: 20px}

.contact-page .line{background: var(--tertiarycolor); margin: 0.5rem 0 1.5rem; height: 4px}
.contact-page #contactform input ,.contact-page #contactform select ,.contact-page #contactform textarea{border: 1px solid #e5e5e5; border-radius: 8px;}
.contact-page #contactform .wpcf7-submit{border-radius: 10px}
.contact-page #contactform p{margin-bottom: 8px; }
.contact-page #contactform textarea{width: 100%;height: 110px !important;}
    
#contactform *{font-size: 15px;color:#595966;font-family: var(--secondaryfont)}
#contactform p{margin-bottom: 5px }
#contactform h3{font-size:26px;text-align: center;}
#contactform i{font-size:26px;}
#contactform h2{font-size: 20px;margin:0 0 15px;font-weight:bolder; text-align: center;color: #252525;text-transform: capitalize;}
#contactform input , #contactform select , #contactform textarea{width: 100%;padding: 15px 20px;background: #fff;border: 0px solid #ddd; margin:6px 0;  transition: 0.5s ease-in-out;-webkit-border-radius: 0px;border-radius: 0px;height: 52px;}
#contactform select{color:var(--primarycolor);color:#595966 !important;}
#contactform textarea{width: 100%;height: 100px !important;padding: 20px;}
#contactform input:focus, #contactform textarea:focus, #contactform select:focus{outline:none;
	color:#000}

::-webkit-input-placeholder { /* WebKit browsers */color:#595966 !important;opacity: 1;}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */color:#595966 !important;opacity: 1;}
::-moz-placeholder { /* Mozilla Firefox 19+ */color:#595966 !important;opacity: 1;}
:-ms-input-placeholder { /* Internet Explorer 10+ */color:#595966 !important;opacity: 1;}

#contactform input.wpcf7-submit{background: var(--secondarycolor);color: #fff;text-transform: uppercase;cursor: pointer;margin: 15px 0 0;display: flex;transition: 0.6s ease-in-out;-webkit-border-radius: 0;border: none;align-items: center;padding: 0px 51px 0;font-size: 18px;font-weight: 500;width: fit-content;border: 2px solid transparent;border-radius: 48px !important;height: 45px;}
#contactform input.wpcf7-submit:hover{background: #101010 !important;; background: transparent;color: #fff ;}
#contactform .wpcf7-spinner{display: none}
#contactform .col-md-12{padding: 0}

textarea, iframe{max-width: 100%;}
.wpcf7-response-output{color:#595959 !important;background:tranparent !important;border:0px !important}
#contactform .wpcf7-not-valid-tip {background: var(--secondarycolor) !important;}

#babyseat p,#returnjourney p{width: 100%;display: flex;align-items:center}
#contactform .wpcf7-radio{display: flex;}
#contactform .wpcf7-list-item{display: flex}
#contactform .wpcf7-list-item label{width: 100%;}
#contactform .wpcf7-radio input{width:unset}

.post {padding: 10px;margin: 0 0 10px 0;}
.post p {margin-bottom:1rem}
.post p a {font-weight: bold;}
.post a {color: #000;}
.post ul {margin: 10px 0 0px 0px;}
.post ul li {list-style :none;margin: 0 0px 10px 0px;display: flex;list-style-position: inside;}
.post ul li:before{color: #F47E49;content: "\f00c";margin-right: 8px;font-family:'Font Awesome 5 Free';font-weight:900}

#menupage h3{background:var(--secondarycolor);color:#fff;padding: 5px 0 5px 10px;text-align:left;font-size: 28px;letter-spacing: 1px;font-family: var(--primaryfont);font-weight: 500;margin-top: 1rem;}
#menupage h3 a {color:#fff;}
#menupage h5{font-size:20px;color:var(--primarycolor);text-align:left;font-family: var(--secondaryfont);font-weight: 500;margin: 0;}
#menupage h5 #chilli{float:none;display:inline-flex;margin-left:5px;align-items: center;}
#menupage h5 #chilli img{width:25px;}
#menupage h5 .price{float:right;margin-right:5px}
#menupage .list{padding:6px 0;border-bottom:2px solid #efefef;}
#menupage p{font-size:14px !important;margin:0 0 10px;line-height: 1.4em;}
#menupage .menuimg{margin:110px 0;}
.redtxt{color:#dc2021 !important}
.orderimg{margin: 2rem auto;display: table;transition:0.6s ease-in-out}
.orderimg:hover{box-shadow: 0px 5px 10px rgb(0,0,0,0.3)}

#pagetitle {padding:6rem 0;width: 100%;text-align: center;background:url(https://www.iligbeyle.com/wp-content/uploads/2025/06/inner-page-banner.jpg) no-repeat center;color:#fff;background-size:cover;position: relative;z-index:1;width: 100%;}
#pagetitle:before{content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: #00000069; z-index: -1;}
#pagetitle h1 {text-align: center; color:#fff;margin-bottom: 0.7rem;font-size: 40px;}
#pagetitle p {color:#fff;text-align: center;font-size: 20px;}
.breadcrumb {list-style: none;border-radius: 4px;max-width: 100%;float: none;font-size: 15px;text-transform: uppercase;color: #fff;font-weight: 300;}
.breadcrumb a{color:#fff}
.breadcrumb a:hover{color:var(--tertiarycolor);}
.breadcrumb>li {display: inline-block;}
.breadcrumb>li+li:before {content: "\f101";padding: 0 5px;color: #fff;font-family:'Font Awesome 5 Free';font-weight:900}
/* #pagetitle .breadcrumb> a {color: #fff} */

#main{padding: 3rem 0;}
#main p{color:var(--primarycolor);font-size: 16px;text-align:justify;}
#main a{color:var(--secondarycolor)}
#main a:hover{color:var(--primarycolor);}
#main h3{border-bottom: 1px solid #eee;line-height: 50px;margin: ;}
#main li{list-style: none;line-height: 30px;color: var(--primarycolor);}

.widget {padding: 0 1rem;}
.widget h3 {border-bottom: 2px solid var(--primarycolor);text-transform: capitalize;padding: 0 0 0.9rem 0;}
.widget ul li {display:flex;list-style-type:none;border-bottom: 1px dashed var(--primarycolor);margin: 0 0 0.9rem 0;}
.main-widget {padding: 0 0.7rem; color:#000; text-align:center;}
.main-widget img{width: 310px; max-width: 90%; margin:0 auto 0rem;}

#bottom .footer-contact li{margin-bottom: 0.9rem;}
#bottom .footer-contact li:before{font-family:'Font Awesome 5 Free';font-weight:900;color:#fff;font-size:1.2rem}
#bottom .footer-contact .address:before {content: "\f3c5"; margin-right: 10px;}
#bottom .footer-contact .phone:before {content: "\f879"; margin-right: 10px;transform: rotate(80deg);}
#bottom .footer-contact .email:before {content: "\f0e0"; margin-right: 10px;}


#bottom {background:url(https://www.iligbeyle.com/wp-content/uploads/2025/06/Iligbeyle-Footer-BG.jpg) no-repeat center;font-size: 16px;padding: 5rem 0 0;background-size: cover;}
#bottom .grid{display:grid; grid-template-columns:31% auto;gap: 3rem 3rem; -webkit-gap: 3rem 0rem; -moz-gap: 3rem 0rem;align-items: center;}
#bottom a {color: #fff;}
#bottom a:hover {color:var(--tertiarycolor);}
#bottom i {color: #fff;margin-right: 0px;}
#bottom .widget h3 {border: none;text-align: left;font-weight: 500;color: #fff;font-size: 26px;letter-spacing: 0px;text-transform: uppercase;}
#bottom .widget li {border: none;text-decoration: none;color:#fff;list-style: none;}

#footer {clear: both;background:transparent;color: #fff;padding:0 0 1rem;text-align: center;font-size:15px;margin-top: 2rem;}
#footer a {color: #fff;}
#footer a:hover {color:var(--tertiarycolor);}
.fleft {float: left;}
.fright {float: right;}


.phone-call {width: 50px;height: 50px;left: 20px;bottom: 20px;background:var(--tertiarycolor);position: fixed;text-align: center;color: #ffffff;cursor: pointer;border-radius: 50%;z-index: 9999;display: inline-block;line-height: 65px;font-size: 1.6rem;line-height: 50px;animation: shake 1.8s linear infinite alternate;}
.phone-call i{color:#000;}
.phone-call:before {position: absolute;content: " ";z-index: -1;top: -15px;left: -15px;background-color:var(--tertiarycolor);width: 80px;height: 80px;border-radius: 100%;animation-fill-mode: both;-webkit-animation-fill-mode: both;opacity: 0.6;-webkit-animation: pulse 1s ease-out;animation: pulse 1.8s ease-out;-webkit-animation-iteration-count: infinite;animation-iteration-count: infinite;}
.fa-phone-alt::before {content: "\f879";}
@-webkit-keyframes pulse {
    0% {-webkit-transform: scale(0);opacity: 0;}
    25% { -webkit-transform: scale(0.3); opacity: 1; }
    50% {-webkit-transform: scale(0.6);opacity: .6;}
    75% {-webkit-transform: scale(0.9);opacity: .3;}
    100% {-webkit-transform: scale(1);opacity: 0;}
}

@keyframes shake{
    50%{transform:scale(1.1)rotate(90deg)}
}

@keyframes pulse {
    0% {transform: scale(0);opacity: 0;}
    25% {transform: scale(0.3);opacity: 1;}
    50% {transform: scale(0.6);opacity: .6;}
    75% {transform: scale(0.9);opacity: .3;}
    100% {transform: scale(1);opacity: 0;}
}


@media screen and (max-width: 981px) {
body {min-width: 230px;}
.desktoponly {display: none !important;}
.inner {width: 100%;padding: 0%;}
img.alignleft,
img.alignright {float: none;display: block;margin: 10px auto;}
.site-menu-toggle{display: block;color: var(--secondarycolor);}
.site-navbar{display: none;}

#logo{display:flex;align-items:center;justify-content:space-between}
#logo .site-title{margin: 10px 0;}
#logo img{width: 200px;height: auto;float:left;}


#bottom {width: 100%;display: block;}
.fleft, .fright {float: none;}
    
    .carousel-caption .row{flex-direction: column-reverse}
    
    #service-section .row{justify-content: center}
    #why-choose .row{flex-direction: column-reverse; gap: 2.5rem; -webkit-gap: 2.5rem; -moz-gap: 2.5rem; }
    #why-choose img{margin: 0 auto}
    
    #bottom {width: 100%;display: block;padding-top: 3rem;}
    .fleft, .fright {float: none;}
    .grid{grid-template-columns: 100% !important; }
       .main-widget{display: flex;justify-content: center}
    
    #about .row{gap: 1.5rem; -webkit-gap: 1.5rem; -moz-gap: 1.5rem; }
}


@media screen and (min-width: 981px) {
.mobonly {display: none !important;}
.lefthalf {float: left;width: 48%;}
.righthalf {float: right;width: 48%;}
.site-menu-toggle{display:none;}
    .carousel-caption .col-md-7 img{width:86%; margin:0 auto}
    
    #about .col-md-6:nth-child(2){padding-left: 3.8rem;}
    #about .image{margin-left: -7rem}
    #about .image img{width: 100%}
    
    #service-section .service-item:nth-child(2){margin-top:7rem;}
    #why-choose .col-md-6:nth-child(1){padding-right: 2rem}
    
    .contact-page > .row > .col-md-6:nth-child(1){padding-right: 2rem}
}


@media screen and (max-width: 800px) {
	.carousel-caption h1{font-size: 35px;}
}
@media screen and (max-width: 600px) {
.wp-pagenavi span.pages, .wp-pagenavi a , .wp-pagenavi a.nextpostslink  {padding: 0.3rem 0.6rem !important;}
.wp-pagenavi span.current{padding:0.8rem}
.column, .column3, .column4{column-count:1}
    #bottom .col-md-4{width: 33%;float: left;}
  #logo img{width: 165px;height: auto;}
    #bottom .col-md-4{width: 100%; margin-bottom: 1rem}
    #footer{margin-top:0.5rem}
    
     #slider .bg-image img{height: 725px;}
    
    .carousel-caption .col-md-7{margin-bottom: 2rem;padding: 0 1rem;}
    
     .carousel-caption .text-box{text-align: center;}
    .carousel-caption .more-btn{margin: 1.5rem auto 0}
    .carousel-caption h1{font-size: 36px;}
    h2{font-size: 32px;line-height: 1.4;}
    h3, .adv-h3, .testimonial-item .adv-h3{font-size: 24px;}
    
    .service-item h3{font-size: 29px}
    .line{width:100px; margin-top: 1rem ; margin-bottom: 1.5rem}
    .more-btn{font-size: 17px; padding: 7px 45px;margin-top: 1.4rem;}
    
    #about{margin-top: 3rem; margin-bottom: 4rem;}
    
    #service-section{padding: 4rem 10px}
    #service-section .line, #why-choose .line{margin: 1.4rem auto 2.2rem}
    
    #service-section{margin-bottom: 4rem}
    #why-choose{margin-bottom: 3rem}
    #why-choose h2{font-size: 29px; text-align: center}
    #why-choose .icon img{min-width: 80px; width: 80px;}
    .icon-box{flex-direction: column; justify-content: center; text-align: center}
    #why-choose .col-md-6 .row{gap: 1.5rem; -webkit-gap: 1.5rem; -moz-gap: 1.5rem}
    
    #testimonials{margin: 4rem 10px 4rem}
    .header_area{padding: 10px 0}
    body, .service-item p{font-size: 16px}
    
    #instagram-feed{padding: 4.5rem 20px}
    
    #pagetitle{padding: 3.5rem 0}
    #pagetitle h1{font-size: 32px}
    #pagetitle .breadcrumb{font-size: 14px;}
}

@media screen and (min-width: 600px) and (max-width: 1120px) {
    #slider .bg-image img{height: 900px}
    .carousel-caption .text-box{text-align: center;}
    .carousel-caption .more-btn{margin: 1.5rem auto 0}
    .carousel-caption h1{font-size: 39px;}
    #slider .col-md-7{padding: 0 4rem 2rem}
    
    #bottom .col-md-3{width: 47%;float: left;}
     #bottom .col-md-4{width: 33%;float: left;}
}
