.doz-subtitle-dev{
    font-size: 25px;
    font-weight: 600;
    color: #4b4b4b;
    font-family: "Source Sans 3", sans-serif !important;
}
.doz-head {
    font-size: 48px;
    font-weight: 700 !important;
    font-family: "Source Sans 3", sans-serif !important;
    margin-bottom: 5px;
}
@media screen and (max-width: 950px){
   .doz-frame-section{
       padding-top: 80px !important;
  } 
}

@media (max-width: 480px) {
    .doz-head {
        font-size: 28px;
    }
}

@media (max-width: 768px) {
    .doz-head {
        font-size: 34px;
    }
}
@media (max-width: 1024px) {
    .doz-head {
        font-size: 42px;
    }
}

.edu-section {
    padding: 60px 0;
    background: #ffffff;
    font-family: 'Poppins', sans-serif;
}

.edu-title {
    font-size: 40px;
    font-weight: 700;
    color: #1b2a61;
}

.sub-text {
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
}

.edu-img {
    width: 100%;
    max-width: 420px;
    margin: 20px 0;
}

.highlight {
    font-weight: 600;
    color: #1b2a61;
    font-size: 18px;
}

.edu-list {
    padding-left: 20px;
}

.edu-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}

.edu-item .dot {
    width: 12px;
    height: 12px;
    background: #ff5b7e;
    border-radius: 50%;
    margin-right: 12px;
    margin-top: 6px;
}

.edu-item h4 {
    font-size: 20px;
    font-weight: 600;
    color: #1b2a61;
    margin: 0;
}

.edu-item p {
    color: #6c757d;
    margin: 0;
}
.doz-head-section{
   background-image: url('../images/development-framework/background.png'); 
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
}
.edu-img{
    width: 100%;
    border-radius: 30px;
}
.doz-icon-image{
    width: 100%;
}
.doz-web-card{
    background-color: #ffffff;
    border: none;
    box-shadow: none;
    text-align: start;
    border-radius: 20px;
}
.doz-frame-subtitle{
    color: #01516a;
    font-weight: 600;
}
.card-selector {
    display: none;
}
.doz-web-card:hover {
    background-color: #047293;
    color: #ffffff !important;
}

.doz-web-card:hover .doz-frame-subtitle,
.doz-web-card:hover p {
    color: #ffffff !important;
}

.card-selector:checked + .doz-web-card {
    background-color: #047293;
    color: #ffffff !important;
}

.card-selector:checked + .doz-web-card .doz-frame-subtitle,
.card-selector:checked + .doz-web-card p {
    color: #ffffff !important;
}
.doz-img-draw{
   height: 40px;
}
.doz-img-draw1{
    background-color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
   margin-bottom: 10px;
}
.doz-head-subtitle{
    font-size: 30px !important;
    font-weight: 700 !important;
}
.doz-dead-subtitle2{
    font-size: 30px !important;
    font-weight: 700 !important;
    color: #01516a;
    margin-top: 10px;
}
.doz-img-head{
    height: 50px;
}
.doz-main-head{
    font-size: 25px;
    font-weight: 400;
    color: #4b4b4b;
}
.doz-tabs {
    flex-wrap: nowrap !important;   
    overflow-x: auto;            
    overflow-y: hidden;
    white-space: nowrap;          
    scrollbar-width: thin;       
}

.doz-tabs::-webkit-scrollbar {
    height: 0px;   
}

.doz-tabs .nav-item {
    margin: 0 5px;
}
.doz-tab-button {
    font-size: 18px;
    font-weight: 600;
    padding: 5px 24px;
    border-top-left-radius: 30px !important;
    border-top-right-radius: 30px !important;
    color: #047293;
    background: #e9f7fb;
    border: 1px solid #c8eaf3;
    transition: all 0.3s ease;
}

.doz-tab-button:hover {
    background: #d6f4ff;
    color: #01516a;
    border-color: #a4deec;
    box-shadow: 0 4px 12px rgba(4, 114, 147, 0.15);
}

.doz-tab-button.active {
    background: #047293 !important;
    color: #ffffff !important;
    border-color: #047293 !important;
    box-shadow: 0 4px 14px rgba(4, 114, 147, 0.20);
}
.doz-tabs{
    border-bottom: 2px solid #036481;
}
.doz-sec-second .nav-pills .nav-link{
    border-radius: 0;
}
.doz-back-card{
    background-color: #fff;
    border: none !important;
    box-shadow: none !important;
}
.doz-img-back{
    border-radius: 30px !important;
}
.doz-img-z{
    height: 100px !important;
    margin-bottom: 10px;
}

.circle-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px; 
    position: relative;
}

.doz-circle {
    width: 370px;
    height: 370px;
    background-color: rgba(255, 255, 255, 0.241);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(10px);
    border-radius: 50%;
    position: relative;
}

.doz-circle.middle {
   width: 370px;
  height: 370px;
  background-color: rgba(255, 255, 255, 0.241);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(10px);
    border-radius: 50%;
    position: relative;
}

.circle-title {
    text-align: center;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
}

.box {
    position: absolute;
    padding: 12px 22px;
    border-radius: 14px;
    font-size: 15px;
    font-weight: 500;
    white-space: nowrap;
}

