/*
Theme Name: Divi Child Template
Version: 1.0
Description: A customized version of Divi which adds a number of tiny features you need.
Template: Divi
*/

html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  background-color: #E1E4E5;
  line-height: 1.625;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: #2aabf4; text-decoration: none; transition: all 0.4s ease; }
a:hover { color: #1a8dce; }
button { font-family: inherit; cursor: pointer; }
ul { list-style: none; padding: 0; margin: 0; }
p {  color: #666666; }

h1,h2,h3,h4,h5,h6 {
  font-family: "Exo", sans-serif;
  color: #19146c;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 15px 0;
  text-transform: none;
}
.text-white { color: #ffffff !important; }
.text-light { color: #E1E4E5; }
.text-theme { color: #2aabf4; }
.mb-0 { margin-bottom: 0 !important; }
.mb-35 { margin-bottom: 35px; }
.mb-37 { margin-bottom: 37px; }
.mt-30 {margin-bottom: 30px;}
.text-center { text-align: center; }
.pb-45 { padding-bottom: 45px; }
.overflow-hidden { overflow: hidden; }
.full-width { flex: 0 0 100%; width: 100%; }

/* ---------- Buttons ---------- */
.th-btn2 {
  position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-transform: capitalize;
    text-align: center;
    background-color: #101840;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    padding: 20.5px 20px 20.5px 24px;
    min-width: 160px;
    border-radius: 0
}
.th-btn2:before {
    content: "";
    position: absolute;
    height: calc(100% + 2px);
    top: -1px;
    right: -1px;
    width: 56px;
    background-color: #fff;
    z-index: -1;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-clip-path: polygon(16px 0%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(16px 0%, 100% 0, 100% 100%, 0% 100%)
}
.th-btn2:hover {  color: black;
    padding-right: 24px }
.th-btn2 i {  color: #101840;
    font-size: 1em;
    margin-left: 25px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out }
.th-btn2:hover i, .th-btn2.style2:hover i {  margin-left: 11px }
.th-btn2:hover::before,.th-btn2.active::before,.th-btn2.style2:hover::before {
    width: calc(100% + 18px)
}
.th-btn2.style2 i {  color: #ffffff;
    font-size: 1em;
    margin-left: 25px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out }

.th-btn2.style2:before {
    content: "";
    position: absolute;
    height: calc(100% + 2px);
    top: -1px;
    right: -1px;
    width: 56px;
    background-color: #201c67;
    z-index: -1;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-clip-path: polygon(16px 0%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(16px 0%, 100% 0, 100% 100%, 0% 100%)
}
.th-btn2.style2 {
  background-color: transparent;
  color: #101840;
  border: 1px solid #b8b8b9;
  /* clip-path: polygon(12px 0%, 100% 0, calc(100% - 12px) 100%, 0% 100%); */
  padding: 13px 22px;
}
.th-btn2.style2:hover { background-color: #231e7a; color: #ffffff; border-color: #F47629; }
.th-btn2.style3 {
  background-color: #231e7a;
  color: #ffffff;
  border: solid 1px #231e7a;
}
.th-btn2.style4:before{
    display:none;
}
.th-btn2.style4:hover{
 color: #2aabf4;
}
.th-btn2.style4 i{
     color: #ffffff;
     margin-left: 0;
     margin-right: 10px;
}

.th-btn2.style3:hover { background-color: #ffffff; color: #231e7a; }
.th-btn2.btn-sm { padding: 11px 22px; font-size: 14px; }
.about-img-col .btn-group {
    background:#2aabf4;
    padding:20px;
}
.btn-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

/* ---------- Title area ---------- */
.title-area { margin-bottom: 40px; position: relative; z-index: 2; }
.sub-title {
  font-family: "Exo", sans-serif;
  display: inline-flex;
  align-items: center;
  /* gap: 10px; */
  font-size: 15px;
  font-weight: 600;
  color: #2aabf4;
  text-transform: capitalize;
  line-height: 24px;
}
.sub-title svg {flex-shrink: 0;margin-right: 0px;}
.sub-title.shape-white, .sub-title.light-sub {/* color: #ffffff; */}

.sec-title {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 0 14px 0;
  text-transform: capitalize;
  font-family: 'Exo';
  color: #08144d;
}
.sec-text {color: #131313;margin-bottom: 0;}
.text-white .sec-text, .sec-text.text-white { color: #E1E4E5; }



/*HEADER STYLES*/
.home div#page-container {
    padding-top: 0 !important;
}
  .header-menu-container {
    width: 95%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.header-menu-container:after{
   display: none;
}
.top-header {
	text-align:center;
	/* padding-top: 10px; */
	width: 95%;
	max-width: 1080px;
	margin: auto;
	position: relative;
	z-index: 9999;
	display: none;
	gap: 20px;
}
.logo_container {
    position: relative !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: fit-content !important;
}

.logo_container a {
    font-family: 'Libre Baskerville', serif;
    text-align: center;
    position: relative !important;
    line-height: 1.2;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    min-height: 80px;
    max-width: 350px;
}
.logo-link {}

.logo-link img {
    min-height: 80px;
    height: 100% !important;
    max-height: 100px !important;
    width: auto !important;
    max-width: 80% !important;
    object-fit: contain;
    object-position: center;
}

header#main-header, .home #main-header.et-fixed-header {
    background-color: #ffffff;
    /* background-image: url(https://drywall-ga.com/wp-content/uploads/2023/12/pattern-bg.webp); */
    background-size: contain;
    background-repeat: repeat;
    /* padding: 0 0 10px; */
    box-shadow: none;
}
 
.home header#main-header {
	background-image: none;
	/* background-color: transparent; */
}
.header-location-container {
    color: #fff;
    display: flex;
    line-height: 1;
    padding: 12px 0px;
    font-size: 15px;
}
.header-location-container p{
    color: #fff;}

.logo_container a span {
    line-height: 1.2;
}

.header-location-container .fa {
    padding-right: 10px;
    color: #2aabf4;
}

div#et-top-navigation {
    display: flex !important;
    flex-direction: column;
    padding-left: 0 !important;
    padding-top: 0px !important;
    width: 100%;
    position: absolute;
}

.contact-info {
    order: 1;
    background: #2aabf4;
    margin-bottom: 10px;
    position: relative;
    margin-top: 15px;
    display: none;
}
.contact-info-container:before {
    width: 0;
    height: 0;
    border-left: 47.5vw solid transparent;
    border-right: 47.5vw solid transparent;
    border-bottom: 20px solid #2aabf4;
    position: absolute;
    content: '';
    left: 0;
    top: -10px;
    z-index: -1;
}
a.phonenum {
    margin-top: -10px;
}
.contact-info-container {padding-bottom: 5px;/* z-index: 99999; */position: relative;}
div#et_mobile_nav_menu {
    order: 2;
    top: 50%;
    position: relative;
    /* transform: translateY(-50%); */
    width: 100%;
    /* right: 5px; */
}

.mobile_nav  {
    display: inline-block;
    color: #fff;
    line-height: 1;
}
.select_page{display:none;}
.mobile_menu_bar {
    display: inline-block;
    padding-bottom: 0 !important;
    right: 5px;
    position: absolute;
    top: 20px;
}

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

.et_mobile_menu {
    top: 76px;
    background-color: #231e7a !important;
    border-color: #2aabf4;
    box-shadow: 0px 0px 1px 0px #fff;
    width: 100%;
}

.et_mobile_menu a {
    color: #fff !important;
}

 

.contact-info-container a {
    display: flex;
    line-height: 1.5;
    align-items: center;
    justify-content: center;
    color: #101841;
    z-index: 9999;
}
.contact-info-container a:hover {
	color: #293677;
}
.contact-info-container a .fa {
    border-radius: 50%;
    padding: 10px;
    height: 40px;
    width: 40px;
    margin-right: 10px;
    text-align: center;
}

.mobile_menu_bar:before {
    color: #ffffff;
    background: #231e7a;
}

 

/*change Divi opened hamburger menu to X*/

.mobile_nav.opened .mobile_menu_bar:before {
	content: '\4d';
}


/*rotate the Divi Menu icon on click*/

.mobile_menu_bar:before {
	transition: all .4s ease;
	transform: rotate(0deg);
	display: block;

}


/*rotate the Divi Menu icon on click*/


/*END HEADER STYLES*/


/*PAGE STYLES*/
.et_pb_row {
    width: 95%;
}
section.et_pb_module.et_pb_fullwidth_header.et_pb_fullwidth_header_0.et_pb_text_align_center.et_pb_bg_layout_dark.et_pb_fullscreen {
	max-height: 700px !important;
	min-height: 700px !important;
	height: calc(99vh - 72px) !important;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.et_pb_fullwidth_header_0.et_pb_fullwidth_header .et_pb_fullwidth_header_overlay {
    content: '';
    position: absolute;
    inset: 0;
    background-color: #0f163a80 !important;
    z-index: 2;
    pointer-events: none;
}
.et_pb_fullwidth_header_container.center {
	max-height: 400px !important;
	min-height: 400px !important;
	height: calc(99vh - 72px) !important;
	width: 95%;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {
	margin: 0 auto !important;
	padding: 0 0 40px 0;
	width: 95%;
	max-width: 550px;
}
.ws-slogan {
    font-size: 20px;
    text-align: center;
    padding-bottom: 10px;
}

.header-title h1 {
    font-size: 26px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1.2;
}
.header-msg {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
    line-height: 1.6;
    font-family: 'Libre Baskerville', serif;
}
.header-title span {
    font-weight: 500;
    color: #E96122;
}
.header-buttons {
	display:flex;
	justify-content:center;
	align-items:center;
}
.header-buttons .booking-button-switch {
	margin-right: 15px;
}
.button {
    background: #e96122;
    background-size: contain;
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
    padding: 15px 30px;
    display: inline-block;
    line-height: 1;
/*     width: 250px; */
}
.button:hover {background-color: #333533 !important;color: #fff;}
.gallery-btn {
    text-align: center;
}
#gallery img {
    height: 180px;
    width: 100%;
    object-fit: cover;
}
div#homepage-header-holder {
    position: relative;
}

div#home-title-block {
    position: relative;
    background-color: #ffffff!important;
    padding: 0;
}
div#home-title-block .et_pb_row {
    padding: 0;
}
 
/* HTML BADGES STYLE */
div#css-badges-section {
    background-color: #ffffff!important;
}
.badges-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.badge-holder {
    background: #EBEBEB;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc(50% - 10px);
    max-width: 160px;
    padding: 5px 5px 22px 5px;
    margin-top: 10px;
    margin-bottom: 30px;
    position: relative;
    border-radius: 8px;
    box-shadow: 0px 14px 15px 0px rgb(0 0 0 / 29%);
    text-shadow: 0px 15px 15px rgb(0 0 0 / 4%);
}

p.badge-content {
    color: #000000;
    text-align: center;
    line-height: 1.2;
    text-transform: capitalize;
    font-size: 14px;
    min-height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.badge-holder img {
    width: 70%;
    opacity: 0.5;
}

.badge-title {
    background: #e96122;
    font-size: 15px;
    width: 85%;
    text-align: center;
    line-height: 1.2;
    padding: 5px;
    position: absolute;
    bottom: -15px;
    border-radius: 6px;
    box-shadow: 0px 15px 15px 0px rgb(0 0 0 / 28%);
    text-shadow: 0px 15px 15px rgb(0 0 0 / 38%);
    color: #ffffff;
}

.badge-title span {
    font-weight: bold;
    font-size: 17px;
}


.entry-title {
	text-align: center;
	line-height: 1.2;
	font-size: 26px !important;
	color: #2d2d2d;
}
.section-title-heading {
    color: #000000;
    font-weight: 500;
    border-bottom: 3px solid #e96122;
    padding-bottom: 10px;
    margin-bottom: 30px;
    font-size: 32px;
    text-align: center;
}
div#home-title-block .et_pb_image span:before {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    bottom: -45px;
    right: -49px;
    background: #edd815;
    z-index: 999;
    transform: rotate(45deg);
    border-left: 10px solid #ededed;
}
div#home-title-block .et_pb_image:before {
    background-image: radial-gradient(#edd815 0%, transparent 20%, #fa807200 40%);
    background-size: 19px 20px;
    content: '';
    position: absolute;
    width: 145px;
    height: 152px;
    left: -40px;
    top: -43px;
    background-repeat: repeat;
}

div#home-title-block .et_pb_image {
    max-width: 400px;
    margin: 0 auto;
}

div#home-title-block .et_pb_image span {
    overflow: hidden;
}
.home .entry-title {color: #3a3f3e;text-align: center;line-height: 1.2;font-size: 26px !important;font-weight: normal;padding: 0;font-family: 'Libre Baskerville', serif;margin-bottom: 30px;}


.home-title-block-holder {
    display: flex;
    flex-direction: column-reverse;
    padding-top: 0;
    position: relative;
}
.home-title-block-content-holder {
    padding-bottom: 30px;
    padding-top: 30px;
}
.home-title-block-content-holder a {
    color: #e96122;
}
.home-title-bg-section {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    position: relative;
}
 
.home-title-section-heading {
    padding: 20px;
    background: #e96122;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.home-title-bg-section:before {
	    content: '';
	    position: absolute;
	    border-left: 48.5vw solid white;
	    border-right: 48.5vw solid white;
	    border-bottom: 20px solid #ffffff00;
	    transform: rotate(180deg);
	    bottom: 0;
	    z-index: 999;
}
.home-title-section-heading:before{
    content: '';
    position: absolute;
    border-left: 47.5vw solid transparent;
    border-right: 47.5vw solid transparent;
    border-bottom: 20px solid #e96122;
    transform: rotate(180deg);
    bottom: -20px;
}
p.section-bg-title {
    text-align: center;
    color: #fff;
    padding-bottom: 10px;
    font-size: 20px;
    font-family: 'Libre Baskerville', serif;
}

p.section-bg-subtitle {
    text-align: center;
    color: #fff;
    font-size: 15px;
    line-height: 1.2;
}
/* SERVICES SECTION STYLE */

div#services-blocks-section {
    background: rgb(235,235,235) !important;
    background: linear-gradient(135deg, rgba(235,235,235,1) 0%, rgba(235,235,235,1) 30%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 70%, rgba(235,235,235,1) 70%, rgba(235,235,235,1) 100%) !important;
}

.srvBlockTitle p {
	text-align: center;
	font-size: 26px;
	color: #484349;
	line-height: 1.2;
	padding-top: 30px;
	font-family: 'Libre Baskerville', serif;
	font-weight: bold;
}

.srvElement {
	max-width: 500px;
	margin: 0 auto;
	margin-top: 50px;
	position: relative;
	background: #fff;
	box-shadow: 1px 1px 4px 1px rgb(0 0 0 / 7%);
}
.srvElement:first-child::before {
	    background-image: radial-gradient(#e96122 0%, transparent 20%, #fa807200 40%);
	    background-size: 19px 20px;
	    content: '';
	    position: absolute;
	    width: 152px;
	    height: 152px;
	    left: -38px;
	    top: -42px;
	    background-repeat: repeat;
}
.srvElementBody {
    padding: 15px;
}
.srvElementHeader h2 {
	font-size: 22px;
	text-align: center;
	color: #333533;
	min-height: 54px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.srvElementImg {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden;
}

.srvElementImg img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	object-position: center;
	position: relative;
}
.srvElementImg:before {
	    content: "";
	    position: absolute;
	    width: 80px;
	    height: 80px;
	    bottom: -45px;
	    right: -49px;
	    background: #e96122;
	    z-index: 999;
	    transform: rotate(45deg);
	    border-left: 10px solid #fcffff;
}
.srvElementContent {
	text-align: justify;
	color: #333533;
	padding-left: 15px;
	position: relative;
}
.srvElementContent:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 5px;
	background: #e96122;
	left: 0;
}
.srvElement:hover img {
	filter: grayscale(1) drop-shadow(0px 0px 6px #fff);
}

.srvElement:hover h2 {
	color: #e96122;
	font-weight: bold;
}


div#home-content-section {
    background: rgb(235,235,235) !important;
    background: linear-gradient(225deg, rgba(235,235,235,1) 0%, rgba(235,235,235,1) 30%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 70%, rgba(235,235,235,1) 70%, rgba(235,235,235,1) 100%) !important;
}

.link-button {
    background: #e96122;
    background-size: contain;
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
    padding: 15px 30px;
    display: inline-block;
    line-height: 1;
}
.link-button:hover {
	background-color: #484349 !important;
	color: #fff;
}

 

 

div#process-steps-section {
    background-color: #ffffff!important;
}

.prjct-process-title {
    font-size: 26px;
    color: #484349;
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    font-family: 'Libre Baskerville', serif;
}

.prjct-process-title span {
    color: #e96122;
    line-height: 1.2;
}
.prjct-process-holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 500px;
    margin: 0 auto;
    position: relative;
}

.prjct-process-box {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 10px;
    margin-top: 65px;
}

 
.prjct-number {
    font-size: 26px;
    font-weight: bold;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px solid #333533;
    background: #e96122;
    color: #fff;
    position: absolute;
    top: -23px;
    z-index: 99;
}

.prjct-process-border-box {
 position: relative;
 overflow: hidden;
 width: 150px;
 height: 150px;
 background: #ffffff;
}
 
.prjct-content {
    text-align: center;
    line-height: 1.2;
    font-size: 19px !important;
    padding-top: 15px;
    color: #484349;
}
.prjct-content strong{
    color: #484349;
    font-size: 22px !important;
    line-height: 1.6;
    text-transform: uppercase;
}
.prjct-icon {
    font-size: 50px;
    text-align: center;
    line-height: 1;
    width: 150px;
    height: 150px;
    border: 3px solid #484349;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    /* overflow: hidden; */
}
.prjct-icon:before {
    	    content: "";
    	    position: absolute;
    	    width: 80px;
    	    height: 80px;
    	    bottom: -53px;
    	    right: -53px;
    	    background: #e96122;
    	    z-index: 999;
    	    transform: rotate(45deg);
    	    border-left: 10px solid #ffffff;
}
.prjct-icon .fa {
    color: #484349;
}

/* SERVICES LIST SECTION STYLE */
 

div#services-list-section {
    background-color: #ffffff!important;
}
.homepage-services {
	text-align: center;
	margin: 0 auto;
	padding: 35px 0;
	border-top: 1px solid #e96122;
	border-bottom: 1px solid #e96122;
}
.homepage-services #servcss {
	padding: 0;
}
.homepage-services #servcss li {
	position: relative;
	font-weight: bold;
	margin: 0.3em 0;
	padding-left: 20px;
	display: inline-block;
	color: #484349;
	font-family: 'Libre Baskerville', serif;
}

