﻿.top-shadow{box-shadow:0 -10px 30px rgba(0,0,0,.03);}
.bgcontainertblx{background:#eef2f7}
.btn-green{background :#C6183D /*#BF2E45#F97316*/  !important /*#0F766E*/ }
.border-green{border:2px solid #F97316 !important;color: #000 !important;
    background: none !important;}
.font-italic{font-style: italic;}
.margin-center{margin: 0 auto;}
.font-white {
    color: #FFF  !important;
}
a.header-phone.editable {
    font-size: 15px !important;
}
.col-lg-3.faq-col {
    width: 100%;
}

.col-lg-9.faq-col {
    width: 100%;
}



.service-icon-wrapper i {
    display: none;
}

        .service-section-label {
            color: #377fcb;
            font-size: 15px;
            font-weight: 500;
            margin-bottom: 8px;
        }

        .service-section-title {
            color: var(--text-dark);
          font-size: 24px !important;
            font-weight: 700;
            line-height: 1.3;
            margin-bottom: 20px;
        }

        .service-section-text {
            color: var(--text-muted);
            font-size: 15px;
            line-height: 1.7;
        }

        /* Kart Tasarımı */
        .service-norm-card {
            background: #ffffff;
            border: none;
            border-radius: 16px;
            padding: 12px 14px;
            text-align: center;
            height: 100%;
            position: relative;
            transition: all 0.3s ease;
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04), 0 4px 12px rgba(0, 0, 0, 0.04);
            overflow: hidden;
        }

        .service-norm-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 48px;
            height: 3px;
            background-color: #377fcb;
            border-radius: 0 0 4px 4px;
        }

        .service-norm-card:hover {
          transform: translateY(-6px); 
            box-shadow: 0 12px 24px rgba(37, 99, 235, 0.1), 0 4px 8px rgba(0, 0, 0, 0.06);
        }
.faq-admin-mode .service-norm-card {
    overflow: unset !important;
}
   .faq-admin-mode  .service-norm-card:hover {
          transform: none  !important;
     
        }

        .service-icon-wrapper {
            width: 80px;
            height: 80px;
            margin: 8px auto 20px;
            background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--primary-blue);
            font-size: 32px;
        }
		
		
		.service-icon {
    display: inline-block;
    width: 90px;                    /* 60 × 1.5 */
    height: 86px;                   /* 57 × 1.5 */
    background-image: url(../../contents/cert-imgs.png);
    background-repeat: no-repeat;
    background-size: 270px 171px;   
}

 
.service-icon-iso-14001 {
    background-position: -180px 0px;     
}
.service-icon-iso-27001 {
    background-position: 4px 0px;
}
.service-icon-iso-45001 {
    background-position: -86px 0px;      
}
.service-icon-haccp {
    background-position: 0px -86px;     
}
.service-icon-din-77200 {
    background-position: -86px -86px;    
}
.service-icon-iso-50001 {
    background-position: -180px -86px;  
}
		

        .service-norm-title {
          font-size: 20px !important;
            font-weight: 700;
            color: var(--text-dark);
            margin-bottom: 16px;
        }

        .service-divider {
      height: 1px;
    background-color: #e2e8f0;
    margin: 0 auto 5px;
    border-radius: 1px;
        }

        .service-norm-link {
               color: #377fcb;
            text-decoration: none;
            font-weight: 500;
            font-size: 14px;
            display: inline-flex;
            align-items: center;
            gap: 6px;
            transition: gap 0.2s ease;
        }
		
	.service-norm-link::after {
    content: "\F138";
    margin-left: 0px;
    font-size: 16px;
    font-weight: 600;
    transition: .3s;
    font-family: "bootstrap-icons";
	margin-top: 2px;
}

  

        .service-norm-link:hover {
            gap: 10px;
           /* text-decoration: underline;*/
        }

        .service-norm-link i {
            font-size: 13px;
        }

        /* Mobil Düzenlemeler */
        @media (max-width: 911px) {
		.service-icon {
        width: 60px;
        height: 57px;
        background-size: 180px 114px;
    }

    .service-icon-iso-14001 {
        background-position: -113px 0px;
    }
    .service-icon-iso-27001 {
        background-position: 5px 0px;
    }
    .service-icon-iso-45001 {
        background-position: -55px 0px;
    }
    .service-icon-haccp {
        background-position: 3px -57px;
    }
    .service-icon-din-77200 {
        background-position: -54px -57px;
    }
    .service-icon-iso-50001 {
        background-position: -116px -57px;
    }

    .service-icon-wrapper {
        width: 80px;
        height: 80px;
    }
            .service-section-title {
                font-size: 22px;
            }
                  .service-divider {
      height: 1px;
    background-color: #e2e8f0;
    margin: 15px auto 15px;
    border-radius: 1px;
        }
            .service-norm-card {
                padding: 28px 20px;
                margin-bottom: 16px;
            }
            
            .service-icon-wrapper {
                width: 70px;
                height: 70px;
                font-size: 28px;
            }
        }

        @media (min-width: 768px) and (max-width: 991.98px) {
            .service-section-title {
                font-size: 24px;
            }
        }



.wx60{/*max-width:60% !important*/}
.wx85 {max-width:85% !important}
.faq-admin-mode .col-lg-3.faq-col {
    width: 25% !important;
}

.faq-admin-mode .col-lg-9.faq-col  {
    width: 75% !important;
}
.faq-admin-mode .faq-categories ul {
   display: block
     
}
 .faq-nav{
        /*display:flex;*/
		display:none
    }
 
/*
    .faq-categories ul{

        display:flex;
        flex-wrap:nowrap;
        overflow-x:auto;
        gap:10px;

        padding-bottom:8px;

        -webkit-overflow-scrolling:touch;
        scrollbar-width:none;
		justify-content: center;
    }
.faq-categories {
 
    margin-bottom: 30px;
	padding:unset;
	box-shadow:unset;
	background:unset;
}

*/
.faq-categories{
    margin-bottom:30px;
    padding:0;
    background:none;
    box-shadow:none;
}

.faq-categories ul{
    display:flex;
    flex-wrap:nowrap;
    overflow-x:auto;
    overflow-y:hidden;
    gap:10px;

    /* -webkit-overflow-scrolling:touch; */

    scrollbar-width:none;
  justify-content:center; 
    margin:0 auto;
}

.faq-categories ul::-webkit-scrollbar{
    display:none;
}

.faq-categories li{
    flex:0 0 auto;
    margin:0;
    position:relative;
}

