@ -628,6 +628,7 @@ Responsive Codes
text-align : center ;
text-align : center ;
letter-spacing : 0 . 001em ;
letter-spacing : 0 . 001em ;
color : # F54C5F ;
color : # F54C5F ;
line-height : 48px ;
display : inline-block ;
display : inline-block ;
}
}
. enquiry-header h2 :: after {
. enquiry-header h2 :: after {
@ -848,6 +849,10 @@ Responsive Codes
background-size : cover ! important ;
background-size : cover ! important ;
position : relative ;
position : relative ;
}
}
. contact-captcha {
display : flex ;
gap : 2rem ;
}
. get-in-touch-section {
. get-in-touch-section {
padding : 3rem 6rem ;
padding : 3rem 6rem ;
background : # F5F5F5 ;
background : # F5F5F5 ;
@ -979,7 +984,7 @@ Responsive Codes
. news-banner-desc h2 {
. news-banner-desc h2 {
font-weight : 700 ;
font-weight : 700 ;
font-size : 60px ;
font-size : 60px ;
line-height : 3 rem;
line-height : 4 rem;
color : # FFFFFF ;
color : # FFFFFF ;
text-align : center ;
text-align : center ;
text-shadow : 4px 4px 4px rgba ( 0 , 0 , 0 , 0 . 25 ) ;
text-shadow : 4px 4px 4px rgba ( 0 , 0 , 0 , 0 . 25 ) ;
@ -1064,6 +1069,7 @@ Responsive Codes
border : none ;
border : none ;
box-shadow : none ;
box-shadow : none ;
outline : none ;
outline : none ;
width : 100 % ;
}
}
. captch-field p {
. captch-field p {
font-weight : 400 ;
font-weight : 400 ;
@ -1323,6 +1329,109 @@ Responsive Codes
width : 140 % ;
width : 140 % ;
}
}
@ media only screen and ( min-width : 320px ) and ( max-width : 480px ) {
/* contact us mobile view */
. about-banner-section . breadcrumb ,
. contact-us-section . breadcrumb ,
. need-chef-banner . breadcrumb {
display : none ;
}
. get-in-touch-section ,
. our-services-header p {
padding : 0 ;
}
. get-in-card {
padding : 2rem ;
border-radius : 0 ;
}
. get-in-card . col-md-7 :: before {
display : none ;
}
. contact-form {
margin : 0 ;
}
. contact-captcha {
display : flex ;
flex-direction : column ;
gap : 1rem ;
margin-bottom : 10px ;
}
/* footer mobile css */
. footer ,
. news-update-section ,
. bloghead-section ,
. related-article ,
. hiring-chef ,
. permanent-visa-section ,
. service-detail-second ,
. service-detail-third ,
. our-services-section ,
. who-we-section ,
. objectives-section ,
. achievement-section ,
. about-us-section ,
. our-serivces-section ,
. our-recruitment-section ,
. news-and-update-section ,
. clients-section ,
. quick-enquiry-setion {
padding : 2rem ;
}
. visa-services ,
. recruitment ,
. quick-links {
float : left ;
}
. footer-bottom ,
. blog-social {
display : flex ;
flex-direction : column ;
}
. footer-desc p {
margin-bottom : 20px ;
}
. chef-banner-content h2 ,
. about-banner-content h2 ,
. contact-banner-content h2 ,
. services-banner-content h2 ,
. service-detail-desc h2 ,
. news-banner-desc h2 {
font-size : 48px ;
line-height : 3 . 3rem ;
}
. blog-header h2 ,
. enquiry-contacts h2 {
text-align : center ;
font-size : 32px ;
line-height : 44px ;
margin-bottom : 15px ;
}
. chef-hire-form button {
padding : 15px ;
}
. service-detail-secone h3 {
font-size : 32px ;
line-height : 44px ;
}
. service-detail-secone {
padding-right : 0 ;
}
. achievement-items {
flex-direction : column ;
align-items : center ;
padding : 0 ;
}
. news-and-update-section . row {
gap : 20px ;
}
. more-news {
grid-template-columns : 1fr ;
}
. chef-hire-form {
padding : 20px ;
}
}
/* large screen */
/* large screen */
@ media screen and ( min-width : 1600px ) {
@ media screen and ( min-width : 1600px ) {
. our-service-card {
. our-service-card {