.homepage-services #servcss li:before {
	position: absolute;
	content: '\f00c';
	top: 0;
	left: 0;
	color: #e96122;
	font-family: 'FontAwesome';
}

div#homepage-gallery .et_pb_gallery_items {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

div#homepage-gallery .et_pb_gallery_item {
	width: 50% !important;
	margin: 0 !important;
	margin-bottom: 30px !important;
	float: none !important;
}

div#homepage-gallery .et_pb_gallery_item img {
	padding: 0 10px;
}

div#homepage-gallery .clearfix:after {
	display: none;
}

div#homepage-gallery a.active {
	color: #ffd100;
}


/* NAP SECTION STYLE */
 

div#homepage-nap-section {
    background-color: #ffffff!important;
}
 .homepage-nap h3 {
    text-align: center;
    color: #484349;
    line-height: 1.2;
}

.homepage-nap h3 strong {
    color: #484349;
    font-size: 26px;
    line-height: 1.8;
    font-family: 'Libre Baskerville', serif;
}

/* CONTACT FORM STYLE */
 

div#contact-form-section {
    background-color: #ffffff!important;
}
div#contact-section {
	background-color: #ebebeb;
	-webkit-border-radius: 6px;
	border-radius: 4px;
	padding: 20px;
	margin: 20px auto;
	border: 1px solid;
}
div#contact-section:before {
    background-image: radial-gradient(#e96122 0%, transparent 20%, #fa807200 40%);
    background-size: 19px 20px;
    content: '';
    position: absolute;
    width: 145px;
    height: 152px;
    right: -34px;
    top: -43px;
    background-repeat: repeat;
    z-index: -1;
}
p.free-estimate-title {
	font-size: 26px;
	color: #484349;
	font-style: normal;
	line-height: 1.2;
	padding: 0;
	font-weight: bold;
	text-align: center;
	font-family: 'Libre Baskerville', serif;
}
p.free-estimate-title span {
	color: #e96122;
}
input#customer_name {
	width: calc(50% - 10px);
	float: left;
}