.faq-categories a{
    display:inline-block;
    position:relative;

    padding:0 0 14px;
    text-decoration:none;

    color:#666;
    white-space:nowrap;

    transition:.2s;
	 
}

.faq-categories a:hover,
.faq-categories a.active{
    color:#222;
}

.faq-categories a.active::after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;

    width:100%;
    height:3px;

  
    bottom:-1px;

    height:3px;
    background:#000;
	
}

 .faq-categories h4 {
    font-size: 30px !important;
     font-weight: unset;  
     
}


    .faq-categories ul::-webkit-scrollbar{
        display:none;
    }

    .faq-categories li{
        flex:0 0 auto;
        margin:0;
    }

    .faq-categories a{

        white-space:nowrap;

        padding:5px 10px;

        /* border-radius:10px;

      /*  background:#f3f4f6;*/
    }

    .faq-categories a.active{

   /*     background:#cfd2d6;*/
        color:#000;
    }

    .faq-categories a::after{
       /* display:none;*/
    }
.usp-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    /*gap:30px;*/
	
	    max-width: 85%;
    margin: 0 auto;
    gap: 15px;
}

.usp-card{
    background:#fff;
    border-radius:22px;
    padding:25px;
    position:relative;
    overflow:hidden;
   /* min-height:430px;*/

    box-shadow:
        0 10px 35px rgba(0,0,0,.08);
}

.usp-icon{
    width:70px;
    height:70px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;

    color:#fff;
    font-size:40px;
    margin-bottom:35px;
}

.usp-card h3{
    font-size:52px;
    line-height:1.15;
    font-weight:700;
    margin-bottom:15px;
	font-size: 20px !important;
	/*font-size: 26px !important;*/
}
 
.usp-card p{
    font-size:13px;
    line-height:1.6;
    color:#4f5665;
}

.usp-line{
    width:85px;
    height:6px;
    display:block;
    border-radius:10px;
    margin-bottom:15px;
}

/* Mavi */

.usp-blue .usp-icon,
.usp-blue .usp-line{
    background:#0457e7;
}
.usp-blue2 .usp-icon,
.usp-blue2 .usp-line{
    background:#003275;
}

.usp-blue h3{
    color:#0457e7 !important;
}
.usp-blue2 h3{
    color:#003275 !important;
}




.usp-blue:after{
    content:"";
    position:absolute;
    right:-80px;
    bottom:-80px;

    width:100px;
    height:220px;

    background:#0457e7;
    transform:rotate(45deg);
}

.usp-blue2:after{
   
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:0;

    height:18px;
    background:#003275;
}
/* Koyu */

.usp-dark .usp-icon,
.usp-dark .usp-line{
    background:#2d3344;
}

.usp-dark h3{
    color:#2d3344  !important;
}

.usp-dark:after {
    content: "";
    position: absolute;
    right: -50px;
    bottom: -70px;
    width: 260px;
    height: 90px;
    background: #2d3344;
    transform: skew(-45deg);
}

/* Yeşil */

.usp-green .usp-icon,
.usp-green .usp-line{
    background:#009879;
}

.usp-green h3{
    color:#009879 !important;
}

.usp-green:after{
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:0;

    height:18px;
    background:#009879;
}

/* Üst sağ kesik köşe */

.usp-cut:before{
   content:"";
    position:absolute;
    top:0;
    right:0;

    width:90px;
    height:90px;
   /* background:#f5f5f5;*/

    clip-path:polygon(100% 0,100% 100%,0 0); 
}

.usp-card.usp-dark.usp-cut {
    /*clip-path: polygon(0 0, calc(100% - 50px) 0, 100% 50px, 100% 100%, 0 100%);*/
}

/* Dots */

.usp-dots {
    position: absolute;
    right: 25px;
    top: 25px;
    width: 70px;
    height: 60px;
    background-image: radial-gradient(currentColor 2px, transparent 2px);
    background-size: 15px 15px;
    color: inherit;
}

.usp-watermark {
    position: absolute;
    right: 35px;
    top: 90px;
    font-size: 45px;
    font-weight: 700;
    opacity: .08;
}

.pd0{padding:0px}
.p-30lr{padding:0px 30px !important}
.rounded-white-box{background:#FFF !important;border-radius:15px;box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);}
.block4{   position:relative;
    /*transform:translateY(100px);*/} 
#calendlyembed{
 min-height: 600px;  
}
.mw{max-width: 200px;}
.mw{width: 200px;}
.sec2{margin-top:50px}
.calendlyclass{display:none}
.step-sub-title{display:none}
.mobile-brand-name{display:none}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{color:#111827 !important}
.marleft15{margin-left:15px}
.mobile-menu-btn{
    display:none;
}
.drawer.calendly-mode {
    width: 100% !important;
	   background: rgba(0, 0, 0, .45) !important;
}
.fade-up{
    opacity: 0;
    transform: translateY(35px);
    transition: opacity .7s ease, transform .7s ease;
}
    .faq-categories a.editable::after{
        display:none;
    }

.fade-up.show{
    opacity: 1;
    transform: translateY(0);
}
button.faq-q.editable {
    width: 95%;
}
.del-button{    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    background: #f1f5f9;
background: #F44336;
   color:#FFF;
    font-weight: 700;
    cursor: pointer;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .12);
	vertical-align: top;}
	
.drawer-close{
    position:absolute;
    top:15px;
    right:15px;

    width:40px;
    height:40px;

    border:none;

    border-radius:50%;

    background:#f7f4ed/*#f1f5f9*/;

    color:#111827;

    font-size:20px;
    font-weight:700;

    cursor:pointer;

    display:flex;
    align-items:center;
    justify-content:center;

    box-shadow:0 2px 8px rgba(0,0,0,.12);
}

.drawer-close:hover{
    background:#e5e7eb;
}
.header-v3{
    background:#fff;

    border-bottom:1px solid #e5e7eb;

    padding:18px 0;

   /* position:sticky;*/
    top:0;

    z-index:999;
}

.header-inner{
    display:flex;

    align-items:center;
    justify-content:space-between;

    gap:30px;
}

/* LEFT */
.header-brand{
    display:flex;
    align-items:center;

    gap:16px;

    text-decoration:none;
}

.header-logo img{
    
    /*height:52px;*/

    object-fit:contain;
	max-width: 100%;
}

.brand-name{
    font-size:18px;
    font-weight:800;

    color:#111827;

    line-height:1.1;
}

.brand-sub{
    font-size:13px;
    font-weight:600;

    color:#000;
}

/* CENTER */
.header-nav{
    display:flex;
    align-items:center;

    gap:38px;
}

