@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Petit+Formal+Script&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {

    /* ~-~-~-~-~ declare font family & weight ~-~-~-~-~ */
    --head-fonts:"Playfair Display", serif;
    --head-span-fonts:"Petit Formal Script";
    --body-fonts:"Poppins", sans-serif;
    /* ~-~-~-~-~ declare font family & weight ~-~-~-~-~ */

    /* ~-~-~-~-~ declare font size ~-~-~-~-~ */
    --f-size-XXXL: ;
    --f-size-XXL:72px ;    
    --f-size-XL: 60px;    
    --f-size-L: 36px;    
    --f-size-M:30px;
    --f-size-S:24px ;
    --f-size-Sm: 18px;
    --f-size-Body: 18px;
    /* ~-~-~-~-~ declare font size ~-~-~-~-~ */

    /* ~-~-~-~-~ common transition ~-~-~-~-~ */
    --common-transition: all 0.5s ease;
    /* ~-~-~-~-~ common transition ~-~-~-~-~ */

    /* ~-~-~-~-~ colors ~-~-~-~-~ */
    --clr-primary:#1F2847;
    --head-clr:#1F2847;
    --clr-secondary:#C6A556;
    --body-clr:#555555;
    --white:#ffffff;
    --black:#111111;
    --body-back:#F3F7FD;
    --grey-back:#F0F0F0;
    /* ~-~-~-~-~ colors ~-~-~-~-~ */
}






/* html { overflow-x: hidden; } */
html { scroll-behavior: smooth; }
body { font-size: var(--f-size-Body);margin: 0; padding: 0; font-family: var(--body-fonts); line-height: 1.2; font-weight: 400; color: var(--body-clr); transition: var(--common-transition);background-color: var(--body-back); }

h1, h2, h3, h4, h5, h6 { font-family: var(--head-fonts) ; margin: 0 0 20px; padding: 0; line-height: 1.1; font-weight: 500 !important; color: var(--head-clr);text-transform: capitalize; }