input#phone-cf {
	width: calc(50% - 10px);
	float: left;
	margin-left: 20px;
}

textarea#message {
	margin-bottom: 20px;
}

#contact img {
	float: left;
	width: 120px;
}

input#vercode {
	width: calc(100% - 140px);
	margin: 0;
	margin-left: 20px;
	float: left;
	padding: 7px 10px 10px;
}

form#contactForm {
	text-align: center;
}

input#submitter {
	text-shadow: none;
	box-shadow: none;
	line-height: 1;
	font-weight: bold;
	border-style: solid;
	border-width: 0;
	cursor: pointer;
	height: auto;
	margin-top: 20px !important;
	border: 1px solid #fff0;
	display: inline-block;
	max-width: 280px;
	text-align: center;
	margin: 0 auto;
	background: #08144d;
	color: #fff;
	border-radius: 0px;
	padding: 15px 30px;
	font-size: 17px;
	line-height: 1;
}

input#submitter:hover {
	background-color: #fff !important;
	color: #08144d;
}

input.text,
input.title,
input[type=email],
input[type=password],
input[type=tel],
input[type=text],
select,
textarea {
	width: 100%;
  height: 56px;
  padding: 0 48px 0 22px;
  border: 1px solid #ECF1FF;
  color: #666666;
  background-color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  transition: 0.3s;
  border-radius: 0;
}

textarea {
  height: auto;
  min-height: 120px;
  padding: 16px 48px 16px 22px;
  resize: vertical;
}

#contactForm input[type=text]::placeholder,
#contactForm input[type=password]::placeholder,
#contactForm input[type=tel]::placeholder,
#contactForm input[type=email]::placeholder,
#contactForm input.text::placeholder,
#contactForm input.title::placeholder,
#contactForm textarea::placeholder,
#contactForm select {
	
}

#contactForm input[type=text]:focus,
#contactForm input[type=password]:focus,
#contactForm input[type=tel]:focus,
#contactForm input[type=email]:focus,
#contactForm input.text:focus,
#contactForm input.title:focus,
#contactForm textarea:focus,
#contactForm select:focus {
	outline: none;
  border-color: #2aabf4;
}

#contact {
	padding: 0;
}

/* reviews */

.owl-stage {
    display: flex;
    align-items: center;
}

.review-title {
    position: relative;
    font-family: "Jost", sans-serif;
    font-size: 30px;
    font-weight: bold;
    line-height:1.2;
    color: #000 !important;
    text-align:center;
}
.external-reviews-holder {
    z-index: 99;
    position: relative;
    width: 100%;
    max-width: 500px;
    height: 100%;
    padding: 20px 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sliding-review-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.review-origin-brand {
    background: #fff;
    padding: 10px;
    width: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 20px;
    left: 10px;
}

.review-origin-brand img {
    margin: 0;
    height: 35px;
    object-fit: contain;
}
.external-review-title {
    text-align: center;
    font-size: 20px !important;
    color: #333533;
    
    line-height: 1.1em;
    margin-top: 20px;
    text-transform: uppercase;
}
.external-review-credentials {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    
    color: #333533;
}
.external-review-author {
	margin: 0 5px;
font-style: italic;
Font-size:0.8em;
}

.external-review-date {
    margin: 0 5px;
}

.external-review-text {
  overflow: hidden;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin: 10px 10px 30px 10px;
  text-align: center;
  padding: 0 25px;
  width: 95%;
  color: #333533;
  font-style:italic;
  font-weight:400;
  position: relative;
}

a.add-reviews-link {
    color: #e96122;
    text-transform: uppercase;
    border-radius: 5em;
    font-size: 14px;
    font-weight: 600;
    margin-top: 20px;
    width: 200px;
    transition: 0.3s ease-out;
    display: block;
}
 
div#external-reviews {
    padding: 0 !important;
    background: #63d471;
}

div#external-reviews .et_pb_row {
    padding: 0 !important;
}
.static-external-review-container {
 width: 100%;
 display: flex;
 justify-content: center;
}
.static-external-review-container .external-reviews-holder {
    min-height: 380px;
    justify-content: flex-end;
}
 @media (min-width: 981px) {
     .static-external-review-holder {
    display: flex;
    position: relative;
    justify-content: center;
}
.static-external-review-container {
    width: 50%;
 
}
    .static-external-review-container .external-reviews-holder {
        min-height: 420px;
        justify-content: center;
    }

 .review-origin-brand {
     position: inline;
}
 }
/* end reviews */
/* TESTIMONIALS SECTION STYLE */
 

div#home-testimonials {
    background-color: #ffffff!important;
    padding: 0;
}
 div#testimonials-block {
    padding: 0;
}
.home-testimonials-block-holder {
    display: flex;
    flex-direction: column;
    position: relative;
}

.home-testimonials-bg-section {
    display: flex;
    flex-direction: column-reverse;
    position: relative;
    justify-content: center;
    align-items: center;
}
.home-testimonials-bg-section:before {
	    content: '';
	    position: absolute;
	    border-left: 48.5vw solid white;
	    border-right: 48.5vw solid white;
	    border-bottom: 20px solid #ffffff00;
	    transform: rotate(180deg);
	    bottom: 0;
	    z-index: 999;
}
.home-testimonials-block-content-holder {
    margin-top: 20px;
}

.home-testimonials-section-heading {
    padding: 20px;
    background: #e96122;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.home-testimonials-section-heading:before{
    content: '';
    position: absolute;
    border-left: 47.5vw solid transparent;
    border-right: 47.5vw solid transparent;
    border-bottom: 20px solid #e96122;
    transform: rotate(180deg);
    bottom: -20px;
}
.section-testimonials-title {
    text-align: center;
    color: #fff;
    padding-bottom: 10px;
    font-size: 20px;
    font-family: 'Libre Baskerville', serif;
}

.section-testimonials-subtitle {
    text-align: center;
    color: #fff;
    font-size: 15px;
    line-height: 1.2;
    padding: 0;
}

 

.home .wpcr3_dotline {
	display: none !important;
}