.header-nav a{
    color:#000;

    text-decoration:none;

    font-size:17px;
    font-weight:normal;
}

/* RIGHT */
.header-right{
    display:flex;
    align-items:center;

    gap:16px;
}

/* phone */
.header-phone{
    position:relative;

   /* padding-left:22px;*/
font-size:16px;
    color:#111827;

    text-decoration:none;

   /* font-weight:700;*/
}

.header-phone::before{
  /*  content:"\F5BD";

    font-family:"bootstrap-icons";

    position:absolute;
    left:-2px;
    top:50%;

    transform:translateY(-50%);

    color:#161616;*/
}

/* buttons */
.btn-outline-green{
    border:2px solid #C6183D /*#BF2E45#F97316*/;

    color:#000;

    padding:12px 14px;

    border-radius:10px;

    text-decoration:none;

font-size: 14px !important;
  /*  font-weight: 700;*/
}

.btn-green-solid{
    background:#0F766E;
    color:#fff;

    padding:13px 26px;

    border-radius:40px;

    text-decoration:none;

    font-size:14px;
    font-weight:700;
}


h1 span {
    color: #0475bb;
}

.header-topbar{
    background:#fff;

    border-bottom:1px solid #e5e7eb;

    padding:14px 0;
}

.topbar-links{
    display:flex;

    justify-content:center;
    align-items:center;

    gap:60px;
}

.topbar-links a{
    display:flex;
    align-items:center;
    gap:8px;

    color:#111827;

    text-decoration:none;

    font-size:16px;
    font-weight:500;
}

.topbar-links a{
    position:relative;
    padding-left:26px;
}


/* PHONE */
.top-phone::before{
    content:"\F5C1";
    font-family:"bootstrap-icons"  !important;
}


/* CALENDAR */
.top-calendar::before{
    content:"\F1F7";
    font-family:"bootstrap-icons"  !important;
}


/* MAIL */
.top-mail::before{
    content:"\F32F";
    font-family:"bootstrap-icons" !important;
}


/* ortak */
.topbar-links a::before{
    position:absolute;
    left:0;
    top:50%;

    transform:translateY(-50%);

    color:#1456b8;
    font-size:15px;
}


.topbar-links i{
    color:#1456b8;
    font-size:16px;
}

.hero-v2 {
   /* background: #eef2f7;
	background: #fafbfc;*/
	background:#e3eef8;
	
	
	 background: linear-gradient(229deg,
rgba(20,86,184,0.08) 0%,
rgba(20,86,184,0.08) 50%,
transparent 50%);
/*
    background: linear-gradient(214deg, rgba(20, 86, 184, 0.08) 0%, rgba(20, 86, 184, 0.08) 40%, transparent 10%);
 background: linear-gradient(214deg, rgba(20, 86, 184, 0.08) 0%, rgba(20, 86, 184, 0.08) 40%, #edf2fa78 10%);*/
    padding: 70px 0 40px;
}

/* baþlýk */
.hero-v2-title {
    font-size: 66px;
    line-height: 1.1;
    font-weight: 700;
   color: #111827;
    margin-bottom: 30px;
}

/* açýklama */
.hero-v2-desc {
    font-size: 20px;
    line-height: 1.5;
    color: #000;
    max-width: 900px;
    margin: 0 auto 60px;
}

/* buton */
.hero-v2-btn {
    display: inline-block;
    background: #f57c00;
    color: #fff;
    text-decoration: none;

    padding: 16px 40px;
    border-radius: 40px;

    font-size: 16px;
    font-weight: 700;
}

/* kart */
.feature-card-v3{
    background: #1456b8 ;
    color:#fff;
    border-radius:14px;
    padding:20px 14px;
    min-height:175px;   /* 210   */
    box-shadow:0 8px 20px rgba(0,0,0,.08);
}
.feature-card-v3 i{
    font-size:24px !important;
    margin-bottom:12px;
	   
}

.feature-card-v3 i {
        font-size: 20px !important;
        margin-bottom: 8px;
      /*  background: #9bacc6;*/
		 background: unset;  
        padding: 10px;
        border-radius:10px
    }
/* ikon */
.feature-card-icon {
    width: 44px;
    height: 44px;
    object-fit: contain;

    margin-bottom: 25px;
}

/* title */
.feature-card-title{
    font-size:18px;
    font-weight:700;
    line-height:1.3;
    margin-bottom:8px;
	margin-top: 12px;
}

.feature-card-desc{
    font-size:14px;
    line-height:1.5;
    opacity:.75;
}

.header-v2 {
    background: #fff;
    padding: 20px 0;

    border-bottom: 1px solid #e5e7eb;
	position: sticky;
    top: 0px;
   z-index: 122;
}