.white-box {
    background: #026381;
    color: #FFF;
}
.light-green-box {
    background: #edbd0e;
    color: #1c3d1e;
}
.black-box {
    background: black;
    color: #fff;
}
.green-box {
    background: #00b050;
    color: #fff;
}
.orange-box {
    background: #ff6a00;
    color: #fff;
}
.grey-box {
    border: 2px solid #025670;
    color: #333;
}

@media (max-width: 768px) {
    .circle-wrapper {
        flex-direction: column;
        gap: 30px;
    }
    .circle.middle {
        transform: translateX(0);
    }
}
.doz-choose-subtitle{
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 0;
}
.doz-choose-span{
    color: #026381;
}
.doz-choose-title{
    font-size: 20px;
    font-weight: 500;
}
.doz-img-sch{
    background-image: url("../images/development-framework/back-image-2.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


.doz-process-sec {
  background: #f7fbff;
}

.section-title h2 {
  font-size: 2.4rem;
  margin-bottom: 10px;
}

.process-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  position: relative;
}

.process-card {
  background: #fff;
  margin-bottom: 10px;
  padding: 60px 25px 10px 25px;
  border-radius: 18px;
  position: relative;
  box-shadow: 0 12px 35px rgba(0, 40, 110, 0.08);
  transition: 0.3s;
}

.process-card:hover {
  /* transform: translateY(-6px); */
  border-bottom: 3px solid #025670;
  box-shadow: 0 18px 50px rgba(0, 40, 110, 0.12);
}

.step-badge {
  width: 85px;
  height: 85px;
  background: linear-gradient(135deg, #026381, #b3e4f4);
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -20px;
  left: 20px;
  box-shadow: 0px 8px 15px rgba(78, 115, 255, 0.25);
}

.process-card h3 {
  font-size: 1.3rem;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 10px;
}

.process-card p {
  color: #6c7a90;
  font-size: 0.95rem;
  line-height: 1.55;
}

.process-card ul {
  padding-left: 18px;
  margin-bottom: 0;
}

.process-card ul li {
  color: #6c7a90;
  font-size: 0.95rem;
}
.doz-process-ul li{
    margin-bottom: 0;
}
.double-color-card {
    border-radius: 12px !important;
    color: #fff !important;
    padding: 20px !important;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08), 0px 8px 24px rgba(0, 0, 0, 0.06);
}
.doz-card-choose{
    border: none !important;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08), 0px 8px 24px rgba(0, 0, 0, 0.06);
    border-radius: 20px;
    padding: 0;
}
 .doz-head-color{
   border-top-left-radius: 20px;
   border-top-right-radius: 20px;
   padding-top: 5px;
 }
 .doz-number-head{
    font-size: 45px;
    font-weight: 600;
    color: #fff;
    border-right: 2px solid #8b8a8a;
 }
 .doz-subtitle-head{
    color: #ff7a00;
    font-size: 26px;
    font-weight: 600;
 }
 .doz-color-1{
   background: linear-gradient(180deg, #ff7a00 35%, #fff 35%) !important;
 }
 .doz-h-1{
   background: linear-gradient(to right, #ff7a00, #fbbb4c) !important;
 }
  .doz-color-2{
   background: linear-gradient(180deg, #057f79 35%, #fff 35%) !important;
 }
 .doz-h-2{
   background: linear-gradient(to right, #057f79, #86f3ee) !important;
 }
  .doz-subtitle-head1{
    color: #057f79;
    font-size: 26px;
    font-weight: 600;
 }
  .doz-color-3{
   background: linear-gradient(180deg, #3d9edf 35%, #fff 35%) !important;
 }
 .doz-h-3{
   background: linear-gradient(to right, #3d9edf, #7cc5f6) !important;
 }
  .doz-subtitle-head2{
    color: #3d9edf;
    font-size: 26px;
    font-weight: 600;
 }
.doz-color-4{
   background: linear-gradient(180deg, #cc217c 35%, #fff 35%) !important;
 }
 .doz-h-4{
   background: linear-gradient(to right, #cc217c, #fa6fb9) !important;
 }
  .doz-subtitle-head3{
    color: #cc217c;
    font-size: 26px;
    font-weight: 600;
 }
 .doz-color-5{
   background: linear-gradient(180deg, #faac06 35%, #fff 35%) !important;
 }
 .doz-h-5{
   background: linear-gradient(to right, #faac06, #ffd06a) !important;
 }
  .doz-subtitle-head4{
    color: #faac06;
    font-size: 26px;
    font-weight: 600;
 }
 .doz-color-6{
   background: linear-gradient(180deg, #3ee9ef 35%, #fff 35%) !important;
 }
 .doz-h-6{
   background: linear-gradient(to right, #3ee9ef, #a0f7fa) !important;
 }
  .doz-subtitle-head5{
    color: #3ee9ef;
    font-size: 26px;
    font-weight: 600;
 }
 .doz-choose-para{
    font-size: 16px;
    font-weight: 600;
    color: #333;
    background-color: #057f7938;
    padding: 7px 30 !important;
    width: 250px;
    margin: 0 auto 15px auto;
    border-radius: 20px;
 }
 .doz-choose-head{
    font-size: 40px;
    font-weight: 700;
    color: #000;
    margin-bottom: 35px;
 }
 .doz-choose-span{
    color: #047293;
 }
.doz-build-span{
    color: #f89e18;
}
.doz-build-head{
    font-size: 48px;
    font-weight: 800;
    color: #333;
    margin-bottom: 35px;
}
.doz-build-para{
    font-size: 18px;
    font-weight: 500;
    color: #545454;
}