.home .wpcr3_review {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.home .wpcr3_review_ratingValue {
	width: 100%;
	text-align: center;
	margin: 0 !important;
}

.home .wpcr3_review_author {
	margin-left: 5px;
	text-align: center;
}

.home .wpcr3_review_title.wpcr3_caps {
	width: 100%;
	text-align: center;
	margin: 0 !important;
	font-size: 20px;
}

.home span.wpcr3_item_name a {
	color: #333533;
}

div.wpcr3_review blockquote.wpcr3_content {
	border-color: #1b1a1f;
	padding-bottom: 0;
	text-align: justify;
}

.home div.wpcr3_review blockquote.wpcr3_content {
	text-align: center;
	padding-left: 0;
	border: none;
	margin-bottom: 20px;
	color: #333533 !important;
}

div.wpcr3_review blockquote.wpcr3_content p {
	font-size: 17px;
}


.home .wpcr3_reviews_holder {
	position: relative;
}

.home div.wpcr3_review blockquote.wpcr3_content p {
	font-style: italic;
	color: #333533;
}

.testimonials-btn {
	display: block;
	width: 280px;
	text-align: center;
	margin: 5px auto;
	background: #e96122;
	color: #fff;
	font-weight: bold;
	border-radius: 3px;
	padding: 15px 30px;
	display: inline-block;
	line-height: 1;
}

.testimonials-btn:hover {
	background-color: #484349 !important;
	color: #fff;
}


/* FOOTER STYLE */

#main-footer {
background-color: #101018;
    background-image: linear-gradient(180deg, #101018 0%, #181828 100%);
    color: #E1E4E5;	
}
 
div#footer-bottom {
	background-color: #000000;
	padding: 15px;
	color: #ffffff;
}

.paymentsbox {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.footer-widget h4 {
	color: #ffffff;
	font-size: 20px;
	margin-bottom: 20px;
	margin-top: 30px;
	/* font-weight: 400; */
	line-height: 1.5em;
	text-align: center;
	border-bottom: 1px solid #2aabf4;
	text-transform: uppercase;
	/* font-family: 'Libre Baskerville', serif; */
}

.footer-widget .textwidget {
	color: #ffffff;
}

#footer-widgets .footer-widget a {
	background-color: #fff;
}

table.openinghours {
	max-width: 350px;
	margin: 0 auto !important;
	width: 100%;
}

table.openinghours tr {
	display: flex;
	justify-content: space-between;
	line-height: 2;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
}

#current-day {
	background-color: #2aabf4;
	padding: 0 2px;
}

#current-day td {color: #fff;text-shadow: none;}

#closed-day {
	color: #ffffff;
}


/* SIDEBAR, BLOG PAGE, BLOG POST STYLES */

.et_pb_sidebar_0 h4.widgettitle {
	font-size: 26px;
	font-weight: 400;
	color: #000000;
	position: relative;
	margin-bottom: 10px;
	line-height: 1.2;
	text-align: center;
	border-bottom: 1px solid #000000;
}

#sidebar h4.widgettitle {
	font-size: 26px;
	font-weight: 400;
	color: #000000;
	position: relative;
	margin-bottom: 10px;
	line-height: 1.2;
	text-align: center;
	border-bottom: 1px solid #000000;
}

.et_pb_sidebar_0 .textwidget {
	text-align: center;
}

#sidebar .textwidget {
	text-align: center;
}

.single-post div#main-content,
.blog div#main-content {
	background-color: #ffffff;
}

.single-post .et_pb_post .entry-content {
	text-align: justify;
}

#left-area .post-meta a {
	color: #e96122;
}

#left-area .post-meta {
	text-align: center;
}

.blog .et_pb_post {
	text-align: justify;
}
/* buttons */
.booking-button-switch {
 /* display:none; */
}
.top_button {
    position: relative;
    display: inline-block;
    background-color: #e96122;
    font-weight: bold !important;
    text-transform: capitalize;
    text-shadow: none;
    color: #fff;
    padding: 7px 25px;
    transition: 0.3s ease-in-out;
    font-size: 15px;
    border-radius: 3px;
    line-height: 1;
}

.top_button:hover{
	background-color: #333533 !important;
    color: #fff;
}
.floating-estimate-btn {
    text-align: center;
    padding: 5px 15px;
    background-color: #2babf4;
    color: #ffffff !important;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border: 2px solid #000000;
    border-left: 0px;
    font-size: 15px;
    z-index: 999999;
    font-weight: bold;
    position: fixed;
    bottom: 60px;
    text-transform: capitalize;
    width: 200px;
}
#main-footer .listing-rev-btn {
    padding: 5px 15px;
    border: 2px solid #000000;
    border-left: 0px;
    bottom: 10px;
    background: #2babf4;
    color: #fff;
    width: 200px;
    justify-content: center;
    text-transform: capitalize;
    font-size: 15px;
    border-radius:3px;
    display: flex;
    position: fixed;
    bottom: 10px;
    align-items: baseline;
    z-index:999;
    font-weight:bold;
}
#main-footer .listing-rev-btn img {
    display: none;
}
#main-footer .listing-rev-btn .fa {
    display: block;
    margin-right: 5px;
    color: #fff;
}

.wpcr3_button_1{
    position: relative;
    display: inline-block;
    background: #2aabf4;
    font-weight: 600;
    text-transform: none;
    text-shadow: none;
    border: 0px solid;
    color: #fff;
    padding:10px 15px;
    margin-bottom: 20px;
    transition: 0.3s ease-in-out;
    font-size: 16px;
    border-radius:0px;
}

.wpcr3_button_1:hover {
color: #fff;
    background: #333533;
	position: relative;
    display: inline-block;
    font-weight: 600;
    text-transform: none;
    text-shadow: none;
    border: 0px solid;
    color: #fff;
    padding:10px 15px;
    margin-bottom: 20px;
    transition: 0.3s ease-in-out;
    font-size: 16px;
border-radius:0px;
}


/*MEDIA QUERIES*/

@media only screen and (min-width: 600px) {
	.srvElementImg img {height: 300px;}

	.homepage-services ul#servcss {


		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}


	.homepage-services li {
		display: inline-block;
		padding: 0 20px;
	}

	.homepage-services ul#servcss {
		padding: 0;
	}
}

@media screen and (max-width: 981px) {

	/* ADDITIONAL STYLES FOR MOB. RES. */
	.et_pb_sidebar_0 .et_pb_widget {
		width: 100%;
	}

	.footer-widget:nth-child(n) {
		width: 100% !important;
		text-align: center;
		margin: 0 !important;
	}

	.et_pb_text {
		text-align: center !important;
	}

	#footer-widgets .footer-widget .fwidget {
		width: 100% !important;
		margin-bottom: 30px !important;
	}
}

@media screen and (min-width: 981px) {
    .top-header{
        display:flex;
    }

	/*HEADER STYLES*/
 .home header#main-header {
    overflow: hidden;
    background-color: transparent;
}
    #main-header.et-fixed-header .top-header{
        visibility: hidden;
        height: 0px;
    }
    #main-header.et-fixed-header .header-menu-container:before{
        display:none;
    }
 
.header-menu-container {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background: #fff;
}
    .header-menu-container:before{
            content: '';
    position: absolute;
    bottom: 0;
    left: -132px;
    height: 200px;
    width: 100%;
    max-width: 707px;
    background-color: #231E7A;
    -webkit-transform: skew(-17deg);
    -ms-transform: skew(-17deg);
    transform: skew(-17deg);
    z-index: -1;
    }
    .header-menu-container:after{
       content: '';
       position: absolute;
       bottom: 0;
       /* right: 15px; */
       height: 100%;
       width: calc(100% + 70px);
       background-color: #fff;
       z-index: -1;
       -webkit-transform: skew(-17deg);
       -ms-transform: skew(-17deg);
       transform: skew(-17deg);
       visibility: visible;
       display: block;
}

.logo_container {
    width: 240px !important;
}

div#et-top-navigation {
    width: calc(100% - 240px);
    flex-direction: row;
    padding: 0 !important;
    align-items: center;
    position: relative;
}

.contact-info {
    width: 200px;
    margin: 0;
    background: transparent;
    display: block;
}

    @media screen and (max-width:1140px){
        .contact-info{
            display:none;
        }
    }

nav#top-menu-nav {
    /* width: calc(100% - 240px); */
    margin-right: 30px;
}

.contact-info-container {
    padding: 0;
}

a.phonenum {
    margin: 0;
    font-size: 18px;
}
a.email-btn {
    border: 1px solid #fff;
    justify-content: center;
    padding: 10px;
    margin-top: 10px;
    border-radius: 3px;
}
	.email-btn:hover {
		background-color: #333533 !important;
	}
.contact-info-container a .fa {
	color: #ffffff;
	background: #231e7a;
}
.contact-info-container:before {display: none;}

.contact-info-container:after {display: none;}

#top-menu li {
    padding: 10px !important;
}
#top-menu li .sub-menu li{
	padding: 0 10px !important;
}
ul#top-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
}
	ul.sub-menu {
    filter: drop-shadow(0px 1px 3px #5b5b5b);
    top: initial;
    margin-top: 0px;
    background-color: #ffffff !important;
    border-color: transparent !important;
    height: auto;
    position: fixed !important;
}
ul.sub-menu ul {
	top: 20px !important;
}
	#top-menu ul.sub-menu a {
		color: #101841 !important;
	}

	ul.sub-menu li {
		padding: 0 10px !important;
		width: 100%;
	}

	ul.sub-menu li a {
		padding: 5px 0px !important;
		width: 100% !important;
	}

	 
	.et_header_style_left #et-top-navigation nav>ul>li>a {
	font-family: "Exo", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #101840;
    text-transform: capitalize;
    padding: 28px 0;
	}