h1, .h1 {font-size: var(--f-size-XXL);  color: var(--white); }
h1 span{font-family: var(--head-span-fonts);}
h2, .h2 {font-size: var(--f-size-XL);}
h2 span{font-family: var(--head-span-fonts);color: var(--clr-secondary);text-transform: capitalize;}
h3, .h3 {font-size: var(--f-size-L);}
h4, .h4 {font-size:var(--f-size-M); color: var(--black);}
h5, .h5 {font-size: var(--f-size-S);font-family: var(--body-fonts) !important; font-weight: 600 !important; }
h6, .h6 {font-size: var(--f-size-Sm);font-family: var(--body-fonts); font-weight: 500 !important;color: var(--clr-primary); }
body.no-banner h1 { color: var(--head-clr); }
p, .p{ margin: 0 0 20px; padding: 0; line-height: 1.5; font-size: var(--f-size-Body);color: var(--body-clr);font-weight: 400; } 
p:last-child{margin: 0;}
img { max-width: 100%; }
a, img { border: 0; text-decoration: none; outline: none; }
a, a:link, a:visited, a:focus, a:hover {  outline: none; text-decoration: none; transition: var(--common-transition); color: var(--dark);}
a:hover{  text-decoration: none; transition: var(--common-transition); }
ul{list-style: none; padding-left: 0;}
textarea, select, .form-control { font-size: 16px; width: 100%; border-radius: 6px; margin-bottom: 15px; outline: none !important; box-shadow: none !important; font-weight: 300; color: #000; height: 48px; margin: 0; border: 1px solid #AAAAAA;  }
textarea { /*padding: 18.5px 20px;*/ min-height: 100px !important; height: auto; resize: none; }
input[type="submit"] { font-weight: 700; transition: all 0.3s ease 0s; outline: none; letter-spacing: normal;height: auto; }
textarea:focus, select:focus, .form-control:focus, .form-select:focus { box-shadow: inherit!important;    border-color: #000;    }
.form-group{margin-bottom: 30px;}


select, .form-select { font-size: 16px; padding: 12px 20px; border-radius: 6px; color: #000; line-height: 1; font-weight: 400; appearance: none; background: transparent; border: 1px solid var(--Color-Neutral-black, rgba(0, 0, 0, 1)); background-image: url(../images/select-arrow-1.svg); background-repeat: no-repeat; background-position: 84% center;background-size: 15px; }


.btn-check:focus+.btn, .btn:focus { box-shadow: inherit;}
.field-group { margin-bottom: 30px; }
 input.wpcf7-not-valid { border: 1px solid #dc3232; } 


.wpcf7-not-valid-tip { font-size: 14px; margin-top: 5px; }
.wpcf7 form .wpcf7-response-output { margin: 0; }
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output { font-size: 14px; }
input.mailpoet_text.parsley-error { border: 1px solid #900 !important; }
.parsley-required, .parsley-custom-error-message { font-size: 0; }
/* --- for placeholder color --- */
input::-moz-placeholder , .form-control::-moz-placeholder { color: #555555; opacity: 1; font-weight: 400; font-size: 14px;}
input:-ms-input-placeholder, .form-control:-ms-input-placeholder { color:#555555; font-weight: 400;font-size: 14px;}
input::-webkit-input-placeholder, .form-control::-webkit-input-placeholder { color: #555555; font-weight: 400;font-size: 14px;}
::-webkit-input-placeholder { text-transform: capitalize;font-weight: 400;font-size: 14px; }
 
:-moz-placeholder { text-transform: capitalize;font-weight: 400;font-size: 14px; }
 
::-moz-placeholder { text-transform: capitalize;font-weight: 400;font-size:14px; }
 
:-ms-input-placeholder { text-transform: capitalize;font-weight: 400;font-size: 14px; }
/* --- for placeholder color --- */

label, .maxchar { margin-bottom: 15px; color:var(--clr-primary); font-weight: 500; font-size: 24px;font-family: var(--body-fonts);} /* desktop size 18 and mobile size 15 */
label.form-label span { margin-right: 8px; }

.common-padding{ padding-top: 80px; padding-bottom: 80px; }
.common-padding-bottom{ padding-bottom: 80px; } 
.mt-60{margin-top: 60px;}
.mt-50{margin-top: 50px;}
.mt-40{margin-top: 40px;}
.head-center{margin: 0 auto 40px; text-align: center;width: auto; max-width: 1156px;}

.btn, a.btn { font-family: var(--body-fonts); font-size: 16px; font-weight: 400; line-height: 1; color: var(--white);  background: var(--clr-primary);  align-items: center; border-radius: 50px; padding:16px 50px; transition: var(--common-transition); justify-content: center; text-transform: capitalize;    display: flex ; width: max-content;border: 2px solid transparent;min-width: 247px; }
.btn:hover, a.btn:hover, :not(.btn-check)+.btn:active { background: var(--white) !important ; color: var(--clr-primary) !important;border: 2px solid var(--clr-primary); }
.btn-check:focus+.btn, .btn:focus { box-shadow: inherit;}

.btn.light, a.btn.light { background: var(--white) !important; color: var(--clr-primary) !important; border-color: transparent;  }
.btn.light:hover, a.btn.light:hover{background: var(--clr-primary)!important; color: var(--white) !important; }


.btn.white, a.btn.white{background:#fff !important;color: var(--head-clr) !important;border: 2px solid var(--white); }



.container-fluid { max-width: 1744px;}
/* -- Container adjustment -- */
@media screen and (min-width: 1599px) {  
  .container{max-width: 1440px;}
}
@media screen and (min-width: 1699px) {  
  .container{max-width: 1648px;}
}

/* -- Container adjustment -- */


/* ~-~-~-~-~-~-~-~-~-~ global adjustments ~-~-~-~-~-~-~-~-~-~ */

/* -- Header -- */

.hdr-wrap { display: flex; align-items: center; }
.logo-wrap a { width: 100%; max-width: 190px; display: block; }
.main-header { position: relative; z-index: 9; width: 100%; height: auto; top: 0; left: 0; right: 0; background-color: var(--white); }
.hdr-wrap { display: flex; align-items: center;justify-content: space-between;}
.hdr-wrap .hdr-btn span img { max-width: 20px; }
.hdr-wrap .logo a { max-width: 154px; width: 100%;transition: var(--common-transition);display: block; }
.hdr-wrap ul { display: flex; align-items: center; padding: 0; list-style: none; margin: 0; }
.main-menu ul li:not(:last-child) { margin-right:40px; }
.main-menu ul li.current-menu-item a, .main-menu ul li:hover a {color: #362727 !important;}
.main-menu ul li a { font-family: var(--body-fonts); color: #362727; font-size: 16px; font-weight: 500; padding: 30px 10px; }

.main-menu .hdr-btn{display: none;}
.main-menu ul li.menu-item-has-children ul.sub-menu li:hover {color: #00F5F5;}
.main-header.no-banner { background: var(--clr-light-blue); position: relative;}
                          
.header-sticky header, .header-sticky header .no-banner { left: 0; position: fixed; top: 0; width: 100%; transition: all 0.5s; -ms-transition: all 0.5s; -webkit-transition: all 0.5s; animation: slide-down 0.5s; -ms-animation: slide-down 0.5s; -webkit-animation: slide-down 0.5s; z-index: 99; box-shadow: 0px 4px 41.1px 0px #00000026;
 background-color: #0000001c; backdrop-filter: blur(29px); }

.header-sticky .callnow strong { font-size: 14px;}
.header-sticky .btn { padding: 17px 50px; font-size: 14px;  }
.header-sticky .callnow span { width: 40px; height: 40px; }

.header-sticky .upper-header { display: none; }
.header-sticky .main-header{top: 0;}
.header-sticky a.hdr-search img { max-width: 26px; }
.upper-header { background: rgba(230, 214, 182, 0.8); }
.upr-hdr-right a { font-weight: 600;color: var(--head-clr); display: flex; align-items: center; }
.upr-hdr-right a span img { width: 20px; margin-right: 5px; }
.hdr-wrap .hdr-btn { display: flex; align-items: center;     gap: 20px; }
.nav_btn { display: none;}
.hdr-wrap .mobileview {display: none;}

.main-header-wrap.d-flex { justify-content: space-between;align-self: center;}
.navigation-wrap { display: flex; align-items: center; }
.header-logo a { max-width: 214px; width: 100%; height: 100%; display: block; }
.header-top { background: #F8F9FC; padding: 6px 0; color: #1A1A1A; }
.header-top p{margin-bottom: 0; display: inline-block; padding: 0 30px; position: relative;}
.header-top p:before{ position: absolute; left: 0; top: 7px; content: ""; background: url(../images/star.png); width: 12px; height: 12px;}
.header-top p:after{ position: absolute; right: 0; top: 7px; content: ""; background: url(../images/star.png); width: 12px; height: 12px;}
.login-holder ul { padding: 0; margin: 0; list-style: none;text-align: right; }

.login-holder ul li { display: inline-block; padding-left: 30px; }
.login-holder ul li a{color: #1A1A1A;}
/* dropdown */

/* * sticky start */ 

.main-header.fixed {  left: 0; position: fixed; top: 0; width:100%; transition: all 0.5s; -ms-transition: all 0.5s; -webkit-transition: all 0.5s; animation: slide-down 0.7s; -ms-animation: slide-down 0.7s; -webkit-animation: slide-down 0.7s; z-index: 999; background-color: var(--clr-secondary);} 


header.fixed .logo-wrap a img { max-width: 159px; }
header.fixed .main-header ul.nav li a { padding: 30px 0; }
header.fixed .btn { padding: 15px 40px; font-size: 16px; }
header.fixed .gt_switcher.notranslate .gt_selected a { padding: 12px 5px !important; width: auto !important; }
header.fixed .gt_option { top: 51px; width: 164px !important; padding: 9px 3px; }


@keyframes slide-down { 

0% {transform: translateY(-100%); 
-moz-transform: translateY(-100%); 
-webkit-transform: translateY(-100%); 
-o-transform: translateY(-100%);
-ms-transform: translateY(-100%); } 
100% { 
transform: translateY(0); 
-moz-transform: translateY(0); 
-webkit-transform: translateY(0); 
-o-transform: translateY(0); 
-ms-transform: translateY(0); } 
}

/* sticky end */
/* hamburger start */
.close-nav{display: none;}

.hamburger-nav { position: relative; width: 27px; height: 21px; z-index: 1; display: none; }
.hamburger-nav span{width: 100%; height: 3px; background-color: var(--primary); position: absolute;}
.hamburger-nav span:first-child{top: 0;}
.hamburger-nav span:nth-child(2){top: 8px;}
.hamburger-nav span:last-child{top: 16px;}

.hamburger { display: none; height: 26px; margin-right: 0px; }
.hamburger a.main-nav-toggle { display: block; width: 25px; height: 25px; position: relative; }
.hamburger a.main-nav-toggle:after, .hamburger a.main-nav-toggle:before { content: ""; position: absolute; top: 5px; height: 0; border-bottom: 2px solid var(--clr-primary); width: 100%; left: 0; right: 0; transition: all ease-out 0.3s; }
.hamburger a.main-nav-toggle:after { top: 18px; }
.hamburger a.main-nav-toggle i { display: block; text-indent: 100%; overflow: hidden; white-space: nowrap; height: 2px; background-color: var(--clr-primary); width: 100%; position: absolute; top: 50%; transition: all ease-out 0.1s;transform: translateY(-50%); }
.hamburger a.main-nav-toggle.active-menu:after { transform: rotate(-45deg); transform-origin: center; top: 50%; }
.hamburger a.main-nav-toggle.active-menu:before { transform: rotate(45deg); transform-origin: center; top: 50%; }
.hamburger a.main-nav-toggle.active-menu i { opacity: 0; }

/* hamburger end */    

body.open { height: 100vh; overflow: hidden; }
body.fixed-gap { margin-top: 94px; }
.upper-header-cont{display: flex; justify-content: space-between;padding: 10px 0; align-items: center;}
.upper-header-cont h6 { margin-bottom: 0; }


.header-is-fixed { padding-top: 131px; }
@keyframes slide-down {
  0% {
      opacity: 0;
      transform: translateY(-100%);
  } 
  100% {
      opacity: 1;
      transform: translateY(0);
  } 
}

/* sub menu */
li.menu-item-has-children{position: relative;display: inline-block;}
.main-menu ul li.menu-item-has-children a{margin-right: 15px;}
li.menu-item-has-children > ul.sub-menu { display: none; position: absolute; background: #FFF; box-shadow: 0px 4px 6px 0px rgba(46, 45, 45, 0.16); min-width: 274px; z-index: 1; margin-top: 14px; left: -7px; padding: 0px; list-style: none; }
li.menu-item-has-children ul.sub-menu a{display: block;color: var(--clr-secondary);;font-weight: 500;margin-right: 0;padding: 8px 15px;font-size: 15px;}

li.menu-item-has-children:hover ul.sub-menu {display: block;}
li.menu-item-has-children:hover a::after { transform: translate(0%, -19%) rotate(180deg); color: var(--primary); }
li.menu-item-has-children > ul.sub-menu li { margin: 0; }
/* li.menu-item-has-children ul.sub-menu li { border-bottom: 1px solid rgba(0, 0, 0, 0.1); } */
li.menu-item-has-children ul.sub-menu li{margin-right: 0;width: 100%;padding: 0;} 
.main-header ul.sub-menu li:last-child { padding-right: 10px; }
li.menu-item-has-children ul.sub-menu li:last-child{border: 0;}
li.menu-item-has-children > ul.sub-menu li:hover a{color: var(--clr-primary) !important;}



ul.sub-menu .current_page_item a { color: var(--secondary) !important; }
ul.lang-btn li a { display: flex; align-items: center; gap: 5px; padding: 5px 22px 5px 5px; border: 2px solid white; border-radius: 41px; }
ul.lang-btn li a:hover { color: var(--secondary); border: 2px solid var(--secondary); }
li.menu-item-has-children > a::after { position: absolute; top: 4px; content: "\f0d7"; font-family: "Font Awesome 7 Free"; font-weight: 900; font-size: 14px; margin-left: 0; color: var(--green); transition: var(--common-transition); right: 0; }
ul.lang-btn li { padding: 20px 0; }
.header-social-media-toggle{display: none;}
/* sub sub menu dropdown start */
.navigation ul>li ul.sub-menu li a:hover { background: var(--primary); color: var(--white); } 
.navigation ul>li ul.sub-menu li ul.sub-menu { left: 100%; top: -36px; display: none; margin: 0; }
.main-header ul.nav li ul.sub-menu li a:hover { color: var(--clr-primary); }
.navigation ul>li ul.sub-menu li.menu-item-has-children > a::after { transform: rotate(-90deg); }
.minus, .plus{display: none;} 
@media only screen and ( min-width:1199px ){
.navigation ul>li ul.sub-menu li.menu-item-has-children:hover > ul.sub-menu { display:block; }  
}
.navigation h3{color: var(--clr-white); text-align: center; font-weight: 400;letter-spacing: 9px;}
.navigation ul.nav li ul.sub-menu li.current-menu-item a { border: none; color: var(--clr-primary) !important; }
/* sub-sub-menu */
.navigation ul li.current-menu-item ul.sub-menu li a { border: none; }
ul.nav li ul.sub-menu li.menu-item-has-children  a::after { top: 40% !important; }
li.menu-item-has-children ul.sub-menu li.menu-item-has-children{padding: 10px;}

a.hdr-search img{max-width: 33px;}
body.no-banner .main-header { position: relative; background:#411A19 ; }
body.no-banner .main-menu ul li a { color: #fff; }
/* sub-sub-menu */
/* new css */

/* --- Navigation Underline Animation --- */

.main-menu ul li a { position: relative; text-decoration: none; display: inline-block; }
.hdr-btn-mobile{display: none;}

/* header end */

/* banner sec start */
.banner-section { height: 80vh;position: relative; }
.banner-section.inner-bnr-sec { height: 70vh; }
.banner-sec-outer-wrap { height: 100%; display: flex; align-items: center; position: relative; flex-direction: column; justify-content: center;overflow: hidden; }
.banner-sec-outer-wrap::before { position: absolute; content: ""; background: #000000; top: -50%; right: 0; left: 0; z-index: 1; width: 970px; height: 970px; border-radius: 100%; margin: 0 auto; opacity: 0.6; filter: blur(73px); }

.bnr-cont-wrap { max-width: 1300px; position: relative; z-index: 2; text-align: center; margin: 0 auto; display: flex; flex-direction: column; align-items: center; }
.bnr-cont-wrap p { color: #fff; }
.down-arrow a { position: absolute; left: 0; right: 0; width: 100%; margin: 0 auto; display: flex; bottom: -50px; align-items: center; justify-content: center; z-index: 1; max-width: 130px; }
/* banner sec end */

/* --- Tulsa Office Layout start--- */

.check-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 20px; margin-top: 20px; }
.check-list li { position: relative; padding-left: 20px; }


.check-list li::before { content: "•"; color: var(--clr-secondary); position: absolute; left: 0; top: 0; }
.custom-round { border-radius: 15px; }


ul.feature-list li { list-style: disc; margin-bottom: 15px; margin-left: 24px; }
ul.feature-list { column-count: 2; }
.tulsa-content-wrap { padding-right: 60px; }
.sub-img,.featured-office-img{position: relative; padding: 0 0 80%;border-radius: 30px; overflow: hidden;height: 100%;}
.sub-img img,.featured-office-img img{position: absolute; top: 0; bottom: 0; left: 0; right: 0; width: 100%; height: 100%; object-fit: cover;}
/* --- Tulsa Office Layout end--- */

/* --- explore-our-office start ---*/
.explore-our-office { background-color: #fff; }
.property-tabs-wrap ul { align-items: center; gap: 20px; display: flex; flex-wrap: wrap; }
.property-tabs-wrap ul.property-tabs-nav { justify-content: center; }
.property-tabs-nav .nav-link { border: 1px solid var(--clr-secondary); border-radius: 50px; color: var(--clr-secondary); background: transparent; padding: 16px 34px; min-width: 170px; font-weight: 600; transition: var(--common-transition); }
.property-tabs-nav .nav-link.active,.property-tabs-nav .nav-link:hover  { background: var(--clr-secondary); color: #ffffff; border-color: var(--clr-secondary); }

.property-tab-content-box { background: var(--grey-back); border-radius: 30px; border: 1px solid rgba(198, 165, 86, 0.15);padding: 60px; }
.property-tab-content-box .section-title {  color: var(--head-clr); margin-bottom: 18px; }
.property-tab-content-box h5 { font-family: var(--body-fonts);font-weight: 600 !important; }

.property-highlight-grid { display: grid; grid-template-columns: repeat(1, minmax(0, 1fr)); gap: 20px; }
.highlight-card {  border-radius: 50px; padding: 22px 31px; color: var(--body-clr); font-size: 14px; font-weight: 500; border: 1px solid var(--clr-secondary);max-width:500px; }
.property-tab-content-box .tab-pane .row .col-12 { border-bottom: 1px solid #AAAAAA;    margin-bottom: 20px; padding-bottom: 20px; }
.property-tab-content-box .tab-pane .row .col-lg-4.col-sm-6 { margin-bottom: 25px; }
.property-tab-img{position: relative; padding: 0 0 56%;border-radius: 30px; overflow: hidden;height: 100%;}
.property-tab-img img{position: absolute; top: 0; bottom: 0; left: 0; right: 0; width: 100%; height: 100%; object-fit: cover;}
/* --- explore-our-office end ---*/
section{ scroll-margin-top: 120px; }








/* --- Inquiry Section Layout --- */

.inquiry-outer-wrap { background: var(--white); padding: 40px; border-radius: 20px; /* Optional: Small shadow to lift the card if desired */ box-shadow: 0 10px 30px rgba(0,0,0,0.05); }

.inquiry-img{position: relative; padding: 0 0 56%;border-radius: 30px; overflow: hidden;height: 100%;}
.inquiry-img img{position: absolute; top: 0; bottom: 0; left: 0; right: 0; width: 100%; height: 100%; object-fit: cover;}
/* 
.rounded-input { border: 1px solid #ced4da !important; border-radius: 12px !important; height: 55px !important; } */
textarea.rounded-input { height: 150px !important; }


.inquiry-form-wrap .form-label { font-weight: 600; margin-bottom: 8px; display: block; }
.inquiry-form-wrap form .row .col-md-6 p br,.inquiry-form-wrap form .row .col-md-12 p br { display: none; }








/* --- testimonials section start --- */
.testimonials-section { position: relative; padding: 120px 0 80px; background: #ffffff; }
.testimonials-header { padding: 0 30px; }
.testimonials-header h2 { font-size: 48px; color: #1f2847; margin-bottom: 18px; }
.testimonials-header h2 span { color: var(--clr-secondary); font-family: var(--head-span-fonts); }
.testimonials-header p { font-size: 18px; color: var(--body-clr); max-width: 1600px; margin: 0 auto; line-height: 1.8; }

.testimonials-slider-wrap { display: grid; gap: 30px; padding: 40px 0 0; }
.testimonials-slider-wrap ul { padding-left: 46px !important; padding-right: 46px !important; }
.testimonials-splide { position: relative; overflow: hidden; }

.testimonials-splide .splide__track { overflow: hidden; }

.testimonials-splide .splide__list { margin: 0; }



.testimonial-card { position: relative; background: #EEEEEE; border-radius: 30px; padding: 30px 28px 24px; min-height: 280px; display: flex; flex-direction: column; justify-content: flex-start; border: 1px solid rgba(31, 40, 71, 0.08);  overflow: hidden;height: 100%; }
.testimonial-card::before { content: ""; position: absolute; top: 22px; right: 24px; font-size: 46px; color: rgba(31, 40, 71, 0.14); font-family: sans-serif; line-height: 1; background-image: url(../images/comma.svg); background-size: 70px; width: 70px; height: 70px; background-repeat: no-repeat; }

.testimonial-card .testimonial-content { order: 2; padding-top: 18px; }
.testimonial-card .quote-icon { display: none; }

.testimonial-author { order: 1; display: flex; align-items: center; gap: 16px; margin-bottom: 16px; }

.author-avatar { width: 56px; height: 56px; border-radius: 50%; overflow: hidden; border: 2px solid rgba(31, 40, 71, 0.08); }
.author-avatar img { width: 100%; height: 100%; object-fit: cover; }

.author-info { display: flex; flex-direction: column; gap: 6px;width: calc(100% - 56px); }



.rating { display: flex; gap: 4px; color: var(--clr-secondary); font-size: 14px; }
.rating i { margin: 0; }

/* .top-slider .testimonial-card .testimonial-author { justify-content: end; flex-direction: row-reverse; } */
.top-slider .testimonial-author, .top-slider .author-info, .top-slider .testimonial-content { text-align: left; }
/* .top-slider .testimonial-card .testimonial-author .rating { flex-direction: row-reverse; } */
/* .top-slider .testimonial-card::before { left: 24px;right: inherit; } */
.top-slider { margin-bottom: 10px; }

.bottom-slider { margin-top: 10px; }

.splide__pagination { display: flex; justify-content: center; margin-top: 26px; gap: 10px; }

.splide__pagination li button { width: 12px; height: 12px; border-radius: 50%; border: none; background: rgba(31, 40, 71, 0.12); transition:  0.3s ease; }

.splide__pagination li.is-active button { background: var(--clr-secondary); }
.splide__pagination li button:focus { outline: none; box-shadow: 0 0 0 4px rgba(198, 165, 86, 0.18); }

.testimonial-navigation-dots { display: flex !important; justify-content: center; gap: 14px; margin-top: 28px; min-height: 24px; }
.testimonial-navigation-dots .dot { display: inline-flex !important; align-items: center; justify-content: center; width: 14px; height: 14px; min-width: 14px; min-height: 14px; border-radius: 50%; border: none; background-color: rgba(31, 40, 71, 0.14) !important; transition: 0.3s ease; cursor: pointer; }
.testimonial-navigation-dots .dot.active { background-color: var(--clr-secondary) !important; }
.testimonial-navigation-dots .dot:focus { outline: none; box-shadow: 0 0 0 4px rgba(198, 165, 86, 0.18); }

.splide__list { /* This ensures the transition between slides is consistent */ transition-timing-function: linear !important; }
/* --- testimonials section end --- */


/* --- Schedule Tour Section --- */
.schedule-tour-sec{overflow: hidden;}
.schedule-tour-sec .schedule-content h2 { margin-bottom: 25px; }
.tour-image-wrap { position: relative; padding: 0 0 36%; border-radius: 30px; overflow: hidden; box-shadow: 0px 4px 8.8px 0px #00000075; }
.tour-image-wrap img{position: absolute; top: 0; bottom: 0; left: 0; right: 0; width: 100%; height: 100%; object-fit: cover;}

/* Calendar Card Styling */
.calendar-card { background: var(--white); padding: 30px; border-radius: 30px; box-shadow: 0 15px 40px rgba(0,0,0,0.08); position: relative; z-index: 1; }

/* Gold accent shape behind the calendar as seen in screenshot */
.calendar-placeholder-img { position: relative; }
.calendar-placeholder-img::before { content: ""; position: absolute; top: -10px; right: -5px; width: 100%; height: 100%; background: var(--clr-secondary); border-radius: 30px; z-index: -1; transform: rotate(-2deg); }
.calendar-placeholder-img img { width: 100%; box-shadow: 0px 4px 8.8px 0px #00000075; border-radius: 30px; overflow: hidden; }
.calendar-card h6 { font-family: var(--body-fonts); font-weight: 600 !important; margin-bottom: 20px; }

.calendar-card-wrap.ps-lg-5 { position: relative; padding: 0 !important; }
.calendar-card-wrap iframe { box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.27); border-radius: 30px;}
.calendar-card-wrap::before { content: ""; position: absolute; top: -10px; right: -5px; width: 100%; height: 100%; background: var(--clr-secondary); border-radius: 30px; z-index: -1; transform: rotate(-4deg); }



/* --- Footer Layout Styling --- */

.footer-section { padding: 100px 0; background-size: cover; background-position: center; position: relative; }
.ftr-left-wrap { display: flex; align-items: flex-start; gap: 20px;}
.ftr-contact { width: max-content; margin-left: auto; }
.footer-glass-container { background: rgba(43, 43, 43, 0.7); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-radius: 40px; padding: 60px 60px 0 60px; border: 1px solid rgba(255, 255, 255, 0.1); }

.ftr-logo img { max-width: 160px; }
.ftr-socials-wrap ul li a { width: 38px; height: 38px; background: #fff; color: #111; display: flex; align-items: center; justify-content: center; border-radius: 50%; transition: var(--common-transition); }
.ftr-socials-wrap ul li a:hover { background: var(--clr-secondary); color: #fff; }
.contact-links { list-style: none; padding: 0; }
.contact-links li { margin-bottom: 8px; }
.contact-links li a { color: #fff; font-weight: 500; }
.ftr-bottom-line { width: 100%; height: 1px; background: rgba(255, 255, 255, 0.3); /* The thin line in your image */ }
.ftr-contact h6 { font-family: var(--body-fonts); font-weight: 700 !important; }
.social-icon{margin-top: 20px;}
/* --- Responsive Viewport Adjustments --- */



/* Responsive fixes */

@media (min-width: 1200px) { 
 
  .testimonials-slider-wrap { padding: 60px 0 0; }

}

@media only screen and (max-width:1699px){
.main-menu ul li:not(:last-child) { margin-right: 25px; }
.down-arrow a { max-width: 100px; }
label, .maxchar { font-size: 20px; }
.testimonials-header p { max-width: 1200px; }
}

@media only screen and (max-width:1399px){
:root {

    /* ~-~-~-~-~ declare font size ~-~-~-~-~ */
    --f-size-XXXL: ;
    --f-size-XXL:56px ;    
    --f-size-XL: 40px;    
    --f-size-L: 32px;    
    --f-size-M:28px;
    --f-size-S:22px ;
    --f-size-Sm: 16px;
    --f-size-Body: 16px;
    /* ~-~-~-~-~ declare font size ~-~-~-~-~ */

}

.btn, a.btn { min-width: 216px; }
.main-menu ul li a { font-size: 14px; }
}

@media only screen and (max-width:1199px){



     :root {

    /* ~-~-~-~-~ declare font size ~-~-~-~-~ */
    --f-size-XXXL: ;
    --f-size-XXL:40px ;    
    --f-size-XL: 32px;    
    --f-size-L: 30px;    
    --f-size-M:26px;
    --f-size-S:22px ;
    --f-size-Sm: 16px;
    --f-size-Body: 16px;
    /* ~-~-~-~-~ declare font size ~-~-~-~-~ */

}
body.fixed { overflow: hidden; }
 .ant-fact-hdr-right h1 { font-size: 60px; }
  .common-padding { padding-top: 50px; padding-bottom: 50px; }
  .contact-sec, .pet-friendly-pest-sec-bnr { margin-top: 0px; }
  .common-lg-padding { padding-top: 80px; padding-bottom: 80px; }
  .common-small-padding { padding-top: 40px; padding-bottom: 40px; }
  textarea, select, .form-control, input { font-size: 14px; padding: 13px 20px; height: 40px; }
  /* header start */
  .nav_btn { display: block; cursor: pointer;position: relative;margin-left: 10px;width: 23px;}
  /* .nav_close { display: block; position: absolute; top: 20px; right: 30px; z-index: 999; font-size: 30px;} */
  .hdr-wrap ul { display: block;}
  
  .main-menu { position: fixed;/* transform: translateX(100%);*/ right: -100%; top: 84px; bottom: 0; z-index: 999; max-width: 100%; padding-top: 60px; margin: 0; display: block; width: 100%; padding-left: 30px; padding-right: 30px; transition: 250ms ease-in; overflow: auto; height: calc(100vh - 84px); text-align: center; background: var(--white); overflow-y: auto; }
  .main-menu>ul li { width: 100%; }
  .main-menu ul li:not(:last-child) { margin-right: 0; }
  .main-menu>ul>li a { display: block; padding: 0px; border-bottom: 1px solid var(--grey); color: var(--white); font-size: 19px; }
  .main-menu ul li.current-menu-item a, .main-menu ul li:hover a{color: var(--clr-primary) !important;}
  .main-menu ul li a { color: var(--head-clr); font-size: 23px; }
 .main-menu ul li { margin-right: 0; padding: 30px 0; text-align: left; }
  .hdr-rt ul li a {color: var(--white);padding: 10px;}
  li.menu-item-has-children::after{content: none;}
  .nav_btn span {width: 23px; height: 2px; background: var(--clr-primary); display: block; }
  .nav_btn::after { content: ""; position: absolute; width: 23px; height: 2px; background: var(--clr-primary); right: 0; top: -6px;transition: ease-in-out 0.4s; }
  .nav_btn::before { content: ""; position: absolute; width: 23px; height: 2px; background: var(--clr-primary); top: 6px; right: 0;transition: ease-in-out 0.4s; }
  
  .nav_btn.sidebar_active span {display: none; }
  .nav_btn.sidebar_active::after{transform: rotate(45deg);  top: -3px; }
  .nav_btn.sidebar_active::before{transform: rotate(135deg);top: -3px; }

  .main-menu.sidebar-open { right: 0; }

  .minus, .plus { display: block; position: absolute; right: 40%; top: 10px; font-weight: 400; color: var(--clr-primary); font-size: 23px; }
  .minus{display: none;}
  span.plus .fa-chevron-down:before, span.minus .fa-chevron-up:before { display: none; }

  li.menu-item-has-children.open-sub > ul.sub-menu {display: block; background: no-repeat; box-shadow: none; }
  li.menu-item-has-children:hover > ul.sub-menu{height: 0; overflow: hidden;}
  li.menu-item-has-children.open-sub > ul.sub-menu{height: 100%; position: relative;}
  li.menu-item-has-children > a::after { font-size: 0; }
  
  .hdr-btn{margin-right: 6px;}

  .hdr-btn.mobileview a.btn { margin-bottom: 15px; }

   .hdr-wrap .mobileview { display: flex; flex-direction: column; margin: 0; }
 
  .hdr-btn.mobileview a.btn:first-child { margin-right: 0px; }
  li.menu-item-has-children.open-sub .minus{display: block;}
  li.menu-item-has-children.open-sub .plus{display: none;}
  li.menu-item-has-children ul.sub-menu a{color: var(--black) !important; padding: 5px;}
  li.menu-item-has-children > ul.sub-menu { top: 0; color: var(--gold); background-color: var(--white); position: relative; padding: 0; }
  /* .hdr-wrap  .sidebar-open .mobileview {display: block;margin: 20px auto;} */
  .main-menu ul li.menu-item-has-children a { margin-right: 0; }
  .hdr-wrap { justify-content: flex-start; }
  .nav_btn { display: block;}
  .hdr-wrap .hdr-btn { margin-left: auto;  }

  .header-top p { font-size: 12px; }
  .header-top p:before, .header-top p:after { top: 4px; width: 10px; height: 10px; }
  .login-holder ul li a { font-size: 12px; }
  li.menu-item-has-children::after{display: none;}

  nav.main-menu ul { flex-direction: column; }

 

  li.menu-item-has-children span.plus svg,li.menu-item-has-children span.minus svg { display: none; }
  li.menu-item-has-children > ul.sub-menu { left: 0; }
  body.no-banner .header-sticky .main-header .main-menu ul li a { color: var(--head-clr); }
  .main-header .container { max-width: 90%; }
 .btn, a.btn { font-size: 14px; padding: 15px 40px; }
  body.fixed .main-header { background: var(--clr-primary); }
  body.fixed a.btn { background: var(--white); color: var(--clr-primary); }
    body.fixed .nav_btn::before, body.fixed .nav_btn::after { background: var(--white); }
  .header-sticky .btn { padding: 14px 33px; font-size: 14px; }
  .hdr-wrap .logo a { max-width: 116px; }
  
  a.hdr-search img{max-width: 24px; }
  .header-sticky a.hdr-search img { max-width: 20px; }
  .main-menu ul li a::after { display: none; }


  /* header end */

.ps-lg-5 { padding-left: 1rem!important; }
.tulsa-content-wrap { padding-right: 35px; }
.ftr-socials-wrap ul li a { width: 32px; height: 32px; }
.property-tab-content-box { padding: 30px; }
.footer-section { padding: 60px 0; }
.footer-glass-container { padding: 40px 40px 0 40px; }
.testimonial-navigation-dots .dot { width: 10px; height: 10px; min-width: 10px; min-height: 10px; }
}    

@media (max-width: 991px) { 
    :root {

    /* ~-~-~-~-~ declare font size ~-~-~-~-~ */
    --f-size-XXXL: ;
    --f-size-XXL:40px ;    
    --f-size-XL: 32px;    
    --f-size-L: 30px;    
    --f-size-M:26px;
    --f-size-S:20px ;
    --f-size-Sm: 16px;
    --f-size-Body: 16px;
    /* ~-~-~-~-~ declare font size ~-~-~-~-~ */

}
.container, .container-md, .container-sm { max-width: 95%; }
.testimonial-card { padding: 24px; min-height: 220px; }  


.inquiry-form-wrap { padding-left: 0 !important;margin-top: 40px; }
.inquiry-outer-wrap { padding: 20px; } 
.calendar-card-wrap { margin-top: 50px; padding-left: 0 !important; }
.ftr-contact { width: 100%; margin-left: inherit; }
.footer-glass-container {  border-radius: 25px; }

.ftr-left-wrap { flex-direction: column; }
.ftr-content.text-center.text-lg-start { text-align: left !important; }
ul.social-icon { justify-content: start !important; }
.schedule-tour-sec .row { flex-direction: column-reverse; }
.schedule-content { margin-bottom: 40px;margin-top: 0px; }
.property-tab-content-box .tab-pane .row .col-12 .row .col-lg-4 { margin-bottom: 25px; }
.about-tulsa-office .row:first-child { flex-direction: column-reverse; }
.tulsa-content-wrap { padding-right: 0; margin-top: 40px; }
.sub-img, .featured-office-img { padding: 0 0 55%; }
.footer-glass-container { padding: 30px 30px 0 30px; }

.property-tab-content-box .tab-pane .row .col-12 .row .col-lg-4 { padding: 0 7px;margin-bottom: 15px; }
.property-tab-img { border-radius: 20px; }
.schedule-tour-sec .row { flex-direction: column; }
.schedule-content { display: flex; flex-direction: column-reverse; }
.schedule-content-wrap { margin-top: 40px; }
}


@media (max-width: 767px) { 
  .main-menu ul li a { font-size: 20px; }
  .hdr-wrap .logo a { max-width: 96px; }
  .main-menu { top: 67px; height: calc(100vh - 67px); }
.form-group { margin-bottom: 20px; }
body.fixed a.btn { background: var(--clr-primary); color: var(--white); }
.main-menu ul li { padding: 20px 0;}
.testimonials-section { padding: 50px 0 50px; }
.testimonials-header h2 { font-size: 30px; } 
.testimonials-header p { font-size: 15px; max-width: 100%; } 
.testimonial-card { min-height: auto; width: 100%; }  
.property-tabs-nav .nav-link { min-width: auto; width: 100%; text-align: center; }
.hdr-btn-mobile{display: block;}
.hdr-btn{display: none !important;}
.nav_btn { margin-left: auto; }
.testimonials-slider-wrap ul { padding-left: 0px !important; padding-right: 0px !important; }
.testimonials-slider-wrap ul li { padding: 0 15px; }
.testimonial-navigation-dots .dot { width: 8px; height: 8px; min-width: 8px; min-height: 8px; padding: 0; }
.inquiry-img { padding: 0 0 56%; border-radius: 20px; }
.hdr-btn-mobile { margin-top: 20px; }
.highlight-card { padding: 18px 23px; font-size: 12px; width: 100%; }
.tour-image-wrap { padding: 0 0 49%; border-radius: 15px; margin-top: 0px; }
.sub-img, .featured-office-img { padding: 0 0 65%; border-radius: 10px; }
.tulsa-content-wrap .row.mt-40.g-3 { margin-top: 0; }
ul.feature-list { column-count: 1; }
.property-tabs-nav .nav-link { padding: 14px 30px; }

.inquiry-form-wrap .row  input.btn { width: 100%; }
.ftr-logo img { max-width: 100px; }
.copyright-text p { font-size: 10px; }
}

@media (max-width: 540px){
  .property-tabs-wrap ul.property-tabs-nav { overflow-x: scroll; flex-wrap: nowrap; white-space: nowrap; gap: 10px; justify-content: flex-start; }
}






/* --- testimonials section end --- */