/* sol alan */
.header-brand {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* logo */
.header-logo {
    width: 65px;
    height: 65px;

  

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 24px;
    font-weight: 700;
    color: #1456b8;
}

/* baþlýk */
.brand-name {
    font-size: 20px;
    font-weight: 700;
    color: #1f2937;
}

/* alt yazý */
.brand-sub {
    font-size: 14px;
    color: #1456b8;
    font-weight: 600;
}

/* nav */
.header-nav {
    display: flex;
    justify-content: start;
    gap: 35px;
}

.header-nav a {
    text-decoration: none;
    color: #000;

    font-size: 18px;
    
}

/* buton */
.header-cta {
    display: inline-block;

    background: #f57c00;
    color: #FFF !important;

    text-decoration: none;

    padding: 14px 15px;

    border-radius: 5px;
    font-weight: normal !important;
font-size: 15px !important;
 /*   font-weight: 700 !important;*/
}
.testimonials-v2{
    /*  background: linear-gradient(
        to bottom,
        #f4f7fb 0%,
        #d1dff1 100%
    );
*/
    padding: 0px 10px 60px 10px;
}

.testimonial-title{
    font-size:56px;
    font-weight:700;
 color:#111827;
}

.testimonial-desc{
    font-size:18px;
    color:#000;
    margin-top:15px;
	margin-bottom:15px;
}

.testimonial-card{
    background:#fff;
    border-radius:30px;

    padding:45px;

    min-height:410px;

    box-shadow:0 15px 30px rgba(0,0,0,.05);
}

.stars{
    color:#facc15;
    font-size:32px;
    letter-spacing:4px;
    margin-bottom:30px;
}

.review-text{
    font-size:16px;
    line-height:1.7;
    font-style:italic;
    color:#000;

     min-height:180px; 
}

.review-user{
    display:flex;
    align-items:center;
    gap:18px;
}

.user-circle{
    width:62px;
    height:62px;

    border-radius:50%;

    background:#1456b8;
    color:#fff;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:30px;
    font-weight:700;
}

.user-name{
    font-size:16px;
    font-weight:700;s
    color:#111827;
}

.user-source{
    font-size:14px;
    color:#000;
}


.steps-v2{
    ---background: linear-gradient(
        to bottom,
        #f4f7fb 0%,
        #d1dff1 100%
    );
/* background:#FFF;*/
padding-top: 50px;
}

.steps-title{
    font-size:56px;
    font-weight:700;
    color:#111827;
}

/* left */
.step-side-image{
    width:100%;
    border-radius:15px;
    object-fit:cover;
}

/* timeline */
.timeline-wrapper{
    position:relative;
}

/* middle line */
.timeline-wrapper::before{
    content:"";

    position:absolute;
    left:18px;
    top:0;
    bottom:240px;

    width:2px;

    background:#d1d5db;
}

.timeline-item{
    position:relative;

    display:flex;
    gap:30px;

    margin-bottom:30px;
}

/* numbers */
.step-number{
    width:38px;
    height:38px;

    border-radius:50%;

    background:#fff;
    border:2px solid #1456b8;

    color:#1456b8;

    font-weight:700;

    display:flex;
    align-items:center;
    justify-content:center;

    position:relative;
    z-index:2;

    flex-shrink:0;
}

.step-number{
    position: relative;
}

.step-arrow{
display:none;
    position: absolute;

    top: 40px;
    left: 50%;

    transform: translateX(-50%);

    width: 40px;
    height: auto;

    pointer-events: none;
}

/* cards */
.step-card{
 
	
	    background: #dce5ef;
		  background: #FFF;
    border-radius: 18px;
    padding: 28px;
    width: 100%;
    box-shadow: -1px 3px 3px 1px rgba(0, 0, 0, .04);
    border: 1px solid #cadde9;
 
	
}
.step-card.active{
 
	
	    background: #FFF;
 
 
	
}
.step-card h4{
    font-size:24px;
    font-weight:700;
    color:#111827;

    margin-bottom:12px;
}

.step-card p{
    font-size:18px;
    color:#000;

    margin:0;
}

/* CTA */
.steps-btn{
    display:inline-block;

    background:#1456b8;
    color:#fff;

    padding:16px 40px;

    border-radius:40px;

    text-decoration:none;

    font-weight:700;
}


.step-title-row{
    display:flex;
    align-items:center;
    gap:14px;
    margin-bottom:20px;
}

.step-head-icon{
    width:42px;
    height:42px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:#edf2f7;
    border-radius:12px;

    color:#1456b8;
    font-size:20px;

    flex-shrink:0;
}

.step-title-row h4{
    margin:0;
}


/* maddeler */
.step-list{
    margin: 0px 50px;
    padding:0;
    list-style:none;
}

.step-list li{
    position:relative;

    padding-left:34px;
    margin-bottom:14px;

    font-size:18px;
    color:#000;
    line-height:1.5;
}

/* kýrmýzý check */
.step-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 5px;
    width: 18px;
    height: 18px;
    border: 2px solid #3662A3;
    border-radius: 50%;
    color: #3662A3;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
}

.---timeline-item:not(:last-child) .step-number::after {
    content: "";

    position: absolute;

    top: 42px;
    left: 50%;

    transform: translateX(-50%);

    width: 28px;
    height: 70px;

    background: linear-gradient(
        to right,
        #b6d7f1 0%,
        #8ec0e8 50%,
        #b6d7f1 100%
    );

    clip-path: polygon(
        50% 100%,
        100% 78%,
        100% 0,
        0 0,
        0 78%
    );
}




.costs-v2{
    padding:0px 30px;
   /* background:#fff;*/
}

.cost-title{
    font-size:48px;
    font-weight:700;
    margin-bottom:30px;
}

.cost-desc{
    font-size:18px;
    line-height:1.7;
}

.cost-main-image{
    max-width:100%;
}

.cost-feature{
    display:flex;
    gap:18px;
}

.cost-feature i{
    color:#3662A3;
    font-size:34px;
    flex-shrink:0;
	margin-top: -5px;
}

.cost-feature h4{
    font-size:20px;
    font-weight:700;
    margin-bottom:8px;
}

.cost-feature p{
    font-size:18px;
    line-height:1.6;
}

.cost-bottom-box{
   /* max-width:900px;*/
}

.cost-bottom-box h3{
    font-size:42px;
    margin-bottom:25px;
}

.cost-buttons{
    display:flex;
    gap:20px;
    margin-top:30px;
}

.btn-cost-primary{
    background:#ff6b00;
    color:#fff;

    padding:15px 35px;
    border-radius:10px;

    text-decoration:none;
}

.btn-cost-outline {
    border: 2px solid #0F766E;
    color: #212529;
    padding: 15px 35px;
    border-radius: 5px;
    text-decoration: none;
}


.price-cta-box{
    ssbackground:linear-gradient(
        135deg,
        #0d4ea3,
        #123f8f
    );
	
	    background: #0d3f81    ;
border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding:20px 30px;
    text-align:center;
    color:#fff;
}

.price-cta-icon{
    width:44px;
    height:44px;
    margin:0 auto 20px;
    border-radius:12px;
    background:rgba(255,255,255,.12);

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:20px;
}

.price-cta-box h2 {
    color: #fff !important;
    font-size: 27px !important;
    font-weight: 700;
    margin-bottom: 5px;
}
a.btn-green.header-cta.arrowicon {
    padding: 10px 15px;
}
.price-cta-box p{
    max-width:700px;
    margin:0 auto 20px;
    opacity:.95;
   
}

.btn-orange{
    display:inline-flex;
    align-items:center;
    gap:10px;

    background:#ff8500;
    color:#fff;
    padding:16px 40px;
    border-radius:50px;
    font-weight:700;
    text-decoration:none;

    transition:.25s;
}

.btn-orange:hover{
    background:#ff9500;
    color:#fff;
    transform:translateY(-2px);
}

.price-cta-note{
    margin-top:10px;
    font-size:14px;
    opacity:.75;
}




a.arrowicon::after {
    content: "\f138";
    font-family: "bootstrap-icons";
    font-size: 16px;
   margin-left: 3px;
    position: relative;
    top: 2px;
}


 
.about-v2{
    padding:100px 0;
    background:#fff;
}

.about-box{
    border:1px solid #d1d5db;
    background:#fff;
}

/* image */
.about-main-image{
    width:100%;
    height:420px;

    object-fit:cover;
    display:block;
}

/* content */
.about-content{
    padding:70px 80px;
}