#top-menu li.current-menu-ancestor>a, #top-menu li.current-menu-item>a, #top-menu li.current_page_item>a{
    color: #2aabf4 !important;
}
    .et_header_style_left #et-top-navigation nav>ul>li>a:hover{
    color:#F47629;
        opacity:1;
    }

    #top-menu .menu-item-has-children>a:first-child:after{
        top:40%;
    }

	.et_header_style_left .et-fixed-header #et-top-navigation nav>ul>li>a {
		
	}

 

	/*END HEADER STYLES*/
	/*PAGE STYLES*/
	section.et_pb_module.et_pb_fullwidth_header.et_pb_fullwidth_header_0.et_pb_text_align_center.et_pb_bg_layout_dark.et_pb_fullscreen {
		max-height: 800px !important;
		min-height: 600px !important;
		background-position: 100% 40% !important;
	}

	.et_pb_fullwidth_header_container.center {
		max-height: 655px !important;
		min-height: 455px !important;
		height: calc(100vh - 145px) !important;
	}
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {
    padding: 0;
    max-width: 800px;
}
	.header-title h1 {
		font-size: 36px;
	}
	.header-msg {
    font-size: 22px;
}

.header-title {
    font-size: 45px;
}
	.entry-title {
		text-align: left;
	}

	.home .entry-title {text-align: left;}

.home-title-block-holder {
    flex-direction: row;
    overflow: hidden;
}
.section-title-heading {
    text-align: left;
}

.home-title-block-content-holder {
    width: 40%;
    margin-right: 2%;
    position: relative;
}

.home-title-bg-section {
    margin-bottom: 0;
    width: 58%;
    flex-direction: row;
    min-height: 100%;
}

 .home-title-bg-section img {
    width: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: right;
    padding-right: 18%;
}

.home-title-section-heading {
    position: absolute;
    height: 100%;
    width: 200px;
    right: 0;
    z-index: 19;
    padding-left: 0;
    background: #e96122;
    background: linear-gradient(90deg, rgba(255,255,255,0) 37%, rgba(233,97,34,1) 37%, rgba(233,97,34,1) 100%);
}
p.section-bg-title {
    text-align: right;
}

p.section-bg-subtitle {
    text-align: right;
}
.home-title-bg-section:before {
    bottom: unset;
    border-left: unset;
    border-right: 150px solid #ffffff00;
    border-bottom: 500px solid #ffffff;
    border-top: 500px solid #ffffff;
    left: 0;
    transform: none;
}
.home-title-section-heading:before {
    bottom: unset;
    left: -32%;
    transform: none;
    border-left: none;
    border-right: 150px solid #e96122;
    border-bottom: 500px solid #ed090900;
    border-top: 500px solid #ed090900;
    z-index: -1;
}
 
	.badge-holder:hover {
    transform: scale(1.1);
    z-index: 999;
    background: #e1e1e1;
}
	div#home-title-block .et_pb_image {
    max-width: 100%;
}
	/* SERVICES STYLE DESKTOP*/
	.srvBlockTitle p {
 font-size: 26px;
 }

	.srvElement {
		width: 32%;
		display: flex;
		flex-direction: column;
		margin: 0;
		margin-top: 30px;
	}

	.srvElementImg img {
    height: 200px;
}

	.srvBlock {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		max-width: 1200px;
		margin: 0 auto;
	}

	.srvElementBody {
		/* height: 100%; */
	}

	.srvElementContent {
	/* height: 100%; */
	}

	.srvElementFullWidth .srvElementContent {
		height: auto;
	}

	.srvElement.srvElementFullWidth {
		width: 100%;
		max-width: 1080px;
		flex-direction: row;
		align-items: center;
	}

	.srvElementFullWidth .srvElementImg {
		width: 32%;
		margin: 0;
	}

	.srvElementFullWidth .srvElementBody {
		width: 66%;
		margin-left: 2%;
		/* display: flex; */
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	div#homepage-gallery .et_pb_gallery_item {
		width: 25% !important;
	}
.prjct-process-title {
	font-size: 32px;
}
.prjct-process-holder {
	max-width: 100%;
	justify-content: space-evenly;
}
.prjct-process-holder:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 15px;
	background: #e96122;
	top: 43%;
}
	.prjct-process-box:hover {
	transform: scale(1.05);
}
	/* NAP SECTION DESKTOP */
	.homepage-nap h3 strong {
		/* font-size: 36px; */
		line-height: 1.5;
	}

	/* CONTACT SECTION DESKTOP */
	div#contact-section {
		max-width: 600px;
	}

	p.free-estimate-title {
		font-size: 32px;
		line-height: 1.5;
	}

	/* TESTIMONIALS SECTION DESKTOP */
.home-testimonials-block-holder {
    flex-direction: row;
    overflow: hidden;
}

.home-testimonials-bg-section {
    margin-bottom: 0;
    width: 100%;
    flex-direction: row;
    min-height: 100%;
}

.home-testimonials-block-content-holder {
    width: 40%;
    margin-left: 2%;
    position: relative;
    margin-bottom: 20px;
}

.home-testimonials-bg-section:before {
    bottom: 9px;
    border-right: unset;
    border-left: 150px solid #ffffff00;
    border-bottom: 250px solid #ffffff;
    border-top: 250px solid #ffffff;
    right: 0;
    transform: none;
    /* height: 500px; */
}

.home-testimonials-bg-section img {
    width: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: 20%;
    height: 500px;
}

.home-testimonials-section-heading {
    position: absolute;
    height: 500px;
    width: 200px;
    left: 0;
    z-index: 19;
    padding-right: 0;
    background: #e96122;
    background: linear-gradient(90deg, rgba(233,97,34,1) 0%, rgba(233,97,34,1) 63%, rgba(255,255,255,0) 63%);
    bottom: 10px;
}

.home-testimonials-section-heading:before {
    bottom: unset;
    left: 126px;
    transform: none;
    border-right: none;
    border-left: 150px solid #e96122;
    border-bottom: 250px solid #ed090900;
    border-top: 250px solid #ed090900;
    z-index: -1;
    bottom: 0px;
}

 

.section-testimonials-title {
    text-align: left;
}

.section-testimonials-subtitle {
    text-align: left;
}

	/* SERVICES LIST SECTION DESKTOP */

	/* FOOTER STYLES DESKTOP */
	.footer-widget .et_pb_widget {
		width: 100%;
		margin-bottom: 0 !important;
	}

	.paymentsbox {
		justify-content: flex-start;
	}

	div#social-icons {
		text-align: left;
	}

	.footer-widget h4 {
		text-align: left;
	}

	#footer-widgets {
		padding-top: 20px;
	}

	/* SIDEBAR, BLOG, BLOGPOST STYLES DESKTOP */
	.et_pb_sidebar_0 h4.widgettitle {
		text-align: left;
	}

	#sidebar h4.widgettitle {
		text-align: left;
	}

	.et_pb_sidebar_0 .textwidget {
		text-align: left;
	}

	#sidebar .textwidget {
		text-align: left;
	}

	.et_pb_sidebar_0.et_pb_widget_area_right {
		border-left: 1px solid rgb(0 0 0 / 20%);
	}

	#left-area .post-meta {
		text-align: left;
	}

	#main-content .container:before {
		background-color: rgb(6 45 91 / 20%);
	}
}

@media screen and (min-width: 1700px) {
.section-separator-up:after {
    border-right-width: 65vw;
    border-bottom-width: 40px;
    border-left-width: 6vw;
}

.section-separator-down:after {
    border-left-width: 65vw;
}

.section-separator-down:before {
    right: 9vw;
}

.section-separator-down span:before {
    right: 13vw;
}
	
}
/***** TESTIMONIALS FORM *****/

.wpcr3_respond_2 input[type="text"] {
	margin: 3px 0;
}

.wpcr3_respond_2 input[type="text"],
.wpcr3_in_content textarea {
	background: #525252;
	color: #fff;
	padding: 10px 10px 10px;
}

.wpcr3_respond_2 input[type="text"]:focus,
.wpcr3_in_content textarea:focus {
	color: #fff;
	border-color: #ffffff;
}

.wpcr3_table_2 td {
	font-size: 1em !important;
}

.wpcr3_leave_text {
	font-size: 1.1em;
}

.wpcr3_leave_text {
	margin-bottom: 20px;
}
	
@media (min-width: 981px) {

	.wpcr3_respond_2 input[type="text"],
	.wpcr3_respond_2 textarea {
		min-width: 100%;
	}

	.wpcr3_table_2 td {
		text-align: left !important;
	}

	.wpcr3_review_form_rating_field label {
		margin: 6px 0 !important;
	}

 
}

@media (max-width: 980px) {
	.homepage-services #servcss li {
		display: block;
	}

	.wpcr3_respond_3,
	.wpcr3_aggregateRating,
	.wpcr3_table_2 td {
		text-align: center !important;
	}

	.wpcr3_div_2 {
		width: 100%;
	}

	.wpcr3_table_2 tr:last-of-type td {
		margin: 20px auto 0 !important;
	}

	.wpcr3_table_2 td {
		display: block;
		padding: 0 !important;
	}

	.wpcr3_table_2 td:first-child {
		margin-top: 10px !important;
	}

	.wpcr3_rating_style1_status {
		width: 85px !important;
	}

	.wpcr3_respond_2 input[type="text"],
	.wpcr3_in_content textarea {
		width: 100% !important;
		min-width: unset !important;
	}

	.wpcr3_submit_btn,
	.wpcr3_cancel_btn {
		width: 40%;
	}
}
@media screen and (max-width:600px) {
	.header-buttons {
    flex-direction: column;
}
	.header-buttons .booking-button-switch {
    margin-right: 0px;
}
}
 

