/*
Theme Name: Cyberfrog (Shaun)

Author: Shaun Hearnden

Version: 999999999999999999999999999999

*/

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}html{scroll-behavior:smooth}body{line-height:1}a{text-decoration-skip-ink:auto}a[href^="tel"]{color:inherit;text-decoration:none}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}input[type="search"]{-webkit-appearance:textfield}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal}
.screen-reader-text:focus{background-color:#f7f7f7;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#007acc;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;right:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.skip-link{left:-9999rem;top:2.5rem;z-index:999999999;text-decoration:underline}
.skip-link:focus{display:block;left:6px;top:7px;font-size:14px;font-weight:600;text-decoration:none;line-height:normal;padding:15px 23px 14px;z-index:100000;right:auto}
.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active){position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);white-space:nowrap}

body, input, textarea, span, div, select{  font-family: "Montserrat", sans-serif!important;}

#header {
    display: block;
    background: #0a1633;
    width:100%;
    padding:10px 0;
}

.light_blue {
    background: #b1d2d8;
   
}
h1, h2, h3, h4, h5, h6, p {
    margin-top: 0; /* Removes default top margin */
    margin-bottom: 16px; /* Standard bottom margin */
    line-height: 1.5; /* Line height for readability */
   
}

/* Specific Heading Styles */

h1 {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 24px; /* Extra space below larger headings */
     font-weight:600;
}

h2 {
    font-size: 36px;
    line-height: 1.3;
    margin-bottom: 20px;
     font-weight:600;
}

h3 {
    font-size: 30px;
    line-height: 1.4;
    margin-bottom: 18px;
     font-weight:600;
}

h4 {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 16px;
     font-weight:600;
}

h5 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 14px;
     font-weight:600;
}

h6 {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 12px;
     font-weight:600;
}

/* Paragraph Styles */

p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 16px; /* Space between paragraphs */
}
a{text-decoration:none;}

#form{max-width:600px; margin:40px auto 0 auto;}


#single_pic{
       display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px; /* Adjust the gap between grid items as needed */

    max-width:900px;
    margin:30px auto 30px auto;
}


input#gform_submit_button_1 {
    background: #0d1631;
    margin:0 auto;
}

#single_pic > div{position:Relative; height:600px; }
#single_pic > div img{    
        position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    height: 100%;
    border-radius:8px;
    object-position: 50% 50%;}












#dual_pic{
       display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px; /* Adjust the gap between grid items as needed */

    max-width:900px;
    margin:30px auto 150px auto;
}


#dual_pic > div{position:Relative; height:300px; }
#dual_pic > div img{    
        position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    height: 100%;
    border-radius:8px;
    object-position: 50% 50%;}

#opening{position: relative; padding:60px 0 0px 0; text-align: center;}
#contact_strip{display:block; text-align: center!important; padding:30px 0;width:100%; position: relative;}
#contact_strip h2{margin:0;}


.wave_top{position: absolute; top:-100px; background-size: cover!important; width:100%; height:100px;left:0; background-repeat:no-repeat!important; background-position: top center!important; z-index: 5;}

.wave_bottom{position: absolute; bottom:-100px; background-size: cover!important; width:100%; height:100px;left:0; background-repeat:no-repeat!important; background-position: bottom center!important}
#menu {
    margin-top: 45px;
}


div#copyright {
    text-align: center;
    font-size: 14px;
    padding: 10px;
    display: block;
}
div#copyright a{color:#000; font-weight:600;}
.grady {
    position: absolute;
    background: #00000050;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

div#reviews h3 {
    text-align: center;
}
#menu a {color:#fff; font-size:20px; font-weight:500;margin-left:25px;}
#menu a:hover{opacity:0.7; transition:0.3s;}

.text_image{display:flex; align-content: stretch;}

.text_image > div {
    width: 50%;
    padding: 100px 200px 200px 200px;
    position: relative;
}

.text_image > div.image img{    
        position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    height: 100%;
    object-position: 50% 50%;}

#footer{display:block; width:100%;  background:#0a1633;padding:130px 0 40px 0;}
#footer *{color:#fff;}
.wave_bottom.lb_wave{background:url(https://wirraldirecttransfersandtravel.co.uk/wp-content/uploads/2025/08/wave_lb2.fw_.png);}
.wave_top.lb_wave{background:url(https://wirraldirecttransfersandtravel.co.uk/wp-content/uploads/2025/08/wave_lb.fw_.png);}
.wave_top.white_wave{background:url(https://wirraldirecttransfersandtravel.co.uk/wp-content/uploads/2025/08/wave.png);}

#header .wrapper{max-width:90%;}

#header .wrapper > div{display:flex;justify-content: space-between}

.wrapper {max-width:1400px; display:block; margin:0 auto;}

#top_banner{width:100%; display:block; position: relative; min-height:800px;}
#why_choose_us{
    margin-top:70px;
       display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px; /* Adjust the gap between grid items as needed */
    
}


#prices {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin: 0 auto;
    max-width: 1000px;
    padding: 50px 0;
    text-align: center;
}
#foot_2 a{display:block;margin-bottom:20px;}

#foot_3 img{width:120px;}
#foot_3 a{display:block;
margin-top:20px;}
#footer .wrapper > div{ display: grid;
    grid-template-columns: 30% 30% 30%; /* Adjust these values as needed */
    gap: 5%; /* Optional: Adjust the gap between columns if needed */}

#opening .wrapper > p {
    font-size: 18px;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

#why_choose_us > div{ padding:30px; text-align: center; background:#0a1633; border-radius:6px}
#why_choose_us > div p{font-size:18px;}

a#logo {
    max-width: 130px;
    display: block;
}



#about_us a{
    
    background: #0a1633;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 50px;
    color: #fff;
}

a#logo img{width:100%;}

#top_banner > img{    
        position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    height: 100%;
    object-position: 50% 50%;}

#top_banner > span{position: absolute;
top: 160px;
left: 50%;
    width:100%;
    z-index: 40;
    text-align: center;
transform: translateX(-50%);}

#top_banner > span h1{color:#fff;}


#why_choose_us i {
    color: #b1d2d8;
    font-size: 50px;
}

#why_choose_us p{color:#fff; margin-top:20px;}


#prices  div > div{font-weight:600; margin-bottom:20px;}

#top_banner a{

    display: inline-block;
    background: #0d1631;
    color: #fff;
    padding: 10px 30px;
    border-radius: 50px;
    font-weight: 600;

}

#top_banner.internal {
    width: 100%;
    display: block;
    position: relative;
    min-height: 300px;
}

#top_banner.internal > span {
    position: absolute;
    top: 100px;
    left: 50%;
    width: 100%;
    text-align: center;
    transform: translateX(-50%);
}

#reviews {
    display: block;
    padding-bottom: 100px;
    border-top: 1px solid #666;padding-top:50px;
}



a.mobile_num {
    background: #b1d2d8;
    color: #000 !important;
    padding: 10px 20px;
    border-radius: 50px;
    font-weight: 700 !important;
}

.plain h3{ margin:40px 0 20px 0;}