.about-title{
   /* font-size:42px;*/
    font-weight:700;

    color:#2b7ca8;

    margin-bottom:35px;
}

.about-desc{
    font-size:18px;
    line-height:1.8;

    color:#000;

    max-width:1200px;

    margin-bottom:40px;
}

/* link */
.about-link{
    display:inline-flex;
    align-items:center;
    gap:10px;

    color:#2b7ca8;

    font-size:18px;
    font-weight:700;

    text-decoration:none;

    border-bottom:2px solid #2b7ca8;
    padding-bottom:4px;
}

.about-link i{
    font-size:20px;
}


 .icon-link::before {

  
    content: "\F144";
  font-family: "bootstrap-icons" !important;
}

 
 
 .about-v3{
   /* padding:80px 0;*/
  /*  background:#f5f7fb;*/
     /* max-width: 80%;*/
    margin: 0 auto;
}

 
.about-v3-bg-image{
    position: absolute;
    /* inset: 0; */
   /*   width: 100%; 
   height: 100%;*/
    object-fit: cover;  
    z-index: 1;
    right: 0px;
	top: -200px;
}
.about-v3-left{
    position:relative;

    width:100%;

    min-height:250px;

    padding:90px 70px 70px 70px;

   /* color:#fff;*/

    z-index:3;

  /*  background:linear-gradient(
        135deg,
        rgba(1,28,68,.99) 0%,
        rgba(1,28,68,.99) 60%,
        rgba(1,28,68,.99) 100%
    );*/

  /*  clip-path:polygon(
        0 0,
        72% 0,
        100% 100%,
        0 100%
    );*/
}
.about-v3-box{
    position:relative;

    overflow:hidden;

    border-radius:10px;

   /* min-height:950px;*/

    box-shadow: 0 5px 10px rgba(0, 0, 0, .12);
}

/* LEFT */
.about-v3-left{
    position:relative;

 

    padding:30px 20px;

   /* color:#fff;*/

    z-index:2;
}

/* diagonal shape 
.about-v3-left::after{
    content:"";

    position:absolute;

    top:0;
    right:-180px;

    width:350px;
    height:100%;

    background:#021f49;

    transform:skewX(-22deg);

    z-index:-1;
}
*/
/* RIGHT */
.about-v3-right{
    width:32%;
}

.about-v3-image{
    width:100%;
    height:100%;

    object-fit:cover;
}

/* TITLE */
.about-v3-title{
    font-size:42px;
    line-height:1.08;
    font-weight:700;

    margin-bottom:20px;
}

.about-v3-title .blue{
    color:#2f7cff;
}

/* DESC */
.about-v3-desc{
 /*   font-size:16px;*/
    line-height:1.8;

    color:#111827;

    /*max-width:80%;*/
}



/* FEATURES */
.about-feature{
    display:flex;
    gap:20px;

    padding-right:30px;
	 display:grid;

    grid-template-columns:72px 1fr;

    column-gap:20px;
}

.border-start-blue{
    border-left:1px solid rgba(64,140,255,.5);

    padding-left:40px;
}

.about-feature-icon{
    width:72px;
    height:72px;

    border-radius:50%;

background:#3662A3;

    display:flex;
    align-items:center;
    justify-content:center;

    flex-shrink:0;
	grid-row:span 2;
}

.about-feature-icon i{
    font-size:34px;
    color:#fff;
}

.about-feature h4{
    font-size:24px;
    line-height:1.2;
    font-weight:700;

    margin-bottom:20px;
}

.about-feature-text{
    font-size:16px;
    line-height:1.7;

    color:#111827;
	 grid-column:1 / span 2;

    padding-top:10px;
	
}

/* BOTTOM */
.about-bottom-bar{
    margin-top:20px;

    width:92%;

    background:#DCE8F5;

    border-radius:24px;

    padding:10px 20px;

    display:flex;
    justify-content:space-between;
    align-items:center;

    gap:30px;
}

.about-bottom-left{
    display:flex;
    align-items:center;
    gap:20px;

   /* color:#fff;*/

    font-size:15px;
    line-height:1.5;
}

.bottom-icon{
    width:72px;
    height:72px;

    border-radius:50%;

    border:2px solid #3662A3;

    display:flex;
    align-items:center;
    justify-content:center;

    flex-shrink:0;
}

.bottom-icon i{
    font-size:36px;
	color:#3662A3;
}

.about-site-link{
    background:#3662A3;

    border-radius:16px;

    padding:14px 14px;

    color:#FFF;

    text-decoration:none;

    font-size:15px;
    font-weight:700;

    white-space:nowrap;
}


.about-v4{
    padding:10px 0;
}

.about-v4-box{

    display:flex;

    align-items:stretch;

    overflow:hidden;

    border-radius:30px;

    box-shadow:0 15px 45px rgba(0,0,0,.12);
background: #173156;
   /* background:#173156;*/

}
section.about-v4 .container {
    padding-left: 0;
    padding-right: 0;
}
.about-v4-content{

    width:45%;

    padding:45px 40px 45px 40px;/*95px 40px 40px 40px*/;
	

    color:#fff;

    position:relative;

    z-index:2;
background: #173156;
}

.about-v4-subtitle{

    display:block;

    color:#c7d2e6;

    font-size:20px;

    margin-bottom:10px;

}

.about-v4-content h2{

    font-size:54px;

    margin-bottom:15px;

    color: #fff !important;
    font-weight: 700;

}

.about-v4-content h3{

    font-size:48px;

    line-height:1.15;

    margin-bottom:20px;
letter-spacing: -0.8px;
     color: #fff !important;
    font-weight: 700;
}

.about-v4-content p{

    /*    font-size:25px;

line-height:1.75;*/

    color:#d9e4f6;

    margin-bottom:20px;

}

.about-v4-link{

    display:inline-block;

    color:#79a9ff;

    font-weight:700;

  /* font-size: 20px;*/

    text-decoration:none;

}

.about-v4-link:before{

    content:"→ ";

}

.about-v4-image{

    width:55%;

    position:relative;

    overflow:hidden;
background: url(/contents/piaq-team.webp) center center / cover no-repeat;
}

.about-v4-image:before {
    content: "";
    position: absolute;
    left: -250px;
    top: 0;
    width: 450px;
    height: 100%;
    background: #173156;
    transform: skewX(33deg);
    z-index: 2;
}

.about-v4-image img{

    width:100%;

    height:100%;

    object-fit:cover;

    display:block;

}

.about-v5{
    margin:80px 0;
}