ul#menu-footer-menu li a {
    background: transparent !important;
}

ul#menu-footer-menu li:before {
    color: #2aabf4 !important;
    content: '\f101' !important;
    font-family: 'FontAwesome' !important;
    border: none !important;
    top: 0 !important;
}

/*BLOG POST CODE*/
 .single-post div#main-content .container {
    padding: 0px 0 !important;
}
.et_pb_title_meta_container, .post-meta {
    text-align: center;
}
 .post-content-inner {
    text-align: justify;
}
.single-post div#main-content .post {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
 
.single-post .et_pb_post .entry-content {
text-align: justify;
}
.single-post .et_pb_section {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.single-post article {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}
.single-post div#main-content .container {
        padding: 77px 0 !important;
}
#main-content .container {
    padding: 77px 0 20px;
}

#main-content .container h1{
    /* color: #2d2d2d !important; */
}

#main-content .container h2{/* font-size: 24px !important; */}

@media(min-width: 981px){
.et_pb_title_meta_container, .post-meta {
    text-align: left;
}
	#main-content .container .type-post {
    margin-bottom: 0 !important;
    padding-bottom: 0;
}
}
.nav-arrows button{background: transparent;border-color: #ffffff96;width: 40px;height: 40px;border-style:solid;color: #fff;}

 /* ADDITTIONAL SERVICES STYLE */


#additionalServices {
    list-style: none;
    text-align: center;
    padding: 0;
    list-style-type: none;
    margin-top: 0px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

#additionalServices li {
    break-inside: avoid;
    padding: 5px 3px;
    font-size: 18px;
    color: #000;
    position: relative;
    text-align: center;
    margin-bottom: 0 !important;
}
#additionalServices li a {
	color: #101841;
	text-decoration: underline;
}
#additionalServices li::before {
    content: "\f00c";
    font-family: 'FontAwesome';
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 5px;
}


@media (min-width: 600px) {
 

#additionalServices li {
    break-inside: avoid;
    padding: 10px 5px;
    text-align: left;
}

    
}

@media (min-width: 981px) {
#additionalServices {
    columns: 3;
    column-gap: 10px;
}
}

.nav-arrows > button.slider-previous > svg > path{
	transition:0.1s;
}

.nav-arrows > button.slider-next > svg > path{
	transition:0.1s;
}

#mobile_menu li a {
    line-height: 1.2em;
}

.floating-estimate-btn{
z-index: 9999;
}

#main-footer .listing-rev-btn{
display: flex;
    align-items: baseline;
    position: fixed;
    z-index: 9999;
}

@media (max-width: 980px) {
    .et_right_sidebar #sidebar {
        margin-left: 0;
        border-left: none;
        margin-top: 30px;
    }
}

@media(max-width: 1024px) and (min-width: 1024px){
	    #top-menu li {
        padding: 5px !important;
    }
}

/*CODES FOR SP & BLOGPOST*/
.single-post h2 {
    text-align: left;
    font-size: 25px;
    line-height: 1.3em;
    margin-bottom: 10px;
    font-weight: 700;
}
#left-area p, #left-area ol, #left-area ul {
    text-align: justify;
}
.post-content p {
    text-align: justify !important;
}  
@media (max-width: 980px) {
    #left-area .post-meta {
    text-align: center;
}
}
#main-content .container h2 {
    /* font-size: 24px !important; */
    font-weight: 700;
}

/* ============================================================
   HERO (.hero-2 / .hero-style2)
   ============================================================ */
.th-hero-wrapper.hero-2 {
  position: relative;
  background-color: #43475b;
  background-image: url(https://drywall-ga.com/wp-content/uploads/2026/06/header-bg1-1.webp);
  overflow: hidden;
  background-blend-mode: multiply;
  padding-bottom: 0px !important;
	background-size: cover;
}
.th-hero-wrapper.hero-2::before {
  content: '';
  position: absolute;
  top: 200px;
  left: 0;
  width: 126px;
  height: 464px;
  background-color: #231e7a;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  display: none;
}
.hero-inner {
  position: relative;
  padding: 80px 0 0px;
}
.hero-style2 {
  position: relative;
  z-index: 6;
  color: #ffffff;
  text-align: center;
}
.hero-arrow {
  display: none;
  position: absolute;
  top: 4px;
  right: 0;
}
.hero-title, .hero-title-style {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 22px;
  color: #ffffff;
  text-transform: capitalize;
}
.hero-title .title1, .hero-title-style .title1,
.hero-title .title2, .hero-title-style .title2 {
  display: block;
}
.hero-text {
  max-width: 530px;
  color: #ffffff;
  margin: 0 auto 30px;
  font-size: 16px;
}

.text-theme{color: #2aabf4;}

.hero-img {
    display: block;
    position: relative;
    /* top: 100px; */
    width:100%;
    max-width: 60%;
    z-index: 5;
    bottom: 0px;
    /* max-height: 700px; */
    object-fit: contain;
    margin: auto;
  }

/* ============================================================
   ABOUT SECTION
   ============================================================ */
#about-sec {background-color: #ffffff;padding-bottom: 50px;}
.about-row {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}
.about-img-col, .about-content-col { width: 100%; }

.img-box4 {
  position: relative;
  aspect-ratio: 1.178 / 1;
  max-width: 600px;
  margin: 0 auto;
}
.comparison-img {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 0;
}
.comparison-img .img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}
.comparison-img .foreground-img {
  clip-path: inset(0 50% 0 0);
  transition: clip-path 0.15s linear;
}
.compslider {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  outline: none;
  margin: 0;
  cursor: ew-resize;
  z-index: 4;
  opacity: 0;
}
.slider-button {
  position: absolute;
  top: 50%;
  width: 56px;
  height: 56px;
  background-color: #231e7a;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  z-index: 3;
  font-size: 18px;
  pointer-events: none;
  box-shadow: 0 6px 18px rgba(0,0,0,0.25);
}
.slider-button::before, .slider-button::after {
  content: '';
  position: absolute;
  width: 3px;
  background-color: #ffffff;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.slider-button::before { top: -10000px; height: 10000px; bottom: 28px; top: auto; height: 9999px; transform: translate(-50%, -100%); margin-top: -28px; }
.slider-button::after {bottom: -10000px;height: 10000px;/* top: 28px; */bottom: auto;height: 600px;}

.about-content-col { text-align: center; }
.about-content-col .th-btn2.style3{
    margin-top:30px;
}
.checklist ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: left;
  max-width: 380px;
  margin: 0 auto;
  list-style-type: none;
  padding: 0px;
  margin-bottom: 30px;
}
.checklist li {
  position: relative;
  padding-left: 32px;
  color: #101840;
  font-weight: 500;
  font-size: 26px;
}
.checklist li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  background-color: #2aabf4;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
}