.about-v5-bg{
    min-height:470px;
    background-size:cover;
    background-position:center;
    position:relative;
	    background: url(/contents/uber-piaq.png) center center / cover no-repeat;
}

.about-v5-overlay{
    position:absolute;
    top:50%;
    right:12%;
    transform:translateY(-50%);
   background: rgba(255, 255, 255, .75);
    padding:30px;
    width:60%;
    max-width:950px;
}

.about-v5-overlay span{
    display:block;
    font-size:20px;
    margin-bottom:15px;
    text-transform:uppercase;
}

.about-v5-overlay h2{
  font-size: 32px !important;
    line-height: 1.1;
    margin-bottom: 20px;
    font-weight: 700;
}

.about-v5-overlay p{
font-size: 18px;
    /* line-height: 1.7; */
    margin-bottom: 25px;
}
}

.about-v5-link{
    font-weight:700;
    text-decoration:none;
} 

 .about-v5-overlay a {
    color: #000;
	font-weight:bold;
	color:#1456b8;
	font-size:16px
}


 


/* MOBILE */
 @media(max-width:991px){
     .step-sub-title{
        cursor:pointer;
    }
	
	.step-sub-title::after{
    content:"\F282";   /* Bootstrap Icons chevron-down */
    font-family:"bootstrap-icons";
    position:absolute;
    right:0;
  /*  top:50%;
    transform:translateY(-50%);*/
    transition:.25s;
    font-size:18px;
	top: 0px;
}
.step-card.open .step-sub-title::after{
    transform:translateY(-50%) rotate(180deg);
	position: absolute;
        top: 10px;
}
    .step-list{
        display:none;
    }
 .timeline-item {margin-bottom:unset !important}
 .faq-categories ul{
 
  justify-content:unset !important; 
  
}
 
.wx60{/*max-width:100% !important*/}
    .about-v5-bg{
        min-height:auto;
        padding:60px 20px;
    }

    .about-v5-overlay{
        position:relative;
        inset:auto;
        transform:none;
        width:100%;
        padding:35px;
    }

    .about-v5-overlay h2{
        font-size:36px;
    }

    .about-v5-overlay p{
        font-size:18px;
    }



    .usp-grid{
        grid-template-columns:repeat(2,1fr);
        gap:10px;
		margin-top: 20px;
		max-width: 100%;
    }

    .usp-card{
        min-height:auto;
        padding:20px;
    }

    .usp-icon{
             width: 50px;
        height: 50px;
        font-size: 30px;
        margin-bottom: 25px;
    }

    .usp-card h3{
      font-size: 19px !important;
    }

    .usp-card p{
        font-size:16px;
    }

}
@media(max-width:991px){
.usp-imgs{display:block}
.feature-card-v3.text-center img {
    max-width: 100%;
}
.mobile-none {
display:none
}
.drawer.calendly-mode {
  
   background: #FFF !important;
}
.hero-v2{
background: linear-gradient(233deg, rgba(20, 86, 184, 0.08) 0%, rgba(20, 86, 184, 0.08) 30%, transparent 30%);
}
	.step-title-row
{
   display:none !important
    }
    .about-v3-box{
        flex-direction:column;
        min-height:auto;
    }

    .about-v3-left,
    .about-v3-right{
        width:100%;
    }

     .about-v3-left{
     /*   width:100%;

        min-height:auto;

        clip-path:none;

        background:rgba(1,28,68,.92);

        padding:50px 25px;*/
    }

    .about-v3-box{
        min-height:auto;
    }

    .about-v3-left::after{
        display:none;
    }

    .about-v3-title{
        font-size: 26px;
        font-weight: 700;
    }

    .about-v3-desc{
        font-size:18px;
		line-height:1.5
    }
 
    .about-feature{
        flex-direction:column;
    }

    .border-start-blue{
        border-left:none;
        padding-left:0;
    }

    .about-feature h4{
        font-size:26px;
		
    }

    .about-feature-text{
        font-size:18px;
		line-height:1.5
    }

    .about-bottom-bar{
        flex-direction:column;
        align-items:flex-start;
 
     width: auto; 
 
    border-radius: 10px;
 
 
    }

    .about-bottom-left{
        font-size:15px;
		gap:10px;
    }
	.bottom-icon {
    width: 52px;
    height: 52px;
	display:none
 
}
.bottom-icon i {
    font-size: 30px;
  
}

    .about-site-link{
        width:100%;

        text-align:center;

    font-size: 15px ;
		
		font-weight:normal;
 
		
		
    }

    .about-v3-image{
        height:420px;
    }
	
	
	
	    .about-v4-box{
        display:flex;
        flex-direction:column-reverse;
    }

    .about-v4-content{
        width:100%;
        margin-top:0;
        padding:45px 35px 50px;
    }

    .about-v4-image{
        width:100%;
        height:340px;
    }

.about-v4-image:before{

        top: auto;
        bottom: -20%;
        left: 0;
        width: 100%;
        height: 120px;
        transform: skewY(6deg);

}

.about-v4-content{

    width:100%;

    padding:0px 35px 30px;

        /*margin-top:  15px;*/

    position:relative;

    z-index:3;

}

.about-v4-content h2{

    font-size:32px;

}

.about-v4-content h3{

    font-size:26px;

}

.about-v4-content p{

    font-size:18px;

   /* line-height:1.6;*/

}

.about-v4-link{

    font-size:20px;

}
	

}
 
 
 
 
 
.admin-settings-box{
margin-top: 30px;
    background:#eef4fb;

    border:1px solid #dbe4f0;
    border-radius:12px;

    overflow:hidden;

    max-width:900px;
}

.admin-row{
    display:grid;
    grid-template-columns:240px 1fr;

    border-bottom:1px solid #dbe4f0;
}

.admin-row:last-child{
    border-bottom:none;
}

.admin-label{
    background:#f7fafe;

    padding:16px 20px;

    font-weight:600;
    color:#334155;
}

.admin-value{
    padding:16px 20px;

    color:#111827;

    background:#fff;

    min-height:58px;
}

@media (max-width: 991px) {
    .topbar-links{
        flex-direction:column;
        gap:12px;
    }
    .header-v2 {
        padding: 15px 0 0px;
    }
.h1 {
        font-size: 40px !important;
    }
	  .timeline-wrapper::before{
        display:none;
    }
 .step-card{
    background:none;
    border:none;
    box-shadow:none;
    padding:0;
}
 .step-number{
    display:none;
}

.step-list li{
 

    padding-left:unset;
   
}

.step-list li::before{
    display:none;
}

.step-head-icon{
    display:none;
}

.step-sub-title{
    margin:-5px 20px 6px 0
}
.step-title-row{
    margin:0 0 15px 0;
}

.step-list{
    margin:0;
    padding:0;
}

.timeline-wrapper::before{
    left:18px;
    top:10px;
    bottom:10px;
}

 
     .timeline-item::before{
        content:"";
        position:absolute;
        left:12px;
        top:6px;
        width:10px;
        height:10px;
        border-radius:50%;
        background:#1456b8;
        z-index:2;
    }
	
	    .timeline-item::after{
        content:"";
        position:absolute;
        left:16px;
        top:16px;
        bottom:-40px;
        width:2px;
        background:#d4dce5;
    }

    .timeline-item:last-child::after{
        display:none;
    }
    .timeline-item{
        position:relative;
        padding-left:50px;
        margin-bottom:40px;
    }
    .feature-card-v3{
        min-height:175px;
       /* padding:14px 10px;*/
    }

    .feature-card-v3 i{
        font-size:20px !important;
        margin-bottom:8px;
    }

    .feature-card-title{
        font-size:14px;
        margin-bottom:6px;
    }

    .feature-card-desc{
        font-size:12px;
        line-height:1.4;
    }
 
 
 

 .h2, .h3, .h4, .h5, .h6  {
    font-size:30px !important;
}

.font-mobile-h{font-size:34px !important;}
.step-card h4 {
    font-size:20px !important;
}
.cost-feature h4 {
    font-size: 22px !important;
   
   
}
.mob-padding15{padding:0 15px}
.step-card {
   
    padding-left: 38px;
   
}
.timeline-item {
 
    display: block;
   
    padding: 5px;
}
    .header-brand {
        justify-content: center;
        margin-bottom: 20px;
    }

    .header-nav {
        flex-wrap: wrap;
        justify-content: center;
        gap: 12px;

        margin-bottom: 20px;
    }

    .header-nav a {
        font-size: 15px;
    }

    .header-cta {
       /* width: 100%;*/
        text-align: center;
    }
	
	    .admin-row{
        grid-template-columns:1fr;
    }

    .admin-label{
        border-bottom:1px solid #e5e7eb;
    }
	
	
	.step-number {
  
         left: 45%;
        top: 20px;
}
	.step-head-icon {
 
    margin-left: 40px;
}

 .steps-v2{
 
    padding:20px 0;
	background: #eff5fb;
}
.costs-v2 {
   /* padding: 10px 15px;*/
    
}
	.timeline-item {
 
    gap: unset;
 
}
	   .timeline-wrapper::before{
        content:none;
    }
	
.hero-v2-title {
    font-size: 40px;
  
}
     
.about-v3 {
  
    max-width: 100%;
	   margin-top: -40px;
	   padding: 10px 20px;
  
} 
 
.about-v3-left {
  
    padding: 30px 20px 30px 20px
  
}
 .testimonials-v2 {
    
    
	padding: 0px 10px 60px 10px;
}  

.feature-icon img {
   
    max-width: 100%;
}
.feature-item {
 
    padding: 0px 0px;
   
}

    .compare-scroll{
        overflow-x:auto;
        -webkit-overflow-scrolling:touch;
    }

    .compare-wrapper{
        flex-wrap:nowrap !important;
        min-width:900px; /* ihtiyaca göre 800-1000 */
    }

    .compare-wrapper > div{
        flex:0 0 450px;
        max-width:450px;
    }

   .header-v2{
        padding:15px 0 0;
		
    }

    .header-v2 .row{
        row-gap:15px;
    }
	
	.hero-v2 {
     padding: 80px 0 20px;
}

    /* logo */
    .header-brand{
        justify-content:center;
    }

    .header-logo img{
        max-height:70px;
        width:auto;
    }

    /* menü */
    .header-nav{
        display:flex;
        justify-content:center;
        gap:20px;

        flex-wrap:wrap;
    }

    .header-nav a{
        font-size:15px;
    }

    /* sağ bölüm */
    .header-v2 .text-end{
         text-align:center !important;

        display:flex;
        flex-direction:column;
        align-items:center;

        gap:10px;
    }

    .header-phone{
        display:block;

        margin:0;
    }

    .marleft15{
        margin-left:0 !important;
    }

    .btn-outline-green,
    .btn-green{
      /*   width:100%;
       max-width:320px;*/

        margin:0 auto;
    }

 .header-nav{
        display:flex;
        flex-direction:column;
        gap:3px;
    }

    .header-nav a{
	/*
        display:block;

        padding:12px 16px;

        background:#f8fafc;

        border:1px solid #e5e7eb;

        border-radius:3px;

        text-decoration:none;

        color:#111827;

        font-weight:500;

        text-align:center;

        transition:.2s;
		width: 100%;*/
		width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 42px;
        background: #fff;
        border: 1px solid #dbe3ee;
        border-radius: 5px;
        color: #1f2937;
        font-weight: normal;
        text-decoration: none;
        box-shadow: 0 2px 4px rgba(0, 0, 0, .03), 0 8px 20px rgba(0, 0, 0, .04);
        transition: all .25s ease;
        margin-bottom: 2px;
        text-transform: uppercase;
    }

    .header-nav a:hover{
        background:#1456b8;
        color:#fff;
        border-color:#1456b8;
    }


    .form-row{
        flex-direction:column;
      
    }

    .form-group{
        width:100%;
    }

    .btn-group{
        flex-wrap:wrap;
		padding: 5px 10px;
    }

    .gender-btn{
        flex:1;
    }

    .submit{
        width:100%;
    }

    textarea{
        min-height:120px;
    }
    .drawer-content{
        width:100%;
        max-width:100%;
        padding:20px;
    }

    .form-box{
       padding: 5px 10px;
    }
	
	.form-group input,
.form-group textarea,
.form-group select{
    width:100%;
}
 .drawer{
        width:100%;
		
    }
	
	    .px-mobile-1{
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
	
	.martopeksi50  {
  margin-top:-50px;
		
    }
	.feature-icon-first {
align-items: center !important; 
}
	.feature-icon-first {
 text-align: center !important;
}

  .header-v2 .text-end{
        display:flex;
        flex-direction:column;
        align-items:center;
    }
/*
    .header-phone{
        order:3;
    }

    .btn-outline-green{
        order:2;
    }

    .btn-green{
        order:1;
    }*/
	/*.header-nav{display:none}*/
	
	
	
	
	
	   /* kolonlar tek satır */
    .header-v2 .row{
        display:flex;
        align-items:center;
        justify-content:space-between;
    }

    /* logo alanı */
    .header-v2 .col-md-2{
        width:auto;
       /* flex:1;*/
    }

    /* menüyü gizle */
    .header-v2 .col-md-4{
        display:none;
    }
	  .header-v2 .col-md-4.mobile-open{
        display:block;
        order:3;
        margin-top:-15px;
    }
	.calendlyclass{display:block}

    /* telefon + calendly gizle */
    .header-phone,
    .btn-outline-green{
        display:none;
    }

    /* sağ alan */
    .header-v2 .col-md-6{
        width:auto;
        flex:none;
    }

    /* logo ve yazı */
    .header-brand{
        display:flex;
        align-items:center;
        gap:10px;
    }

    .header-logo img{
        width:82px;
        height:82px;
        object-fit:contain;
    }

    /* buton */
    .header-cta{
        padding:10px 14px;
        font-size:14px;
        border-radius:8px;
        white-space:nowrap;
    }
	
	
	    .mobile-brand-name{
		display:block;
      font-size: 18px;
        color: #111827;
        line-height: 20px;
        margin-left: 10px;
    }
	
	 .mobile-menu-btn{
        display: flex;
        /*  width: 44px;
       height: 44px; */
        margin-left: 5px;
        align-items: center;
        justify-content: center;
        /* border-radius: 8px; */
        /* background: #f3f4f6; */
        cursor: pointer;
        font-size: 24px;
        color: #1456b8
    }
	
	
    .header-v2 .text-end{
        display:flex;
        flex-direction:row;
        align-items:center;
        justify-content:flex-end;
        gap:10px;
		    margin-top: -20px;
    }

	.feature-card-v2 {
 
    margin-bottom: -20px;
}


   .header-v2 .col-md-2{
        order:1;
		margin-left: 15px;
    }

    .header-v2 .col-md-6{
        order:2;
    }

    .header-v2 .col-md-4{
        order:3;

        margin-top:15px;
    }
  .header-v2 .col-md-4.mobile-open{
       width:100%
    }
	
	.about-v3-bg-image {display:none}
	    .about-v3-box {
      background: #e6e6e6;
    }
	
	.about-feature-icon {
    width: 52px;
    height: 52px;
 
}
	.about-feature {
 
  padding-right: unset; 
  gap:unset;
  column-gap:unset;
 
}

.about-feature-icon i {
    font-size: 28px;
  
}

.compare-title {
    font-size: 34px !important;
	text-align: left;
  
}
.testimonial-title {
  font-size: 34px !important;
  /*text-align: left;*/
}
.steps-title{
    font-size:34px;
 
}
.footer{/*padding: 0 20px;*/}

.feature-card-v3{
   /* background: #022446;*/
	
   
}
.feature-card-v3 i {
     
    /* background: #9bacc6; */
		 
    }

 

    .compare-wrapper{
        display:none;
    }

    .compare-mobile{
        display:block;
    }



    .testimonials-v2 .row.g-4{
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .testimonials-v2 .row.g-4::-webkit-scrollbar{
        display:none;
    }

    .testimonials-v2 .col-md-4{
        flex: 0 0 100%;
        max-width: 100%;
        scroll-snap-align: start;
    }

.testimonial-card {
 
    box-shadow: unset;
}

.testimonial-dots{
    display:flex;
    justify-content:center;
    gap:8px;
    margin-top:20px;
}

.testimonial-dots span{
    width:8px;
    height:8px;
    border-radius:50%;
    background:#cfd5dd;
}

.testimonial-dots span.active{
  /*  background:#1456b8;*/
}
 .testimonial-arrows{
    display:flex;
    justify-content:center;
    gap:15px;
    margin-top:15px;
}

.testimonial-arrows i{
    font-size:26px;
    color:#1456b8;
    opacity:.8;
}
.costs-v2{
    padding:0px 20px;
   /* background:#fff;*/
}
.cost-title {
    font-size: 34px;
   
}
.cost-bottom-box h3 {
    font-size: 34px;
   
}
.about-feature-icon {
 
    background: #1555a3;
 
}
.about-bottom-bar {
 
    background: #d8e9ff;
   
    border: 2px solid #5382ba;
	width: calc(100% + 60px);
        margin-left: -30px;
        margin-right: -30px;
		margin-bottom: -25px;
}

.about-site-link {
    background: #1555a3;
    
    font-weight: normal;
   
}

.bottom-icon {
 
    border: 2px solid #3662A3;
 
}
.bottom-icon i {
 
    color: #3662A3;
}
.step-sub-title{display:block}
.cost-feature {
 
    margin-bottom: 15px;
}
#calendlyembed{
 min-height: auto; 
}
.hero-v2-desc {
 
    margin: 0
	 auto 20px;
	 line-height: 1.3;
}
.block4{position: relative;
    /* transform:translateY(90px);*/}
	
	.sec2 {
    margin-top: 30px;
}
 
 .feature-card-v3 {
   
    padding: 0px  ;
    background: unset;
}
.container.pd0.p-0x {
    /* padding: unset !important; */
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}
.orderfooter {
    justify-content: start !important;
}

.cost-desc{
    font-size: 18px;
}

.cost-feature i {
 
font-size: 20px !important;
 margin-top:-3px;
    margin-left: -15px;
}
 .cost-feature {
 
    gap: 10px;
}


 

    section.about-v4 .container{
        padding-left:var(--bs-gutter-x, .75rem) !important;
        padding-right:var(--bs-gutter-x, .75rem)  !important;
    }

.mobilemt-15 {margin-top:15px}
}
@media (min-width:992px) and (max-width:1200px){

.text-end{
padding-right: unset !important;
    padding-left: unset !important;
	}
.btn-outline-green {
     
    padding: 12px 10px;
  
}
.header-cta {
    
    padding: 14px 10px;
    
}


    .header-phone{
      letter-spacing: -.9px;
    }

    .marleft15{
        margin-left:8px;
    }
	
	.step-title-row
{
   display:none !important
    }
}

@media (min-width:992px){

    .faq-content{
          max-width: 1000px;
    margin: 0 auto;
}
     

}

@media (max-width:1200px){

    .header-phone{
    display:none
}
     .header-nav {
   
    gap: 10px;
}

}

@media(min-width:768px){
/*
    .logo-col{
        flex:0 0 130px;
        max-width:130px;
    }
*/
}
.header-phonebody h1 {
    font-size: 40px !important;
}

body h2 {
    font-size: 30px !important;
}

body h3 {
    font-size: 30px !important;
}

body h4 {
    font-size: 20px !important;
}
body h5 {
    font-size: 20px !important;
}

body h6 {
    font-size: 20px !important;
}