.call-btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-align: left;
}
.call-btn .play-btn {
  width: 48px !important;
  height: 48px;
  background-color: #ffffff;
  color: #2aabf4;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  position: relative;
  min-width: 48px;
}
.call-btn .play-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background-color: #ffffff5c;
  animation: ripple 2.2s linear infinite;
}
@keyframes ripple {
  to { transform: scale(1.8); opacity: 0; }
}
.box-label {
  color: #08144d;
  font-weight: 500;
  margin-bottom: 0px;
  font-size: 16px;
  padding-bottom: 0px;
  line-height: 19px;
  font-family: 'Exo';
}
.call-btn .box-label.text-white { color: #E1E4E5; }
.box-link-style {
  font-family: "Exo", sans-serif;
  font-weight: 700;
  color: #101840;
  font-size: 22px;
  margin-bottom: 0;
}
.box-link-style a { color: inherit; }
.box-link-style.text-white { color: #ffffff; }

/* ============================================================
   SERVICES (.service-sec)
   ============================================================ */
.service-sec {
  background-color: #00000075;
  background-image: url(https://drywall-ga.com/wp-content/uploads/2026/06/services-bg-1.webp);
  color: #ffffff;
  background-blend-mode: soft-light;
  background-size: cover;
}
.services-head {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  text-align: center;
}
.slider-area{
    overflow:hidden;
    padding-top: 0px !important;
    padding-bottom: 50px !important;
}

.service-card.style2 {
  background-color: #ffffff;
  padding: 32px 28px;
  text-align: left;
  position: relative;
  height: 100%;
  border-radius: 0;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 24px), calc(100% - 24px) 100%, 0 100%);
  transition: all 0.4s ease;
}
.service-card.style2:hover { background-color: #2aabf4; }
.service-card.style2:hover .box-title a,
.service-card.style2:hover .box-subtitle,
.service-card.style2:hover .box-text,
.service-card.style2:hover .box-number { color: #ffffff; }
.service-card.style2:hover .box-icon i { color: #ffffff; }

.service-card .box-number {
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
  font-family: "Exo", sans-serif;
  color: #E1E4E5;
  position: absolute;
  right: 24px;
  top: 24px;
  transition: 0.3s;
}
.service-card .box-icon {
  margin-bottom: 22px;
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.service-card .box-icon i {
  font-size: 44px;
  color: #201c67;
  transition: 0.3s;
}
.service-card .box-subtitle {
  color: #2aabf4;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 6px;
  text-transform: capitalize;
}
.service-card .box-title {
  font-size: 22px;
  margin-bottom: 14px;
}
.service-card .box-title a { color: #101840; }
.service-card .box-text {
  color: #131313;
  margin-bottom: 22px;
  font-size: 15px;
}
.service-card.style2:hover .th-btn2.style2 {
  background-color: #ffffff;
  color: #2aabf4;
  border-color: #ffffff;
}

.swiper-pagination { position: relative; margin-top: 36px; text-align: center; line-height: 0; height: 8px; }
.swiper-pagination .swiper-pagination-bullet {
  width: 36px;
  height: 4px;
  background-color: #E1E4E5;
  opacity: 1;
  border-radius: 0;
  transform: skew(-30deg);
  margin: 0 4px !important;
  transition: 0.3s;
}
.swiper-pagination .swiper-pagination-bullet-active { background-color: #2aabf4; }
.service-pagination .swiper-pagination-bullet { background-color: rgba(255,255,255,0.3); }
.service-pagination .swiper-pagination-bullet-active { background-color: #2aabf4; }




@media screen and (min-width:980px){
/* ============================================================
   DESKTOP OVERRIDES (980px+)
   ============================================================ */
/* hero */
  .hero-inner {padding: 60px 0 60px;min-height: 620px;}
  .hero-style2 { text-align: left; max-width: 60%; }
  .hero-title, .hero-title-style { font-size: 64px; line-height: 1.15; }
  .hero-text { margin-left: 0; }
  .th-hero-wrapper.hero-2::before {display: block;}
  .hero-img {
    display: block;
    position: absolute;
    /* top: 100px; */
    right: 10%;
    max-width: 38%;
    z-index: 5;
    bottom: 0px;
    /* max-height: 700px; */
    object-fit: contain;
  }
  .hero-img img {width: 100%;height: auto;object-fit: contain;max-height: 600px;}
  .hero-arrow {
    display: block;
    position: absolute;
    top: -12px;
    left: -90px;
  }
    #heroSlide2{
        padding-top: 120px;
    }
	
	/* about */
  .about-row {
    flex-direction: row;
    gap: 60px;
  }
  .about-img-col {flex: 1 1 50%;}
  .about-content-col { flex: 1 1 50%; text-align: left; }
  .about-content-col .title-area .sec-title { font-size: 44px; }
  .checklist ul {
    flex-direction: row;
    flex-wrap: wrap;
    /* gap: 8px 40px; */
    max-width: none;
    margin-bottom: 30px;
  }
  .checklist li {flex: 0 0 calc(50% - 15px);}
  .btn-group { justify-content: flex-start; }
  .img-box4 { max-width: none; }

	 /* services head */
  .services-head {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    gap: 40px;
  }
  .services-head-left {flex: 0 0 40%;}
  .services-head-right { flex: 0 0 60%; }
	
	/* contact - two cols, info LEFT, form RIGHT (DOM order: form first then info, flex row-reverse) */
  .contact-area { padding: 60px; }
  .contact-row {
    flex-direction: row-reverse !important;
    gap: 60px !important;
  }
  .contact-form-col { flex: 0 0 55%; }
  .contact-info-col { flex: 0 0 40%; }
}
/* ============================================================
   REVEAL ON SCROLL (used by IntersectionObserver in main.js)
   ============================================================ */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.in-view { opacity: 1; transform: translateY(0); }


.slideinup, .slideinright{
	 opacity: 0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
   
}

.slideinup{
	 -webkit-animation-name: slideinup;
    animation-name: slideinup;
}

.slideinright{
	 -webkit-animation-name: slideinright;
    animation-name: slideinright;
	
}

@-webkit-keyframes slideinup {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
        transform: translateY(100px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideinup {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
        transform: translateY(100px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes slideinright {
    0% {
        opacity: 0;
        -webkit-transform: translateX(280px);
        transform: translateX(280px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideinright {
    0% {
        opacity: 0;
        -webkit-transform: translateX(280px);
        transform: translateX(280px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

/* ============================================================
   ADDITIONAL SECTIONS — Why Choose / Quality / Areas
   ============================================================ */

/* Why Choose — uses .about-row pattern, reversed and with plain image */
#why-choose-sec .container{background-color: #ffffff;padding: 100px 0 !important;}
.img-box4.plain-img { aspect-ratio: auto; }
.img-box4.plain-img img {
  width: 100%;
  height: auto;
  display: block;
  clip-path: polygon(24px 0, 100% 0, 100% calc(100% - 24px), calc(100% - 24px) 100%, 0 100%, 0 24px);
}

/* Quality section — dark gradient band */
.quality-sec {
  background-color: #211c75;
  background-image: linear-gradient(135deg, #231e78 0%, #19155f 100%);
  color: #ffffff;
  position: relative;
}
.quality-sec::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 12% 18%, rgb(43 171 244 / 20%), transparent 38%),
    radial-gradient(circle at 88% 82%, rgb(43 171 244 / 14%), transparent 42%);
  pointer-events: none;
}
.quality-sec > .container {position: relative;z-index: 1;padding: 100px 0 !important;}
.quality-sec .sec-title { color: #ffffff; }
.quality-sec .text-light { color: #E1E4E5; }

.quality-pillars {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 50px;
}
.quality-pillar {
  position: relative;
  background-color: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  padding: 32px 28px 28px;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 24px), calc(100% - 24px) 100%, 0 100%);
  transition: all 0.4s ease;
}
.quality-pillar:hover {
  background-color:rgb(43 171 244 / 10%);
  border-color: rgb(43 171 244 / 40%);
  transform: translateY(-4px);
}
.quality-pillar .box-number {
  position: absolute;
  top: 16px;
  right: 22px;
  font-family: "Exo", sans-serif;
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
  color: rgb(43 171 244 / 20%);
}
.quality-pillar .box-icon {
  width: 56px;
  height: 56px;
  background-color: #2babf4;
  color: #ffffff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 22px;
}
.quality-pillar .box-title {
  font-size: 22px;
  margin: 0 0 10px 0;
  font-family: 'Exo';
  font-weight: bold;
}
.quality-pillar .box-text {
  margin: 0;
  line-height: 1.65;
}

/* Areas grid */
#areas-sec { background-color: #ffffff; }
#areas-sec .title-area {
  max-width: 760px;
  margin: 0 auto 40px;
}
.nap-grid-areas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 10px;
}
.nap-grid-item {
  flex: 0 0 calc(50% - 6px);
  background-color: #ffffff;
  border: 1px solid #E1E4E5;
  padding: 14px 18px;
  font-family: "Exo", sans-serif;
  font-weight: 600;
  color: #101840;
  font-size: 15px;
  line-height: 1.3;
  text-align: center;
  position: relative;
  transition: all 0.3s ease;
  clip-path: polygon(8px 0%, 100% 0, calc(100% - 8px) 100%, 0% 100%);
}
.nap-grid-item::before {
  content: "\f3c5";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #2babf4;
  margin-right: 8px;
  font-size: 12px;
}
.nap-grid-item a {
  color: #2babf4;
  text-decoration: none;
  display: inline;
}
.nap-grid-item:hover {
  background-color: #2babf4;
  border-color: #2babf4;
  color: #ffffff;
  transform: translateY(-2px);
}
.nap-grid-item:hover::before { color: #ffffff; }
.nap-grid-item:hover a { color: #ffffff; }

/* Tablet + desktop overrides */
@media (min-width: 600px) {
  .nap-grid-item { flex: 0 0 calc(33.333% - 8px); }
}
@media (min-width: 980px) {
  /* Why Choose — image RIGHT, content LEFT (reverse) */
  .about-row.reverse-row { flex-direction: row-reverse; }

  /* Quality pillars — 3 across */
  .quality-pillars {
    flex-direction: row;
    gap: 28px;
    margin-top: 20px;
  }
  .quality-pillar { flex: 1 1 calc(33.333% - 19px); }

  /* Areas grid — 5 per row */
  .nap-grid-areas { gap: 14px; }
  .nap-grid-item { flex: 0 0 calc(20% - 12px); font-size: 16px; padding: 16px 18px; }
	 /* type scale */
  .sec-title { font-size: 48px; }
  .hide-md { display: inline-flex; }

}

/* ============================================================
   TESTIMONIALS v2 — dark navy + 3-up white cards
   ============================================================ */
.testi-sec-v2 {
  position: relative;
  background-color: #101840;
  background-image: linear-gradient(135deg, #101840 0%, #1a2454 100%);
  color: #ffffff;
  padding: 90px 0 110px;
  overflow: hidden;
}
.testi-sec-v2 .container { position: relative; z-index: 2; }
.testi-sec-v2 .testi-head {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: flex-start;
  text-align: left;
  margin-bottom: 50px;
}
.testi-sec-v2 .title-area { margin-bottom: 0; }
.testi-sec-v2 .sec-title { color: #ffffff; }

/* world-map decorative background */
.testi-bg-map {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0.08;
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 90% auto;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 600'><g fill='%23ffffff'><circle cx='100' cy='180' r='2'/><circle cx='120' cy='200' r='2'/><circle cx='140' cy='190' r='2'/><circle cx='160' cy='220' r='2'/><circle cx='180' cy='240' r='2'/><circle cx='200' cy='200' r='2'/><circle cx='220' cy='180' r='2'/><circle cx='250' cy='160' r='2'/><circle cx='280' cy='200' r='2'/><circle cx='300' cy='240' r='2'/><circle cx='320' cy='280' r='2'/><circle cx='340' cy='300' r='2'/><circle cx='360' cy='280' r='2'/><circle cx='380' cy='260' r='2'/><circle cx='400' cy='220' r='2'/><circle cx='420' cy='180' r='2'/><circle cx='440' cy='160' r='2'/><circle cx='460' cy='180' r='2'/><circle cx='480' cy='200' r='2'/><circle cx='500' cy='220' r='2'/><circle cx='520' cy='240' r='2'/><circle cx='540' cy='260' r='2'/><circle cx='560' cy='280' r='2'/><circle cx='580' cy='300' r='2'/><circle cx='600' cy='280' r='2'/><circle cx='620' cy='260' r='2'/><circle cx='640' cy='240' r='2'/><circle cx='660' cy='220' r='2'/><circle cx='680' cy='200' r='2'/><circle cx='700' cy='180' r='2'/><circle cx='720' cy='200' r='2'/><circle cx='740' cy='220' r='2'/><circle cx='760' cy='240' r='2'/><circle cx='780' cy='260' r='2'/><circle cx='800' cy='280' r='2'/><circle cx='820' cy='260' r='2'/><circle cx='840' cy='240' r='2'/><circle cx='860' cy='220' r='2'/><circle cx='880' cy='200' r='2'/><circle cx='900' cy='180' r='2'/><circle cx='920' cy='200' r='2'/><circle cx='940' cy='220' r='2'/><circle cx='960' cy='240' r='2'/><circle cx='980' cy='260' r='2'/><circle cx='1000' cy='280' r='2'/><circle cx='1020' cy='300' r='2'/><circle cx='1040' cy='320' r='2'/><circle cx='1060' cy='340' r='2'/><circle cx='1080' cy='320' r='2'/><circle cx='1100' cy='300' r='2'/><circle cx='150' cy='320' r='2'/><circle cx='170' cy='340' r='2'/><circle cx='190' cy='360' r='2'/><circle cx='210' cy='380' r='2'/><circle cx='230' cy='400' r='2'/><circle cx='250' cy='420' r='2'/><circle cx='270' cy='440' r='2'/><circle cx='290' cy='460' r='2'/><circle cx='350' cy='340' r='2'/><circle cx='370' cy='360' r='2'/><circle cx='390' cy='380' r='2'/><circle cx='410' cy='400' r='2'/><circle cx='430' cy='420' r='2'/><circle cx='450' cy='440' r='2'/><circle cx='470' cy='460' r='2'/><circle cx='490' cy='480' r='2'/><circle cx='550' cy='340' r='2'/><circle cx='570' cy='360' r='2'/><circle cx='590' cy='380' r='2'/><circle cx='610' cy='400' r='2'/><circle cx='630' cy='420' r='2'/><circle cx='650' cy='440' r='2'/><circle cx='670' cy='460' r='2'/><circle cx='690' cy='480' r='2'/><circle cx='750' cy='340' r='2'/><circle cx='770' cy='360' r='2'/><circle cx='790' cy='380' r='2'/><circle cx='810' cy='400' r='2'/><circle cx='830' cy='420' r='2'/><circle cx='850' cy='440' r='2'/><circle cx='870' cy='460' r='2'/><circle cx='890' cy='480' r='2'/><circle cx='950' cy='340' r='2'/><circle cx='970' cy='360' r='2'/><circle cx='990' cy='380' r='2'/><circle cx='1010' cy='400' r='2'/><circle cx='1030' cy='420' r='2'/><circle cx='1050' cy='440' r='2'/></g></svg>");
}

/* nav arrow group (top-right of header) */
.testi-nav {
  display: flex;
  gap: 12px;
}
.testi-nav-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.4);
  background-color: transparent;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  transition: all 0.3s ease;
}
.testi-nav-btn:hover {
  background-color: #F47629;
  border-color: #F47629;
  color: #ffffff;
  transform: translateY(-2px);
}
.testi-nav-btn.swiper-button-disabled { opacity: 0.4; cursor: default; }

.testimonials-container{
        display: flex;
    flex-direction: column-reverse;
    position: relative;
}

.nav-arrows{
        position: absolute;
        top: -70px;
        left: 0px;
        right:auto
}
.nav-arrows button:hover {
    background: #2aabf4;
    color: white;
    border-color: transparent;
}

/* Desktop layout for testi head */
@media (min-width: 768px) {
  .testi-sec-v2 .testi-head {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
    .nav-arrows{
    
    right: 0px;
        left:auto;
    }
}
@media (min-width: 980px) {
  .testi-sec-v2 { padding: 110px 0 130px; }
  .testi-sec-v2 .testi-head { margin-bottom: 60px; }
  .testi-card.style3 { padding: 34px 30px 60px; }
}
/* ============================================================
   CONTACT
   ============================================================ */
#contact-sec {/* padding-top: 80px; */background-color: #ffffff;}
.contact-area {
  background-color: #F8F8F8;
  padding: 32px 24px;
}
.contact-row {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.contact-form-col, .contact-info-col {width: 100%;}
.contact-media-area {
  background-color: #ffffff;
  padding: 32px 28px;
  border: 1px solid #ECF1FF;
}
.contact-media-wrap { margin-bottom: 36px; }
.contact-media-wrap:last-child { margin-bottom: 0; }
.contact-media-wrap .box-title {
  font-size: 20px;
  color: #2aabf4;
  text-transform: uppercase;
  margin-bottom: 22px;
  font-weight: 600;
  font-family: 'Exo';
}
.contact-media {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 18px;
}
.icon-btn {
  width: 44px;
  height: 44px;
  background-color: #2aabf421;
  color: #2aabf4;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 16px;
}
.contact-media h4.box-label {
  font-size: 16px;
  color: #101840;
  margin-bottom: 4px;
  font-weight: 600;
}
.contact-media .box-text {
  margin: 0;
  color: #666666;
}
.contact-media .box-text a { color: #666666; }
.contact-media .box-text a:hover { color: #F47629; }
.contact-info-text {
  font-size: 15px;
  color: #666666;
  font-style: italic;
  margin: 24px 0 0;
}

/* ============================================================
   CONTACT INTRO (new top block above the form/info row)
   ============================================================ */
.contact-intro {
  max-width: 820px;
  margin: 0 auto 50px;
  padding-top: 20px;
}
.contact-intro .sec-title { margin-bottom: 14px; }
.contact-intro .sec-text {/* color: #666666; */}
@media (min-width: 980px) {
  .contact-intro { margin-bottom: 60px; }
}


/* ============================================================
   INSTAGRAM REELS GRID
   ============================================================ */
.reels-sec { background-color: #ffffff; }
.reels-head {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: flex-start;
  text-align: left;
  margin-bottom: 40px;
}

.reels-sec .container{
    width: 100%;
}
.reels-head .title-area { margin-bottom: 0; }
.reels-head .th-btn2 i.fab { font-size: 16px; }

.reels-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.reel-card {
  position: relative;
  flex: 0 0 calc(50% - 7px);
  aspect-ratio: 9 / 16;
  overflow: hidden;
  border-radius: 8px;
  background-color: #101840;
  display: block;
  text-decoration: none;
  isolation: isolate;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.reel-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(244,118,41,0.35);
}
.reel-thumb {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease, filter 0.4s ease;
  z-index: 1;
}
.reel-card:hover .reel-thumb {
  transform: scale(1.06);
  filter: brightness(0.7);
}
.reel-card::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(16,24,64,0) 30%, rgba(16,24,64,0.65) 100%);
  pointer-events: none;
}

/* Instagram corner badge */
.reel-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 4;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 16px;
  background: linear-gradient(135deg, #f9ce34, #ee2a7b 45%, #6228d7);
  box-shadow: 0 4px 10px rgba(0,0,0,0.25);
}

/* center play button */
.reel-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: rgba(255,255,255,0.92);
  color: #2aabf4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  padding-left: 4px;
  transition: all 0.4s ease;
}
.reel-play::before {
  content: '';
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,0.5);
  animation: reelPulse 2.4s linear infinite;
}
@keyframes reelPulse {
  0%   { transform: scale(0.95); opacity: 0.9; }
  100% { transform: scale(1.35); opacity: 0; }
}
.reel-card:hover .reel-play {
  background-color: #2aabf4;
  color: #ffffff;
  transform: translate(-50%, -50%) scale(1.08);
}

/* hover caption */
.reel-caption {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 4;
  color: #ffffff;
  font-family: "Exo", sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.reel-card:hover .reel-caption {
  opacity: 1;
  transform: translateY(0);
}

/* breakpoints */
@media (min-width: 576px) {
  .reel-card { flex: 0 0 calc(33.333% - 10px); }
}
@media (min-width: 768px) {
  .reels-head {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    text-align: left;
  }
  .reel-card { flex: 0 0 calc(25% - 11px); }
}
@media (min-width: 1200px) {
  .reels-grid { gap: 18px; }
  .reel-card { flex: 0 0 calc(20% - 15px); }
}
